| Thread | Last Post | Replies |
|
| get the font size of titlebar from a form | 15 Jul 2004 14:51 GMT | 3 |
I want to know the the fontsize of my titlebar. I need this to find out if the caption text is too large for the form, and than to resize the form. Thanks for help
|
| Asset Program | 15 Jul 2004 13:47 GMT | 1 |
I want to make an asset tracking program, to track our various hardware and software in out company. I would like to do this with a nice form interface, that can then enter my info to a database. Would also like it to be an .exe so it can be ran from anywhere. Would I do this ...
|
| Visual Studio in Terminal Services | 15 Jul 2004 11:23 GMT | 7 |
We are developing applications with Visual Basic 6 in a Terminal Server environment. Our problem is when a user is debugging a control, the other users conected to the same server can not open any proyect because in the register the .ocx
|
| Rename files (remove last few random numbers) | 15 Jul 2004 04:59 GMT | 1 |
Hey everyone I've got a small problem with one of my codes that I can't figure out how to get around. When I save files from my program it outputs a name like ******_***_##.ps My problem is the ## is a counter number generated by the program when it saves the file. What I?m ...
|
| Turn off syntax error warning? | 15 Jul 2004 02:34 GMT | 17 |
Is there any way to turn off the warning MsgBox that pops up whenever I leave a statement that has a syntax error? When I am building a complex statement, I often need to go elsewhere such as to cut-and-paste. It's a nuisance to have to clear the MsgBox.
|
| Reading File Information (author, company, copyright) | 15 Jul 2004 01:45 GMT | 8 |
I'm currently doing some research on some things concerning the attributes of files. The files themselves contain the attributes, and Explorer can read these attributes and present the info as needed (ie, when you hover the mouse over the filename).
|
| Help with Activex Control | 15 Jul 2004 00:08 GMT | 1 |
I have create an activex control project using vb6 professional, this is mainly for personal use. I have the control working to a stage and for some reasons i decided to remove an activex from the activex project and when i recompiled the activex control i have this error: ...
|
| VB Run Time Question | 14 Jul 2004 23:26 GMT | 1 |
I have a VB project that has been developed with VB 6.0 on a Windows NT system. I would like to run the same VB project on an XP system...however, I get the following error: Run-time Error '713' Class not registered
|
| Version Number format | 14 Jul 2004 19:29 GMT | 3 |
I'm puzzled about the structure of version numbers within VB and windows generally, and was wondering if someone could enlighten me. VB shows major.minor.revision, and can auto-increment revision number after compilation. However, in file-properties-version, there is an additional
|
| VB2theMax.com | 14 Jul 2004 19:28 GMT | 3 |
Anyone know if the vb classic content of VB2theMax.com is still available? Thanks Robert
|
| Showing matching If/else/endif and matching "(" and ")" | 14 Jul 2004 19:27 GMT | 6 |
Is there a way to get the developer environment to show matching if/else/endif and "(" ")" (like highlight in a different color) as you type - has someone written an add-in for this? - I'm pretty sure I've seen the matching paren thing in Excel ...
|
| common dialog printing | 14 Jul 2004 18:48 GMT | 2 |
i use a common dialog box called from a menu item Print Setup to set the printer. how do i attach a subroutine to the print button?? or what does the print button on the common dialog box print??
|
| DataRepor | 14 Jul 2004 18:45 GMT | 4 |
How can I create a Report in VB 6 as per User Selection. I need to give the User the option to select the fields from the table to show on the Report and then run the report. it can be one field or 10 fields.
|
| How do I enumerate fonts by language ? | 14 Jul 2004 18:33 GMT | 3 |
I ahve seen multi-language word-processor programs that list fonts by language, eg all cyrillic fonts together, all arabic fonts together, etc. Any idea how to do this ? I am interested in specifying a language and
|
| Mental block on Redim | 14 Jul 2004 16:10 GMT | 3 |
how can i do a redim preserve to increase the elements Dim RecordsFound() ReDim RecordsFound(0, 1) I e
|