First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
function to convert int to string
I can't find the documentation on the function to convert integer to string. Anyone know it off the top of his / her head? Daniel ... 12 Jun 2008 10:47
Can memory be reallocated between private heaps (HeapCreate)?
Hi, If I create a private heap using HeapCreate and allocate 512MB in a few calls to HeapAlloc and later on free those blocks with HeapFree, would the default ProcessHeap be able to grow into those addresses at a later time? Or would those addresses be reserved for later allocations by the private heap. Wo... 9 Jun 2008 16:02
Tabstop style for property sheet templates.
I asked this following up another thread on the MFC group. Perhaps here is a better place. The documentation of CPropertySheet::DoModal says that one needs (at least) the styles DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_TABSTOP for a property sheet template. In Visual Studio 2008, the "property" list when... 9 Jun 2008 13:59
APIs to remove some entries from the folder of Today of Histor
Thanks for the info. But the URL entry would appear in the Internet Explorer History Shell folder. I need some api which can remove the entry from folder also. "Igor Tandetnik" wrote: Babula <Babula(a)discussions.microsoft.com> wrote: I am trying to remove some specific entires with respect to time ... 9 Jun 2008 12:26
How to modify the index.dat file of cookies folder.
Hi , I want to remove some of the entries from index.dat file using vc++ and want to remove some entries from today folder of history directory. ... 9 Jun 2008 14:30
embedding executable as resource?
Hi, I created a new Win32 project, and I'm trying to figure out how to accomplish the following: Add an executable as a resource (e.g. notepad.exe) Build the project so notepad.exe is embedded inside my executable Laungh the executable from my code Is this possible with a Visual C++ Win32 project? I was try... 9 Jun 2008 09:52
CLICK HERE TO KNOW MORE ABOUT MICROSOFT
CLICK HERE TO KNOW MORE ABOUT LATEST IN MICROSOFT http://polticsinfs.blogspot.com/ ... 8 Jun 2008 03:39
How to find only one invalid char in src buffer with MultiByte
Hi Igor Tandetnik and Alex Blekhman, Thank you for your prompt response. I also got same results here. MB_PRECOMPOSED gives ZERO for all. What are precomposed characters? I am working on client/server based application and client side. We are providing UNICODE support for our application as well a... 7 Jun 2008 11:19
deployment
if you want to deploy a project, which is developed on windows XP, what is the easiest way to check full compatability with other systems, such as windows 98? ... 6 Jun 2008 16:25
How to find only one invalid char in src buffer with MultiByteToWi
Hi all, I am filling char buffer with 0-127 range characters along with é character, then MultiByteToWideChar API failed. If I include two times é character, it is getting success. Please find the below code snippet. Please correct If I am wrong. My system settings are United States, English. VC++ 6.0, ... 6 Jun 2008 13:51
First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87