Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Forum Post

Re: Best Method for Clearing an Array of Struct

: Thanks for all the help. A couple more items: : : Doesn't the padding happen at creation of the struct? Therefore, : wouldn't the sizeof() return the true size? Or, would there : possibly...
Forum Post

Re: Best Method for Clearing an Array of Struct

Thanks for all the help. A couple more items: Doesn't the padding happen at creation of the struct? Therefore, wouldn't the sizeof() return the true size? Or, would there possibly be padding...
Forum Post

CE newbie question about onclick

I have a site that functions fine on an iphone but not on a BlackBerry which is, I believe, a Windows CE OS. It appears that the onclick doesn't function. The code snippet is: List...
Forum Post

Re: Best Method for Clearing an Array of Struct

: memset(comp, 0, sizeof(comp)); : : No, that clears all 1000 items since the array is statically : allocated. Multiplying sizeof(comp) with 1000 will lead to a nasty : crash. Ahh yeah, my...
Forum Post

Re: Best Method for Clearing an Array of Struct

memset(comp, 0, sizeof(comp)); No, that clears all 1000 items since the array is statically allocated. Multiplying sizeof(comp) with 1000 will lead to a nasty crash. One thing you might have to...
Forum Post

How I could develop Windows Application online like web application?

I'm a beginner C# developer, I wanna develop windows application oline like web apllication, How i can do? I wanna upload widows apllication files on hosting, user can use application online like...
Forum Post

Re: Best Method for Clearing an Array of Struct

Thanks, I do understand about the wrapper part, although I don't uderstand enough to use the APIs directly yet. I've been trying to get a "handle":-) on using IStream and CreateStreamOnHGlobal....
Forum Post

Re: Best Method for Clearing an Array of Struct

: I'm programming this in win32 with C++. I have a struct with 47 : elements of varying types from strings to BOOLs. I then set up an : array of 1000 entries for this struct. I read/write...
Forum Post

Best Method for Clearing an Array of Struct

I'm programming this in win32 with C++. I have a struct with 47 elements of varying types from strings to BOOLs. I then set up an array of 1000 entries for this struct. I read/write these from/to...
Forum Post

Re: Change Caption bar of A Modal Dialog Box

: Hi Everyone, : I am creating the Message Box using Modal Dialog Box. : So i want to change Caption bar according to given : Caption. : If anyone know the code and concept, : Please give me....
Forum Post

Change Caption bar of A Modal Dialog Box

Hi Everyone, I am creating the Message Box using Modal Dialog Box. So i want to change Caption bar according to given Caption. If anyone know the code and concept, Please give me. Thanks...
Forum Post

Re: Using axwebbrowser control and thread locking app

I am experiencing a similar problem. Wondering if you found a solution? My scenario: I have an ancient, purchased, no longer supported, Ax control (Unix message bus type control) that requires a...
Forum Post

Registry WindowsNT keys

I am thinking of using the following Windows registry keys HKLM\Software\Windows NT\CurrrentVersion\DigitalProductID HKLM\Software\Windows NT\CurrrentVersion\ProductID - along with some...
Forum Post

SetFileTime & DOS Filetime Limitations

Hello All, I have recently been in the process of scanning photographs dating back to the 1940s. In order to classify them better I decided to write a little utility that uses the Windows API...
Forum Post

Netbeans Help

Hi everyone; this is my problem, I'm using Netbeans to make some simple C based programs. I got my cygwin and all the necessary applications (the gnu compilers and such) And I already added the...
Forum Post

Re: Another API problem for you folks.

: : : : : That ...LEAN_AND_MEAN... thing is not good. Using it excludes some : : low level (or maybe rarely used, like that hardware profile : : function) stuff from Win32 headers. I remember...
Forum Post

Re: Another API problem for you folks.

: : That ...LEAN_AND_MEAN... thing is not good. Using it excludes some : low level (or maybe rarely used, like that hardware profile : function) stuff from Win32 headers. I remember, when...
Forum Post

Re: Another API problem for you folks.

: : What freaks me out with this API is that it is part of the compiler. : : When I write the function it registers and shows the parameters : : that are :needed. But it comes up with the...
Forum Post

Re: Another API problem for you folks.

: What freaks me out with this API is that it is part of the compiler. : When I write the function it registers and shows the parameters : that are :needed. But it comes up with the "undefined...
Forum Post

Re: Another API problem for you folks.

: : :I did what you suggested AsmGuru62 but to no avail. I opened : : winbase.h :and did a copy and paste of the relevant section in my : : application but to : : :no avail. I kept getting the...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.