User: drowsysaturn

  • Public profile

User profile: drowsysaturn

User info
User name:drowsysaturn
History
Joined:
Number of posts:14
Latest posts:

how do combination keys with SendMessage()?
Another issue might be there is no delay. Maybe try adding Sleep(100); before doing key up. I'm not ...

Can't convert QString to LPCWSTR
[code]char *qtToCString(QString &str) { int length = str.length(); char *str = new char[length +...

Shell Programming
[code]cout << "Enter filename and newfilename" << endl; std::string filename; std::string newfilena...

Insert into 3D vector
You would need to create a new vector for the first 2 dimensions so that the third one could have so...

uint32_t to bytes
According to TheIdeasMan, the example from booradley60 is non-standard behavior. Another way to rea...

This user does not accept Private Messages