| Thread | Last Post | Replies |
|
| Font looks fine in 3rd party app, but looks tish in VB6 | 16 Sep 2005 11:08 GMT | 6 |
I've just set a label to use my TrueType font in my VB6 app and it looks horrible. If I use this same font in say Adobe Photoshop it looks great. It appears that VB6 does give a nice aliased look to the font that is why it looks poor.
|
| Source of EXE Size | 16 Sep 2005 07:32 GMT | 22 |
My VB6 executable file has significantly increased in size and I'm having a difficult time figuring out where the increase is coming from. Are there any tools out there that would help in analyzing what controls, etc. make up the size of an executable file?
|
| Can I display 1,000,000 ? | 16 Sep 2005 04:41 GMT | 2 |
Hi group, I want to display long integers with nice formatting e.g. instead of 10000 I would like 10,000
|
| Creating A DLL | 16 Sep 2005 04:10 GMT | 2 |
i just created a DLL with the following; Inside a Class Module; Option Explicit Function GetDefaultPrinter() As String
|
| Correcting data in a textbox array | 16 Sep 2005 03:51 GMT | 8 |
I have a textbox array that gives 20 textboxes on a form. I add data to the textboxes by entering say A tab, h tab, V tab etc. I have data validation on so that I check the data as it is entered to ensure it a letter.
|
| conditional compilation | 16 Sep 2005 03:33 GMT | 7 |
Does VB support any kind of conditional compilation, like the C language preprocessor #ifdef ? I need to make different versions of a project. Thanks
|
| database permissions issue | 15 Sep 2005 21:26 GMT | 3 |
I have a VB6 application that works fine when I'm logged onto the PC (and our network) as a power user, but won't run when the normal user logs on. I've traced the problem to this line in the form load procedure:
|
| VB to PayPal Challenge! | 15 Sep 2005 20:26 GMT | 6 |
I have been trying to work out how to get my Http code to go to a webcontrol and automatically bring up a paypal checkout page. I can acheive this by putting in the below code on http, but doing it from VB im a bit stumped!
|
| DiskDrive Space | 15 Sep 2005 20:12 GMT | 1 |
I generally write programs in FPD 2.6 , now i have to write a small program that would check the availabe disk drive on the system and if its low it should notify me with an alert . As couple of times we have run short of the disk space & did'nt know till the things started ...
|
| How to open drive letter ? | 15 Sep 2005 18:16 GMT | 4 |
How can I open a drive letter for raw reading? hDiskFile = CreateFile( "\\.\I:", GENERIC_READ,
|
| In at the deep end db Question | 15 Sep 2005 17:40 GMT | 2 |
I have been asked to look at a db project, I'm a rusty programmer from early VB6 days. Plus the mind is getting weaker by the day.... The project consists of multiple ACCESS databases being controlled by a number of VB code programs.
|
| Problem creating a Frame control within a Frame | 15 Sep 2005 16:28 GMT | 7 |
Hello, I have a TabStrip control on my form. Within that TabStrip I have a Frame control and within that Frame I have another Frame control. My problem is that the caption for the second Frame is in a very large font and it's not displaying the full caption. I haven't found any ...
|
| Shift Key | 15 Sep 2005 15:07 GMT | 1 |
I have a control (text box) on a form listed 25 times as a control array. Each input box only requires inserting one letter. I use the sendkeys "(Tab)" to move to the next box. However...if the user hits the Shift key...the tab goes backwards (up) instead of moving down to the ...
|
| BIG THANKS | 15 Sep 2005 14:57 GMT | 2 |
JJust wanted to thank all the people here who have helped me with fixing errors I hd with my project well because of that help the database application I've made runs great. Thanks I couldn't have done it with out the people on these boards helping
|
| Procedure name | 15 Sep 2005 14:35 GMT | 5 |
I would like to enhance error handling in my application by adding the name of the procedure where an error occurred. Searching the 'net has not produced a whole lot, just Err.Source. But even that will not return the name of the procedure, just the project. I can set
|