| Thread | Last Post | Replies |
|
| AddPrinter in Windows 98 | 04 Feb 2005 08:46 GMT | 5 |
I found the code below to add or delete a printer (which drivers already are installed) on a winNT/Win2k computer. Now I'm trying to get it working under Win98, but it doesn't seem to work. On msdn I found that in the API-call the 'pName' should be Null, so I passed
|
| determine if text will fit into a control | 04 Feb 2005 00:43 GMT | 7 |
I'm seek some advice and if possible some sample snippet in how to detect if a text in a particualr font fits inside a controls caption. The controls I need to check are the basic controls: textlabel, combobox, radiobutton, checkbox, etc...
|
| PtInRect for Circles? | 03 Feb 2005 21:40 GMT | 6 |
I have the following: 4 concentric circles, with each quadrant divided at 30 degree intervals... sort of a dartboard. All this will be in a usercontrol drawn with just API. I need to implment the following:
|
| "CopyFile" causes a blue message screen (no crash !) when disk is full - how to suppress it ? | 03 Feb 2005 19:25 GMT | 8 |
I'm writing a (in essence) simple copy-program, but bumped into something I can't say I like : when the CopyFile function (Kernel32.dll - win98se) cannot do it's thing because the disk is full, it not only returns a nice error, but allso a blue text-screen (twice !) stating as ...
|
| Application Sounds | 03 Feb 2005 13:12 GMT | 2 |
How can I add my application sounds into the Control Panel, so that a user can customize the sounds? Thanks, Ivan
|
| send one line after another to printer | 03 Feb 2005 12:27 GMT | 2 |
I want to write a programm to print small invoices on normal pin printer, but each printer support some paper format and I "must" accept one of them. When I use the paper roll, I can not stop the printer when all is printed, it feed always complete A4 length out.
|
| windows media encoder 9 series redistribuatble setup. | 03 Feb 2005 09:35 GMT | 2 |
Hi! Everybody I want to download windows media encoder 9 series redistribuatble setup. I have windows media encoder 7 series distribuatble setup but my new application has been developed using 9 series.
|
| VB.NET Graphics | 03 Feb 2005 08:54 GMT | 1 |
Hi, I´ve created a drawing area in a panel (MyGraphics=Panel1.CreateGraphics). In this area I draw lines and circles and texts and so on. Now I want to save my "artwork" (only black lines on white background) in a bit map file. How do I convert this drawing area (from 0,0
|
| Who can tell me how to disable IP address in windows 2000 or windows xp? | 03 Feb 2005 01:25 GMT | 3 |
I manage some computers,someone can connect to Internet else not.I use IP address to confine some computers to connect to internet but somebody can change their IP address.I want to disable their IP config interface,how can i do ?
|
| How to Obtain Height of Form Titlebar and Control Buttons? | 02 Feb 2005 22:16 GMT | 6 |
How do I obtain the height of my Form's Title bar? It would also be nice to be able to obtain the dimensions of my form's control buttons (Min, Max, Close). Thanks!
|
| Application Startup Directory | 02 Feb 2005 21:38 GMT | 3 |
How can I get application startup directory with WinAPI function?
|
| GetMACAddress Crashes My App and VB IDE | 01 Feb 2005 22:16 GMT | 3 |
The following function (See GetMACAddress below) is very closely related to Randy Birch's function which I found at: http://vbnet.mvps.org/code/network/macaddressremote.htm (Thanks Randy!)
|
| window/form size greater than screen size | 01 Feb 2005 15:23 GMT | 1 |
I have a requirement of setting my application's window size greater than the screen size (currently 1024 * 768). Form what I know, in VB, one cannot resize the form to a greater size than the screen.
|