| Thread | Last Post | Replies |
|
| Resizing a JPEG in VB6 | 14 Jul 2006 18:02 GMT | 2 |
Does anyone know how to resize a JPEG in VB6? Can it be done in native code, or is a library purchase required? Thanks in advance! Dave
|
| VB6 compile error "constant expression required" with enum | 14 Jul 2006 17:02 GMT | 7 |
In my VB6 sp6 application I have an enumeration defined: Public Enum MyEnum eVal1 = 0 eVal2
|
| Single Application Run | 14 Jul 2006 01:05 GMT | 3 |
How do I make it so that once my application (.exe) is running, if the user tries to run a second instance of the program, it is not allowed. I want my program to be able to have only one instance of it running, period.
|
| Timer within a class | 13 Jul 2006 22:00 GMT | 3 |
I have a class which contains a method. This method should be called every second. It does some checking and is able to raise an event. I tried several things, but I can't find the solution.
|
| VB 6 Pro SP-5 Help | 13 Jul 2006 21:03 GMT | 4 |
Is this the place to get some advice on VB 6.0 Pro SP-5 ?? If so, how do I customize the IDE so that when I open a project, it doesn't default to the \Program Files\... folder? I want to open my projects from a different folder.
|
| Method 'Filename' of object 'graphic' failed Runtime Error -2147417851(80010105) | 13 Jul 2006 17:38 GMT | 1 |
Getting this error randomly. Here is the code. With xlWB.ActiveSheet.PageSetup.RightFooterPicture .Filename = "N:\GMCC\GMCCA\Common\GMCCA GUI\Graphics\att_horiz_color_sml.jpg"
|
| Trying to control color per line on a listbox in VS 2005 | 13 Jul 2006 16:11 GMT | 1 |
I'm just trying to write a basic program that will dump output to a listbox. I want to be able to control the color of the text that is going into the listbox by the row. I have found some examples on how to do this but dont understand how they work and i am trying to do this
|
| Keyboard Non-Sense. (VB6 Enterprise) | 13 Jul 2006 15:48 GMT | 7 |
For some idiotic reason, my keyboard's remapped frequently in VB. I'll be typing along happily, switch a little between form and code view - and there you'll have it. My >'s turned into a :, my ' into ` and what not. Sometimes I'll forget about it for a moment (maybe copy/pasting
|
| VB6 Overflow error with values over 32767 but using longs | 13 Jul 2006 14:21 GMT | 6 |
I have a VB6 application that has been running happily on 3 Win2K servers in a web farm for a number of years. I have installed the same application on a 4th server which should be identical to the existing 3. All 4 servers access the same database. The problem I have is that
|
| Crash during use of "Data Source Configuration Wizard" | 13 Jul 2006 14:12 GMT | 2 |
I'm trying to add a data source from an object using VB in Visual Studio 2005. This is something that works generally, but in a specific project the wizard always crashes. I start the wizard, then select "Object". The next page on the wizard
|
| How to save the form as picture? | 13 Jul 2006 13:04 GMT | 4 |
Hello, can anyone tell me (if possible) how i can save the form, as it is displayed as a jpg picture? something like Print screen only focused on the form.... Thanx
|
| I want to write a script in Power Point 2003 that will print the page | 13 Jul 2006 10:25 GMT | 1 |
Does anyone have suggestions on printing the current slide from Power Point 2003 using Visual Basic. I found a website and tried it at home on my PowerPoint 2000 and it worked just fine. I ran it at school on the PowerPoint 2003 system in a lad, network printer it did not work.
|
| VB 6 And Internet Explorer | 13 Jul 2006 08:54 GMT | 1 |
we're starting a Siebel-Web Client (running in the IE) via a VB 6 startup program providing the application with the username and password. In the current version we're using the InternetExplorer Object. As I understand it, this object only allows one process.
|
| Help Please - Sending email from VB Prog - Code enc. | 12 Jul 2006 21:43 GMT | 1 |
I have the following code to send an email from outlook '################################################# Temp = "" Temp = App.Path & lstOrders.FileName
|
| Invalid procedure call or argument | 12 Jul 2006 08:54 GMT | 4 |
I have written an ActiveX DLL and a program that uses objects of the types defined in the DLL. While writing these, I have been working on them in one session of VB6, using a project group. While debugging the two together, everything works perfectly from start
|