Hi all, I am using a program which generates values in hex and in order to plot I want to convert these values to decimals. I wonder if there is any free editor which coverts hex values to decimals. thanks for help regards /rsasalm
I'm attempting to pick apart a wave file into it's individual frequency components, but I'm unfamiliar with the API's used to interact with sound/Multimedia.I've seen references to "directshow", "directsound", wave.c, wavefile.c, "MMIO***" system calls.. but I'm finding...
Could some one help me with CListView? How to SendMessage(...) to CListView in SDI App to add collumns and one or more Items and subitems. I will very gratfull if someone show me simple example.Thank you very much in adviceNo Fake....
Hello guys I've been reading your advices on Microsoft forums about deploying C++ applications and hope you can help me with a problem I have: I want to write a service in C++ using VS2005 and deploy it on a target machine which doesn't have VS2005 installed. Both machines use AMD64 ...
I'm a beginner who has limited VB5.0 programming experience trying to get into C++, and I was hoping to find someone who could help me get started in C++ 5.0. I bought alot of books but they don't cover Windows Environment Programming which is what I really want to do. Contact Darkside:ICQ...
Hello,I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface.That is to say, I have the focus on Textbox1 and when an z-wheel event come, the focus will pass at the ...
I have a program which creates a new dialog box but when it calls the domodal function the dialog box is underneath my main screen and I have to press Alt to get it to the front, how do I get it to display at the front automatically?Cheers for any replies Nick...
Hello,I have a problem with the ZOrder of MDI-Children.I create MDI-Children, the order is OK.Sometimes the MDI-Child has an additional Frame - but not an MDI-Child:-------- ZORDER -> MDI-A MDI-B -add-Frame-B1 The next created Child-Frame is in the ZOrderabove MDI-B, but under add-F...
how do i set the z-order of mfc controls?i have a dynamically created CListBox control that overlapped an existing treectrl in a dialog box..The Clistbox is intended to be the top most control to receive mouse clicks and dismissed only when out of focus.i can't get it to be the top most control...
Hi !I have written an MFC based control , Its wrapper is derived from COleControl.I have written another ActiveX control.I put those two control inside a composite control.How can I make one control appear and hide the other one when there are both in the same place in thecomposite ?I tried the SetW...
How do I separate two childwindows of the same application so when I click focus on one of them, then I want the other window to remain in the background? For example if I have two childwindows and one is behind a notepadwindow then when I click on the other one, both of the childwindows will be bro...
Heres the scenario I would like to acheive.Ive got a large window that pops up several smaller windows. These small windows are not restricted to the large window. If another application gets the focus, it has a higher Z-order than all my windows, so mine should all be hidden. However, when the l...
Hi!When you create a window, the application adds it to a stack. The first window overlaps all the others.Is it possible to access to this list?Or how add in a "Windows" menu the list of the openned windows?Thanks in advanceSandrine...