ya I got it to work :) got a piece of code from another forum and modified it to fit the project. Thanks for asking.
mercenary01
Posts
-
drawline for VC++ -
drawline for VC++Hey please don't get me wrong I am not mad at everyone in this forum, I have had good answers that did help me in my projects from this forum and I really do appreciate all of it. Honestly I am an embedded programmer and would help anyone just like most people that I have encountered in this forum have helped me. Just like to state, that I don't go around telling people how hard I worked or tired my hand on something. So I did not see the need to tell everyone this in the beginning so I am not sure maybe it should be protocol? But seriously I don't want anyone to get me wrong I appreciate the answers to question in past and even now.
-
drawline for VC++well its not like I just jumped onto this forum to ask for help, I did spend time on studying he example code and got the drawline working for GDI by modifying the sample codes. I spent more than the better half of 2 days and I don't appreciate you asking me to RTFM. If you don't want to give any positive input why bother giving any input?
-
drawline for VC++this is nuts, it looks like it should work...but its not working. Is there a way to put just a pixel on the dialog box?
-
drawline for VC++thanks, it compiles but... I keep getting into "Debug Assertion Failed!" can you advise me what is wrong with my code? CDC* pDC; pDC = new CDC(); pDC->MoveTo (0, 0); pDC->LineTo (100, 100);
-
drawline for VC++What is the simplest method I can use to get lines drawn on dialog boxes? Thanks
-
How do I get .net Framework 1.0 into VS 2005?My mobile device support only .net framework 1.0 and the application, how do i incorporate these into the VS enviroment? Advise. Thanks Samuel
-
how do I get 16-bit colors from EVC++?I am now using Embedded Visual C++ 4.0 my applications seems to be all in 256 colors rather than the device supported 16-bit color even on the emulator it shows that its compiled with 256 mode. How do I change this? Thanks samuel
-
cross thread..? How to populated a textbox with serial input?II am getting some serial inputs and storing them into a buffer when I want to place the contents onto the textbox from the buffer...a cross thread violation error comes up...I am running the textbox from the interrupt function of the serial comm. any advise? Thanks samuel
-
How to use C# to execute another programThanks
-
How to use C# to execute another programHow do I use C# to run another exe program? like in C we can use system function, is there something similar in C# ?? Thanks, Samuel
-
how to read evc++ dll using c# .net 1.0Awesome I think it might do the trick
-
how to read evc++ dll using c# .net 1.0How do I call the methods in my .dll files which are compiled using EVC 4.0 and the use them with my SmartDevices application on C#? Advice? samuel
-
how to get 32-bit graphics on EVC++ 4.0 SP4How do I put a BMP file that would display 32-bit worth of colors. The EVC++ seems to be lower the color specs of whatever image I pu on the dialog box., advice Thanks, Samuel
-
mouse over help VC++How do I get the X and Y coordinates using VC++ 2005 Thanks samuel
-
C# directX how to getit up?Hi, I just install directX 9.0b and using VS 2005 but I cannot build any of the directX demo projects found on this site. I have the following error amoung others The type or namespace name 'DirectX' does not exist in the namespace 'Microsoft after installing DirectX is it necessay to set a path to it?? Thanks. Samuel
-
EVC++ 4.0 serial upIs there a way to get the serial comm. working using Embedded EVC++ 4.0 does the serial program that work with VC++ work on EVC4? Samuel
-
How do I get the com port working on .net 1.0Hi I am trying to get the comm port 1 working by using the .net 1.0 framework now I can do it with .net 2.0 with System.IO.Port but it seems that this is missing in .net 1.0. Thanks Samuel
-
How to integrate a .net 1.0 template into VS2005How do I get .net 1.0 to be integrated with the VS2005?? Thanks Samuel
-
.net 1.0 configuration for VS 2005well the WinCE 4.2 is stable only with .net 1.0 and with 2.0 there seems to be some issues, thanks I will try your method and see how it works