Language
Any
Platform
Windows
Remove
License
Any
Yep, that's it. I knew it was something simple. I thought it might have something to do with the postback. I'm used to Windows programs, so I guess I was assuming that the value of the nBtnPress...
: : That this error occurs after a long time might indicate a memory leak. Memory might exhausted after this long test. If this is the case, the weirdest-looking errors might occur. Luckily you can...
: That this error occurs after a long time might indicate a memory leak. Memory might exhausted after this long test. If this is the case, the weirdest-looking errors might occur. Luckily you can...
That this error occurs after a long time might indicate a memory leak. Memory might exhausted after this long test. If this is the case, the weirdest-looking errors might occur. Luckily you can...
can anyone help me on my problem???
i am creating a kind of "STICKY NOTE" and i need it to be programmed that when you right-click on Windows desktop or any application, like MS word or MS Excel,...
I know that to create an .exe file i need to use VB, but I don't know the code to have it access access, but can anyone tell me the code I need to use or how to turn it into a run time program. I...
:
: Programming Windows-gui's in C++ isn't a simple thing, but a whole year to learn it seems very exaggerated to me.
: Once you get the concept of event-driven coding you will learn faster.
:...
: : : Maximum thread limit...
: : :
: : : That's how strcmp worked. I had no idea.
: : :
: : : My way is compiled to just one instruction CMPS, wich is just 5 cycles on a Pentium.
: : : The...
: : You must also give your thread high priority, to prevent Windows as much as possible from interrupting your process. But that slows other processes down.
:
:
: I tried that once and it...
: This message was edited by stephl at 2006-6-6 1:49:1
: : i have used Sleep(n) in my code but am finding that is very inaccurate with errors upto 40 millisec. I need to replace this by a timer in...
: Hi
: How can i make an accurate timing loop or delay using C and win32 api.
:
: Presently i use sleep(100) to delay for 100mseconds. This is not accurate as it only delays for 100ms...
: : Hi
: : How can i make an accurate timing loop or delay using C and win32 api.
: :
: : Presently i use sleep(100) to delay for 100mseconds. This is not accurate as it only delays for...
: Hi
: How can i make an accurate timing loop or delay using C and win32 api.
:
: Presently i use sleep(100) to delay for 100mseconds. This is not accurate as it only delays for 100ms...
Hi
How can i make an accurate timing loop or delay using C and win32 api.
Presently i use sleep(100) to delay for 100mseconds. This is not accurate as it only delays for 100ms while the...
: I need help with creating Windows script. I just want to have a script that resets my windows at a certain time everyday and when it logs on, it starts a web browser. Where do I start? I'm new to...
I need help with creating Windows script. I just want to have a script that resets my windows at a certain time everyday and when it logs on, it starts a web browser. Where do I start? I'm new to...
: : You're not really specific about what the procedure is, but usually registers are preserved to avoid trashing them if they're not used for either data input or output. That way the caller...
: You're not really specific about what the procedure is, but usually registers are preserved to avoid trashing them if they're not used for either data input or output. That way the caller doesn't...
This message was edited by DrMarten at 2006-5-8 17:22:45
: Hello how can i do timed events? Ex. I want a counter to increase every second, i only know of the "timer" object on vb and it uses Hz...
: i need a link from where i can download COMPLETE visual c++ express 2005. in other words, i'm looking for offline installer of visual c++ express 2005. the link ms provided will take too long time...