| Thread | Last Post | Replies |
|
| Newbie question: Font size problem | 19 Oct 2003 14:42 GMT | 8 |
We are making an install program for TheOpenCD project which involves using lots of bitmaps. It runs fine unless the user has set up his system with large fonts, in which case it breaks up and looks terrible. (exe found here: http://theopencd.sunsite.dk/contrib/PhilH/software/ ...
|
| strange conflict | 19 Oct 2003 12:38 GMT | 3 |
Hi, (VB6/SP6 XP) I get the next error when starting my project: conflicting names were found in 'c:\.....deVoorraadbeheer.Dsr'. The name 'deVoorraadbeheer' will be used.
|
| VB Yes NO | 19 Oct 2003 09:01 GMT | 2 |
This quits no matter what, can someone help me. Private Sub cmdquit_Click() MsgBox "Thank you for playing, you did great Do you want to quit", vbYesNo If vbNo Then
|
| Recommanded VB 6.0 Exampl | 19 Oct 2003 01:34 GMT | 3 |
B>.MSGID: 1:278/230 0001b58f B>.GID: PCBGate 1.2: 900:100/1 B>Does anyone know good sites for VB 6.0 B>- Sources
|
| MS Word to BMP | 18 Oct 2003 22:06 GMT | 1 |
I have a template MS Word document, which i have to replace some values and convert that (Multi page document which contains text,images etc) to BMP. How to do the conversion?
|
| error message about msdxm.ocx | 18 Oct 2003 21:44 GMT | 1 |
I need some help. I am making a Computer Based Training program which uses some avi and mpeg movies on some of the forms using VB6. I have packed the project using SetUp
|
| Printing docs... is there a simple way? | 18 Oct 2003 21:10 GMT | 1 |
I have an VB 6.0 application that I am struggling with the just get a simple printed page based on selected input from user input controls like text boxes and combo boxes. I want to have the page print with graphics (a couple of bitmaps) and going through the Programmer's Guide, I ...
|
| Printing an image from a picturebox? | 18 Oct 2003 20:02 GMT | 4 |
I've loaded a picturebox with an image from a resource file. Then later in the program, I use .paintpicture to add an additional image that overlays part of the original image. When I use: printer.paintpicture to print the image in the picturebox, it's only
|
| Complete Newbie VB question | 18 Oct 2003 16:09 GMT | 2 |
I understand VB (to intermediate level) but not .NET I have a requirement to write a routine which runs on a windows server which recongisnises when a specific dialgue box appears (it happens to be a printer driver box ) which appears as a result of doing a print from (for
|
| Inlining? | 18 Oct 2003 13:44 GMT | 17 |
From what I can tell, VB.NET doesn't allow programmers to say explicitly that they want a function to be inlined. Now, I'm a big fan of factoring out duplicate code, but I don't want to do too much of it in VB if there's going to be a noticeable performance hit. So:
|
| Useful visual basic search and replace string | 18 Oct 2003 13:00 GMT | 2 |
Trawled groups looking for a quick visual basic search and replace function - ended up writing , constructive criticism welcomed :-) Public Function ReplaceString(ByRef buffer As String, OriginalString As String, NewString As String) As Long
|
| VB code to TELNET a port and get status | 18 Oct 2003 11:40 GMT | 2 |
I need to write a VB program that can telnet to a TCP port and get the status, whether connection succeeded or failed. Is there any API for doing this ? Thanks.
|
| Weird OptionButton behaviour | 18 Oct 2003 06:58 GMT | 3 |
I have a control array of 4 option buttons (Indexes 0 to 3), and another uniquely named control array of 3 option buttons (Indexes 0 to 2). When I click any option button, it clears the previous selection in that array (as you would expect). However, it also clears the previous ...
|
| Error when running installed VB6.0 Application | 18 Oct 2003 06:11 GMT | 2 |
After successfully installing my VB application on test system, when i run the application I get the following error: "Provider cannot be found. It may not be properly installed." Setup of application : VB6.0 (ADODC) Oracle DB, Win XP
|
| Help: Screen flashing when loading VB forms | 18 Oct 2003 05:13 GMT | 1 |
We have a big VB project with more than 50 VB forms and each form is full of VB controls and user controls. When we load the VB project, at some stage the whole screen becomes flashing with some VB errors, like some controls
|