Hello,
I've got List<PointF>. Every two nearby points create a line, and the result formation may be closed (like rectangle), but also opened (just lines...). I need to draw these lines into Bit...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23271977.h...
Hello,
I need to create non-activatible form. That means, clicking this form will not deactivate you current active window. But the form will have some buttons on it, so it must not have .Enable...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23281006.html
Working VS 2008 web app with reference to project, both in C#.
I call a routine and pass parameters. I changed the number of parameters, from 3 to 4, on one routine, but VS 2008 says it does not t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23341...
Hello,
I've written a simple application that sets every second the mouse position to location (0, 0). Hovewer, when I run this program as a normal user, or as an administrator (RightClick->Run ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23369328.h...
I'm trying to put an icon on a button in MFC (VC++ 2008). To do this I use CMFCButton class for a control variable. It has SetImage method for this (code snippet below).
The icon is displayed on ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23744207.htm...
Hi,
I've got the following C++ DLL which i've modified the algorithm which is being done.
It doesn't seem to be producing the results that it would if you were to perform the calculation manu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23104917.html
Zones:
C++Date Answered: 01/23/2008 Grade: A Views: 0
I am trying to do update a textbox from a thread, but it says there is an access problem because the ui isn't thread safe. I realize that the main thread has to update it but I don't know how. Man...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23183652.html
Hi Experts,
Does anyone know how to build OpenSSL with Visual C++ 2008?
Thank you!
Mike
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23226711.html
I am writing a scheduling service to replace one written in Delphi. Here, I need to create a process from the service application which will be invoked by a specified user on that user's desktop. ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23277136.html
I've just installed visual c++ 2008 and written a test .cpp file called 'test.ccp.
When I start cmd and go to the directory where I have saved the file, I type 'cl /clr test.cpp'
I get this err...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23324458.ht...