| Thread | Last Post | Replies |
|
| RE: bold text in textbox | 17 Jul 2005 02:20 GMT | 3 |
is there a way to bold/underline text in the textbox like MS Word? or any third party ocx?
|
| Printer Stuff | 16 Jul 2005 17:46 GMT | 2 |
Just thought I'd post a little note about something to be wary of when testing printer object code in the VB IDE which can cause confusion if you are unaware of it (anyway, it certainly had me confused for a while). The problem occurs if you run some test code that alters various ...
|
| Skills required for transition from VB5 to VB6/VB.NET | 15 Jul 2005 23:08 GMT | 8 |
I worked for several years with VB5 back in the late 1990s. Question: from a programmers point of view and the programming skills required, would you consider the transition to VB6 or VB.NET to be a simple one for a person who has programmed with VB5? I also have 6
|
| Reading Excel sheet in vb6 | 15 Jul 2005 22:10 GMT | 3 |
Using the following code, I am reading an excel sheet with 10 tabs to 10 other sheets in 1 file Private Sub Form_Load() gsheet = 1
|
| Self Extracting Zip file | 15 Jul 2005 01:28 GMT | 1 |
Is there anyway in VB to determine if a file is a self extracting zip file?
|
| Bizarre property/raiseevent problem | 15 Jul 2005 01:24 GMT | 2 |
This is all in VB6: I have some code inside of an ActiveX DLL class module that essentially boils down to this: private m_X as long
|
| Printing with Common Dialog Control | 15 Jul 2005 00:19 GMT | 12 |
I have an application that I am developing using the Microsoft Common Dialog control. When I execute my code to display the dialog box for the user to select a printer it prints fine. The problem is that if the user selects a printer that is not the default, the o/s then makes ...
|
| Simple way to loop a directory's files and put the file's text into string variable | 15 Jul 2005 00:11 GMT | 9 |
Can someone please give me some code sample on how to do this in VB? So far I tried two methods and I've read of a third one that uses "DIR" but I don't know how to write the "DIR" method.
|
| IDENTITY_INSERT | 14 Jul 2005 19:42 GMT | 2 |
I have 2 different programs with 2 different databases. The first database where i have just the new table without data and the second one where i have all. I must take all data from the second database and insert in teh second.
|
| Format() | 14 Jul 2005 15:03 GMT | 3 |
Can somebody explain why Format("65083-12", "") returns "12/1/1547"? It seems like Format tries to convert it to some kind of date but I don't the clue. Sinna
|
| $(AppPath) | 14 Jul 2005 11:47 GMT | 1 |
What does $(AppPath) mean and all those other paths in the setup.exe maker. And which one do i use to go to: WINDOWS/start menu/programs/startup/app.exe
|
| Created mini picture | 14 Jul 2005 09:06 GMT | 1 |
Do you have a vb code for create a mini picture with big picture jpg exemple i have a big picture aaa.jpg -----------> create automaticly a new picture bbb.jpg (10%)
|
| Large VB6 project doesn't load within VB6 in WIN98SE | 14 Jul 2005 02:15 GMT | 12 |
My customers who run my application on WIN98SE report out of memory errors (they had lots of RAM) whenever they were within the application and were running a critical calculation feature. I have developed the VB6 app within the WIN NT and WIN XP environments. I decided to get ahold ...
|
| Install Location | 13 Jul 2005 19:28 GMT | 1 |
Hi, i want my program to start up with windows. So i am just going to put it in the start up folder in the start menu. How can i tell my setup exe to put it there? Or, is there another way to get the program to start up with windows?
|
| VB5 - WriteProperty Error | 13 Jul 2005 15:35 GMT | 2 |
When I run this code in ActiveX control which has a property Cols, I get error 61: Object variable or with block variable not set I have tried adding Set Propbag = New PropertyBag
|