Hi, i think that the subject is enough explicit...en exaple could be: an activex on client must se...
By meriggan
Hi , I have created a dialog based application in VC++. I have loaded Toolbars on to the di...
By gsbabus
I read http://www.dev-archive.com/forum/showthread.php?s=&threadid=267664 but did http://www.dev-arc...
By timv
Hi, In my application i need two docking windows one below other(i.e vertical docking)..But whateve...
By shanmuga76
how could i get two dialog bars docked like this:_____________| | || | || |---||_|__...
By huey, 1 Comments
I have a special case: I need the document-view (a CFormView derived class), but I don't need t...
By guitz, 1 Comments
This is an MFC SDI application written in Visual C++ 6. The 16x16 version of the second icon in my ...
By reedhumphrey, 3 Comments
What is the error Failed to create an empty document denotes?devoloper in Betawave-India...
By thangam, 1 Comments
I am trying to update my List Control and add items through my document to my View. Here's wha...
By jeffking, 7 Comments
Depending on the format of your initial data (HEX) you could import it into an Excel sheet (CSV etc.) and make a column or row that converts it. The method I use in VB to convert HEX to decimal is myint = val("&H" & [your hex value]). This assumes that the HEX values are strings as they must be. You need to watch out for lobyte hibyte order in your initial data and may have to swap or the like before converting. Hope this helps.
nebers | Sat, 10 Nov 2007 08:31:00 GMT |
Help with Edit control with Hex input (http://www.dev-archive.com/forum/showthread.php?s=&threadid=208661)
samhobbs | Sat, 10 Nov 2007 08:32:00 GMT |