Search Results

Showing results 1 to 27 of 27
Search took 0.01 seconds.
Search: Posts Made By: odee
Forum: VB.NET Nov 8th, 2006
Replies: 5
Views: 11,859
Posted By odee
thanks for the reply.
Forum: VB.NET Oct 31st, 2006
Replies: 5
Views: 11,859
Posted By odee
Thanks for the reply wednesday but it only works when the other app is in windowed mode, it doesn't work when it is in full screen.

This is what i want to do. When i'm using an application, which...
Forum: VB.NET Oct 31st, 2006
Replies: 5
Views: 11,859
Posted By odee
How can i make the windows application always on top of every application, including those which are in full screen?

Thanks for any replies.
Forum: PHP Feb 22nd, 2005
Replies: 1
Views: 3,015
Posted By odee
i can't connect to mysql. the error is


Warning: mysql_connect(): Client does not support authentication protocol
requested by server; consider upgrading MySQL client in
C:\Documents and...
Forum: C++ Feb 20th, 2005
Replies: 13
Views: 13,713
Posted By odee
i also tried the the codes in dev c++ and it doesn't work. use another compiler.
Forum: C++ Feb 16th, 2005
Replies: 13
Views: 3,455
Posted By odee
how about a two dimensional array? how can i pass it to a function and return it back? I tried it but it won't work. It has an error saying...

"5 C:\cpp\pointer array.cpp declaration of `array'...
Forum: C++ Feb 16th, 2005
Replies: 3
Views: 2,584
Posted By odee
or if you still want your orignal do while loop, change the condition inside the while... like this one:


do {

// statement

} while(done==false);
Forum: C++ Feb 16th, 2005
Replies: 3
Views: 2,584
Posted By odee
change do while into while... and initialize done = true instead of false. then when you press 5 (exit) change done = false to exit the loop...

int main ()
{

double checking, savings;
int...
Forum: C++ Feb 16th, 2005
Replies: 13
Views: 3,455
Posted By odee
here is the main function...
it has the same output but i don't understand the use of * in the changeArray() function.

int main(void) {
int x[5];

for(int y=0;y<5;y++) // Input five...
Forum: C++ Feb 15th, 2005
Replies: 13
Views: 3,455
Posted By odee
yes i know... but what is the difference between:


void changeArray(int array[], int size) {
for(int y=0;y<size;y++)
cin >> array[y];
}


and this one?
Forum: C++ Feb 15th, 2005
Replies: 13
Views: 3,455
Posted By odee
i removed the * in [/COLOR]changeArray() function and i also removed the return array; and it still works fine. like this one.

[COLOR=Green]#include <iostream>

using namespace std;

int...
Forum: C++ Feb 15th, 2005
Replies: 13
Views: 3,455
Posted By odee
hey thanks... that was fast...
Forum: C++ Feb 15th, 2005
Replies: 13
Views: 3,455
Posted By odee
here is an example:

this code doesn't work it shows here what i want to do w/ the array


changeArray(array[]) {

// this is where you change the values inside the array.
...
Forum: C++ Feb 14th, 2005
Replies: 13
Views: 3,455
Posted By odee
is it possible to create an array then you pass it to a function? That function will change the values in the array then return it back as an array.
Forum: C Feb 8th, 2005
Replies: 2
Views: 8,272
Posted By odee
hey thanks...
Forum: C Feb 7th, 2005
Replies: 2
Views: 8,272
Posted By odee
should i use #define or const in declaring constant variables?? which one is better? when should i use #define or const?

for example when i declare a hexadecimal (0x01), should i use #define or...
Forum: C++ Feb 7th, 2005
Replies: 2
Views: 7,346
Posted By odee
so i can't use interrupts in Dev C++...
il just have to find another compiler...

thanks a lot..
Forum: C++ Feb 6th, 2005
Replies: 2
Views: 7,346
Posted By odee
Need help on assembly in Dev C++.

i know that Dev C++ uses AT&T instead of Intel.
but i need to know how to use int 10h in Dev C++.
can anyone show give me the code?
Forum: C++ Feb 6th, 2005
Replies: 13
Views: 13,713
Posted By odee
the code:

unsigned char *VGA = (unsigned char *)0xA0000000L;


doesn't work for me, but this one does...

unsigned char far *VGA = (unsigned char far *)0xA0000000L;
Forum: C++ Feb 5th, 2005
Replies: 13
Views: 13,713
Posted By odee
typedef unsigned char bye;

byte *VGA=(byte *)0xA0000000L; /* this points to video memory. */


it has an error saying: Illegal initializatioin

i'm using turbo c++ v1.01
Forum: JavaScript / DHTML / AJAX Jan 7th, 2005
Replies: 3
Views: 15,843
Posted By odee
need help here. how can i change the src in <embed> using javascript that works in firefox?

ex.

<embed src="music.mid">

- how can i change "music.mid" to another midi file.
Forum: JavaScript / DHTML / AJAX Jan 3rd, 2005
Replies: 11
Views: 47,152
Posted By odee
why does the event.clientX and event.clientY is working in IE but not work in firefox?

clientX and clientY shows the coordinate of the cursor relative to the screen
Forum: C++ Dec 30th, 2004
Replies: 29
Views: 8,952
Posted By odee
hehehe... forgot to read the previous ones...
Forum: C++ Dec 30th, 2004
Replies: 29
Views: 8,952
Posted By odee
if you want to clear the screen try this one:

#include<stdlib.h>

int main() {
system("cls");
return 0;
}
Forum: C++ Dec 29th, 2004
Replies: 29
Views: 8,952
Posted By odee
Why can't I use conio.h functions like clrsrc()?

Because conio.h is not part of the C standard. It is a Borland extension, and works only with Borland compilers (and perhaps some other commercial...
Forum: C++ Dec 29th, 2004
Replies: 29
Views: 8,952
Posted By odee
did you include conio.h?
Forum: C++ Dec 29th, 2004
Replies: 29
Views: 8,952
Posted By odee
what exactly is the error? the exact words
Showing results 1 to 27 of 27

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC