
please wait
by Cicero
I/O requests
|
Does anyone want to discuss and implement code for accessing windows drivers and the information being sent to and from them? I have interest in that. |
Jan 3, 2015 at 7:54pm
[1 reply] : Hi, To perform such a feat of passing data from ring-3 mode (also kno... (by closed account 13bSLyTq)
|
by SkillsXP
Get Process who is using a File.
|
I have a File used at the moment from a other programm. how can I find that Programm/Process that uses this File? Thank you all for any cooperation! |
Jan 3, 2015 at 8:41am
[2 replies] Last: Thank you a lot! (by SkillsXP)
|
by anhnha
Connect(void) for RS232
|
Here is a code of Connect(void) in class Rs232. BOOL Rs232::Connect(void) { if( m_hComm != NULL ) CloseCommPort(); if( !OpenCommPort()) return FALS... |
Jan 3, 2015 at 5:49am
[1 reply] : When Connect(void) is called, this means the function OpenCommPort() w... (by anhnha)
|
by Tommy1998
How to access mozzila from c++ code for example it will click button on any webpage ?
|
How to access mozzila from c++ code for example it will click button on any webpage ? i dont want mouse clicker i want command. that doesnot depend on resolu... |
Jan 2, 2015 at 10:43pm
[3 replies] Last: Hi, Computergeek01 is correct and I must agree with him! If you a... (by closed account 13bSLyTq)
|
by adammmm4
Grabbing how many players are on a game
|
im trying to make a program that checks on how many people are on a server , any clue? |
Jan 2, 2015 at 8:55pm
[3 replies] Last: Use a memory searched (eg. TSearch) to search for the different number... (by TrippleMin)
|
by anhnha
Create a window by MFC programming
|
Hi, This is my first MFC programming application. It creates a windows with title "Windows Application". Actually, this code is from a book I am reading. I ... |
Jan 2, 2015 at 3:38am
[3 replies] Last: Why not let the wizard generate a project and take a look at that? (by kbw)
|
by duongdinhtu
GetAsyncKetState in windows service is not working? Help
|
Hello Everybody, When i use GetAsyncKeyState in a App Console, it's not problem, but when i added it to a windows service, it's not working! this is my code, i... |
Jan 1, 2015 at 1:28pm
[1 reply] : help me ! please! :( (by duongdinhtu)
|