First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
TFTP
Hello I'm going to have to do some development to talk to hardware over TFTP. Does anyone know where I should look to for a starting point, examples, or if there is an exisiting class in the famework that I can use. Is there an different newsgroup that I should be posting too? Thanks ... 1 Apr 2010 10:10
Struggling to get large application icon on Vista
I'm using VS 2008 w/MFC (develping under Vista), I can't get the exe's large icon to display. I copied the *.ico file from an MFC sample project (which displays correct in the sample). When I view the icon from VS in my project, I correctly see the "M-F-C" logo in 13 different sizes and modes, all the way up to ... 1 Apr 2010 11:17
Loops per second of thread suddenly drops
I'm writing a program that copies the bitmap of the desktop (like a screenshot), calculates the average RGB value of the screen, and send it over USB. Everything is working and I manage to get 30+ loops per second, which is good enough. However, after some time (varying between ~20 sec and ~1 min 30 sec), and... 2 Apr 2010 13:45
MFC app - add multithreading?
Hello, I have a MFC app source and am adding some TCP/IP functionality. The current design is not multithreaded and sending/receiving sockets interferes with timeouts (waiting for client to connect, receiving messages, etc.). I'd like to spawn a thread to handle the TCP/IP then signal an event and the app wil... 2 Apr 2010 13:45
USB support.
Many of my programs communicate with equipment using serial COM port interfaces or network TCP interfaces. In the near future I will need to communicate with a new piece of equipment that uses a USB interface. I don't know any specifics yet. I don't know if there is a SDK for this piece of equipment. How do... 4 Apr 2010 07:11
How To: CStatubar panel Right-align text
On Mar 27, 3:58 pm, Hector Santos <sant9...(a)nospam.gmail.com> wrote: I would like to simplify this by getting the specific CStatusBar pane window handle so I can take control of the attributes. I dont think each status bar pane is a window by itself (unless you put one there). You can confirm it by using Spy+... 29 Mar 2010 17:00
Why i am Getting Error regarding to Just in Time
Hello Can you please tell me why i am getting following error after clicking on Exe. How to avoide? Any Solution: Error Messages: --------------------------------------------------------------------------------- JIT Debugging component registration is incorrect Please repair the installation of the most recent ... 29 Mar 2010 20:20
CFileDialog - Confirm Save As
Is is possible to have automatic "Confirm Save As" message boxes to open centered over the CFileDialog? ... 29 Mar 2010 20:20
Can I make child frame dock to main frame in MDI?
On 2/1/2010 10:07 AM, Tom Serface wrote: I use the library from www.codejock.com and it makes doing docking frames really easy. You have to pay for the library, but the time you save in doing the code will more than pay for it. I had a company I worked for buy this. We had v11 and v12 IIRC, the complete t... 28 Mar 2010 13:26
How to correctly pop a modeless dialog from console using MFC
I need to create a console application that has a main() function and pop a modeless dialog, so the console can still work in parallel to the modeless dialog (do other work, like communicating with the modeless dialog). Whatever i tried, i could only pop a modal dialog. (where the console is in hold till the mod... 28 Mar 2010 21:12
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42