I beleive you need to insert the WinXP installation disk to install IIS.
I don't think C supports regular expressions natively. You'd need a regexp library for that. Here are some I found....
You might want to cosider doing this in Perl. It will be far easier than in C/C++.
I posted the reply in a hurry. Here are some modifications. Make hdc and hbrush global too. Or better, make all those global variables static...
//all globals. They don't change so there's no need to keep recopying them int x1. int y1, int x2, int y2; int progress_length = x2 - x1; RECT...
Is the mobile application Windows CE. In that case I highly recommend you use the class I provided. I unfortunately have no experience with...
It's actually not such a stupid question. You'd think a clause like: WHERE table.date = #1/1/2007# would return all entries for that date,...
I misunderstood your question. Do you want to know how to avoid inefficiencies in your progress bar. The best way is to use a solution someone...
You're probably right. Thanks for your help anyway.
Dude, I did all of the above. As I said, your example app still didn't work.
Windows does not have a built in table control, but the .NET framework has a TableLayoutPanel to cretae one. More information here
Are you implementing this in Windows. I ask because a progress bar is a graphic and therefore OS dependent.
I should point out that I'm releasing all unused DCs, so I don't think memory leaks are the problem. Here's the code (from the draw method)....
Ok, it appears SelectObject does set GetLastError. My mistake. The first time the draw methos is called CreateCompatibleDC set GetLastError to...
Yes. The debugger reveals that LoadImage is working fine. It's SelectObject that isn't.
Same problem!!! Is there something wrong with my system? Whew! First time using MFC. It's so much more complicated than the old fashoined way.
It's scattered around the code but here are the relevant bits: In the constructor mnubmp = (HBITMAP) LoadImage (0, bmpsrc, IMAGE_BITMAP,...
I need to take an image from a bitmap file and display it in my GUI. To load the image I use LoadImage with LR_LOADFROMFILE. Then I select it into...
I'm a nervous type. This tweak sounds great, but are there any catches?
Look here if you have VS.NET and if you don't.here
Separate names with a comma.