|
Get all open windows in Taskbar at Desktop Hi All I want to get all open windows from the taskbar at Desktop. Can anyone suggest on approach how to acheive this. Thanks Evolve ... 15 May 2008 09:25
plz clarify my error hello, i am using my pc remotely when i am trying to take printout the word document get closed and i am not able to take printout. In EventViewer I get the following application error description. Faulting application winword.exe, version 11.0.8169.0, faulting module ntdll.dll, version 5.1.2600.2180, ... 15 May 2008 08:54
How to create a universal .exe ??? Is there a way to create a .exe which will execute on any PC? I was creating .exes (from C++ code) using VC Express 2005 that seemed to be able to execute on almost any PC. I have switched to VC 2008 Professional and now the .exe I create (both in Debug and Release Mode) will not execute on all of the PCs I hav... 14 May 2008 23:11
Detecting integer overflow in C Hello! Does the C language provide a portable way to detect an overflow when adding two objects of type size_t? Regards, Angel Tsankov ... 14 May 2008 15:18
Need a way for forgetful developers Hi All, I may be in search of impossibility but I thing this is worth asking : Almost every developers define classes and use them in anothers. If A is a class and B uses A then we can name B as outer class and A as inner class. We will make some assumptons at this time : - Outer class and inner class both ... 16 May 2008 16:57
How to create a multilingual application in Visual c++ .net2008 Select the form you want to localize, then from the properties window set the a)Localizable property to true b)Place you controls with whatever text you have in english. c) Select/set the Language as German (Set Language property) d) Change the text of all the controls to german e) to test set english as your lo... 14 May 2008 10:34
How to create a multilingual application in Visual c++ .net 2008 I have to create a multilingual application in Visual c++ .net 2008. I have a Windows form application and i want to run this on multilingual support. So how can i do this. Which change i have made in my application setting ot properties. Is there any code i have to write into application?. I have too run my app... 14 May 2008 08:12
Upgrading to VS2008 Standard worth my time? Is upgrading from VS2005 Standard to VS2008 Standard worth my time? Are there any improvements in C++ support? I try to write ANSI and cross-platform C++, so Windows-specific library enhancements aren't relevant to me. However, if the debugger got much better, or IntelliSense more useful, or VS2008 can finally de... 16 May 2008 22:26
VS2005 hangs upon completion of "start debug" Hello, I've got an app running in the VS2005 IDE which hangs after a debug session/step-into/normal run has finished I've tried to re-compile to no avail. I am not sure why VS2005 behaves this way? and been looking into ways to solve it. The title on the top was showing MyApp(Running) - Microsoft Visual Studio,... 14 May 2008 13:43
Performance issue: Writing multiple files vs single file using fopen/fwrite >I want to know why is writing into multiple files slow. for the single file also we are opening and closing it 400 times so why is this running 80 seconds faster. If you're overwriting the same file and aren't altering the size, you're probably writing to the same areas of the disk, so there will be less disk... 14 May 2008 03:15 |