English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

2007-02-06 21:42:27 · 1 answers · asked by nidi 1

2007-02-06 21:22:27 · 7 answers · asked by Anonymous

Is there any site on which I can learn web designing easily and free?

2007-02-06 21:16:12 · 8 answers · asked by najib 1

I heard that there is a language called HF2K. Can anyone tell what HF2K stands for??

2007-02-06 21:03:05 · 1 answers · asked by Arun T 2

i know a website... http://pslover.com... but anything else??? with special effects? for beginners? whatever!!! i want a good answer... thanks!

2007-02-06 20:41:59 · 7 answers · asked by <3 BREAKER 1

2007-02-06 20:02:48 · 3 answers · asked by lilangelsarah23 1

Presently, we are using system created from foxpro and we are planning to make an enhancement using visual basic application. Please! give us an ideas on how we can do it using the current databases. thanks!

2007-02-06 19:59:19 · 1 answers · asked by Ray Anne 2

I have prepared a library package in VB 6 with crystal reports but I want to put in Local Area Network. Some one told that I have to make activex exe(DCOM). how to put package so that it can be accessed by all. My database in MS Access with database Name libmain.mdb. I used ADO 2.5 library references to prepare this one. Any one can please guide me with coding.

2007-02-06 19:40:06 · 1 answers · asked by Mahavir 1

Is there any advanced mp3 players ( with eq and fq display ) created by visual basic ?
(please show me the links)

2007-02-06 19:27:11 · 1 answers · asked by bugasanka 1

project to be in a core java.

2007-02-06 19:14:32 · 1 answers · asked by Chintan r 1

Since I updated to the newer versions of firefox (currently I run version 2.0.0.1) I have had this god awful problem with the software, (RUNNING ON A WINDOW XP BOX) running on a user account whenever I download something from firefox it will freeze for at least 5-10 minutes, I have seriously walked away to take a shower, make coffee and come back and it still be frozen, eventually it will come out of the freeze and start downloading the file at 0% and continue to 100% fine but the freeze effects my entire system I cant open windows or run programs.

The weird thing I have a laptop running windows xp that USED to do the same thing execpt when I took it to my friends house, went under admin mode to change my network settings to allow DHCP (I'm under a static IP addressing since I use port forwarding), heres the thing I took the thing off DHCP and went back the the same settings, not doing ANY updates or ANYTHING else, and firefox no longer freezes when on my laptop.

2007-02-06 19:12:18 · 2 answers · asked by D 4

int __stdcall WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int iCmdShow)
{

HDC hDC = GetDC(NULL);

InitializeArray();

while( !(GetAsyncKeyState(VK_ESCAPE) & 0x8000))
{

for(int x = 1; x < ARRAY_X - 1; x++)
{
for(int y = 1; y < ARRAY_Y - 1; y++)
{
int n = CheckNeighbours(x, y);

if(n == 3 && iCells[x][y] == DEAD)
iTempArray[x][y] = ALIVE;
else if( (n == 2 || n == 3) && iCells[x][y] == ALIVE)
iTempArray[x][y] = ALIVE;
else
iTempArray[x][y] = DEAD;
}
}

memcpy(iCells, iTempArray, sizeof(int) * ARRAY_X * ARRAY_Y);

for(x = 1; x < ARRAY_X - 1; x++)
{
for(int y = 1; y < ARRAY_Y - 1; y++)
{
if(iCells[x][y] == DEAD)
SetPixel(hDC, x, y, RGB(0, 0, 0));
else
SetPixel(hDC, x, y, RGB(0, 255, 0));
}
}

}

ReleaseDC(NULL, hDC);

return(0);
}
declaration syntax error?

2007-02-06 18:30:59 · 2 answers · asked by Romanianlanguage 2

i want to create a daily expenss calculating s/w , what attribute should i take or anybody has alredy make a s/w plz help

2007-02-06 18:23:14 · 5 answers · asked by jeet 1

2007-02-06 18:19:39 · 2 answers · asked by Sania R 1

where to declare global function & variable?

in global.asax, there's a few sub, application_start and etc

should i declare those functions & var inside app_start sub or outside? after declaring, how to refer back to the var and function? do i need to import something?

2007-02-06 18:10:30 · 2 answers · asked by jchris 3

I have stored words in the form of hex values in a text file. From a program i m trying check to whethr the word exists or nt.

ex:

i hav the hex values of words "Hello" "you" "many" "how" etc

given a sentence "Hello how are you? how many days are there in a week? " I wnt to chk whtr these words exist in the file and if thy exist replace thm with the offsets . hex value of each character is stored with spaces between thm. for ex: IN is atored as 49 4e. I tried using strstr() function..but its nt workg with hex..for string it works perfectly

2007-02-06 17:52:29 · 2 answers · asked by sreenanda 1

means what is jdk and its other utilities...and uses

2007-02-06 17:46:45 · 4 answers · asked by rinku 1

I am finaly able to compile, but now I want my code in color because it helps me a lot. I've tried under Preferences and Document Classes / C++, it shows all the colors for all the keywords and brakets and comment and all but it wont apply it. Can anyone help?

2007-02-06 17:12:29 · 3 answers · asked by pakz5 2

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=103584974

What's the deal with my page?

2007-02-06 16:36:46 · 5 answers · asked by Darcy 1

2007-02-06 15:53:31 · 5 answers · asked by i_am_hu_i_am 1

Designing website for forum. Which one of the following is best?

JSP and Oracle
PHP and MySQL

2007-02-06 15:39:17 · 7 answers · asked by Anonymous

Can I publish an email sent to me on a bulletin board where access is given to other than the original recipients of the email.
Does the author own a copyright to his email

2007-02-06 15:10:19 · 2 answers · asked by ninan 1

I am using Java script in Html. I want to know by which command, I can do the following-
I have 2 images, whenever I click on one image it should be replaced by other image and simultaneously some text on the change of 1st image should come.
and when click on 2nd image text should disappear.
Send me suggestion for the above problem.
Thanks.

2007-02-06 14:55:45 · 1 answers · asked by Anonymous

I created my project and it runs fine but Visual Basic will not allow me to Make it into an .exe file which is what i need to do. When i click file and go to Make...exe, the option is unclickable.

Any suggestions?
Thanks.

2007-02-06 14:55:41 · 1 answers · asked by Anonymous

Does anyone know how to put layouts on your mydrobe profile??

2007-02-06 14:49:09 · 2 answers · asked by monkeyfarts6 2

I realy want to edit this code but i just cant understand it
i know its java cause this part i can read