Tech Support > Microsoft Windows > Development Resources
CB_GETCOMBOBOXINFO is undefined, but why?
Posted on September 25th, 2007 | 4 Comments

On Sep 23, 4:15 pm, "Klueless" <kluel...@worldnet.att.net> wrote: And thank you, K. That works great, too.

Connect to sql server database?
Posted on September 24th, 2007 | 1 Comments

On Sep 24, 7:55 am, deostroll <deostr...@gmail.com> wrote: Hi, You can use the following functions to make direct calls to obtain information about the ODBC drivers (Open Database...

Using list boxes to manage dynamic memory
Posted on September 24th, 2007 | 4 Comments

Thanks, Jerry. You've given me plenty to think about. I appreciate your taking the time. -- Pete Wilson

In an edit control: best way to validate user typed input character by character?
Posted on September 23rd, 2007 | 8 Comments

On Thu, 20 Sep 2007 10:01:45 -0700, pete <pete142@yahoo.com> wrote: One advantage of waiting to validate the entire string, instead of character-by-character, is that you can be much more flexible...

TreeView Control Reference?
Posted on September 22nd, 2007 | 3 Comments

Kellie Fitton wrote: Thank You Scott and Kellie: I've now bookmarked the page above this TreeView reference. Larry

System hacks
Posted on September 22nd, 2007 | 5 Comments

Gazwad wrote: Perhaps I could decrease their reponse time by increasing the operating temperature? Those coloured plastic clothespegs sold in the UK circa 1980 with the powerful springs can be...

Please tell me how to install printer drivers ?...
Posted on September 22nd, 2007 | 1 Comments

On Sep 22, 2:58 pm, Windows Application <sammy_lb_2...@netzero.com> wrote: Hi, You can use the following APIs to install a local or remote printer driver, and link the configuration, data, and...

help in setPrinterdata function.
Posted on September 22nd, 2007 | 1 Comments

On Sep 22, 7:25 am, hari <haricib...@gmail.com> wrote: Hi, You can use the following API to install a local or remote printer driver, and link the configuration, data, and driver files as well. ...

parallel port programming?
Posted on September 22nd, 2007 | 7 Comments

"Bob Masta" <NoSpam@daqarta.com> wrote in message news:46f4ffc8.1415921@news.sysmatrix.net... Thank you and everyone else who replied.

Registry Optimizing
Posted on September 22nd, 2007 | 0 Comments

Optimize your registry database http://windowsxpsp2pro.blogspot.com/

Registering vbscript.dll does not work on 64 bit
Posted on September 22nd, 2007 | 1 Comments

In article <1190429694.426814.53880@r29g2000hsg.googlegroups.com>, divyaAryanVivek@gmail.com says... All regsvr32.exe does when invoked normally is load the specified DLL, and then call its...

WaitForSingleObject problem
Posted on September 22nd, 2007 | 1 Comments

On Sep 21, 2:19 am, Mark <anonymous...@gmail.com> wrote: Hi, You can use the following APIs to create a job object, and retrieve the job state information from the job...

Tips 4 Win XP
Posted on September 22nd, 2007 | 0 Comments

Useful tips and tricks http://windowsxpsp2pro.blogspot.com/

Font(.fon) compatibility in Vista
Posted on September 22nd, 2007 | 0 Comments

Hi all, We are using a font(.fon) in our application. It is a group of fonts, many font names are embedded into this font. We have selected a particular font name in our code. All the glyphs are...

VC6 - FileView In Child Process Debug?
Posted on September 22nd, 2007 | 0 Comments

Hi Folks: Developing on XP Media, VC6, WIN32, no MFC. Scott McPhillips showed me how to debug child processes a couple of months ago. first step: #ifdef _DEBUG

2005 CLI name mangling with extern "C" -- why??
Posted on September 21st, 2007 | 1 Comments

On Sep 21, 3:24 pm, Brad <brad.hel...@gmail.com> wrote: Stupid DEF files...they always defy me. Problem solved, back to work -- nothing to see here.

Repairing Operating System
Posted on September 21st, 2007 | 0 Comments

Repair your operating system http://windowsxpsp2pro.blogspot.com

Timer Function Not Triggering
Posted on September 21st, 2007 | 4 Comments

Regrets. There was a mistake in including the libraries. I included them along with the paths. Its enough if we give just library name. I have included winmm.lib in the linker path and the got...

Page Faults caused by CreateToolhelp32Snapshot
Posted on September 20th, 2007 | 0 Comments

My service calls CreateToolhelp32Snapshot every 10 sec. I noticed the process has a huge # of Page Faults/sec. I commented out my code until I narrowed it down to that API... anyone run into this...

problem with WIN32 ReadFile while reading more than 1024 bytes.
Posted on September 20th, 2007 | 2 Comments

On Sep 20, 6:29 am, shivaraj <shivaraj.malanna...@gmail.com> wrote: Hi, You should use the following APIs when appropriate and check to see why the function call had failed, simply by checking...