Search Results

1
vote

Performance critical GUI application (windows,linux)

No, it does not make sense to do the "expensive stuff" in C/C++. The potential (and most likely minor) performance improvements never, ever outweigh your productivity being an abject, sick joke whe …
1
vote

better command for Windows?

I know you said you don't want to install anything, but I strongly suggest you give Services For Unix a shot: …
0
votes

Playing wave file ends immediatly (C++, Windows)

I don't have the time to Google too much for this, but I know that either Larry Osterman or Raymond Chen blogged about a similar situation. I'll check back later when I have more time to se …
2
votes

Windows/C++: How do I determine the share name associated with a shared drive?

If all else fails, you could always use NetShareEnum and call NetShareGetInfo on each. …
1
vote

Notification of drop in drag-drop in Windows

There are a few ambiguities in your question. What operation needs to be successful? For everything you want to know about drag and drop, browse through these search results (multiple pages …
4
votes

How does one figure out what process locked a file using c#?

Try WhosLocking, it comes with source code. …
3
votes

How can I change a Windows user’s regional settings/date format?

This is specifically discouraged by Microsoft. Any solution you may come up with will be a filthy hack that will probably stop working soon. Think of it this way: who are you to decide thos …
2
votes

Extract Strings from Binary Files in VB.Net

For reference: http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx …
2
votes

Building a winform app in VS for windows 7 x64 - get an error on install

http://download.microsoft.com/download/5/d/6/5d6eaf2b-7ddf-476b-93 …
0
votes

Library for defragmenting memory

This article should have everything you need: http://msdn.microsoft.com/en-us/magazine/cc163528.aspx For …
0
votes

How can a Windows service be installed with visual basic.net express edition?

Have a look at this thread: http://social.msd …