| Thread | Last Post | Replies |
|
| Formatting Data In An MSHFLEXGRID | 14 Jul 2006 14:47 GMT | 6 |
I have data coming from data base which I pulled into the MSHFlexGrid into the MSHFlexGrid is in the below format: Activity Name HoursMon HoursTue Total ===== ==== ======= ===== ===
|
| File Name used in Image Object | 14 Jul 2006 13:50 GMT | 3 |
I'm working with the VB source code of someone who does't work with us anymore. The programmer used some images in the code but I can't figure out the names of the files he used. When I go on the properties for the object, I can tell there is a bitmap in the Picture Property, ...
|
| Tough One | 14 Jul 2006 13:48 GMT | 3 |
So here is a tough one. Is there a way in VB to read the number of pages in a pdf file??
|
| VB6 - PRogram is automatically scaling | 14 Jul 2006 13:22 GMT | 9 |
I'm hoping this isn't a foolish question, and hat I'm not missing something terribly obvious... I'm working on a program in VB6 with graphic backgrounds and buttons. The program /form window is ~800 x 600. (I subtracted space for the title bar and
|
| Autosize controls | 14 Jul 2006 09:13 GMT | 5 |
Suppose I have several controls on a form. I want to keep the aspect/ratio of the form while being resized. I don't want to go to all the math for calculating all this. I know there is a freeware(activeX) or some source code that does this for you somewhere on
|
| Active X problem | 14 Jul 2006 08:31 GMT | 8 |
I am trying to use an Active X control that was developed in-house by a former employee. It is a complicated camera control and I have used it in several past VB projects. My problem now is getting it to work on a brand new machine in a simple VB project. I first installed the ocx
|
| ListBox style user control | 14 Jul 2006 08:06 GMT | 4 |
I'm developing a user control based around a listbox and a few other bits and pieces. Essentially, though, it's a list box on steroids, so I would like to be able to offer full access to the properties and methods of the list box to anyone who uses my control.
|
| vb6 bcoming irrelevant? | 13 Jul 2006 23:20 GMT | 82 |
The funny thing is that vb6 is becoming obsolete not because it is not good, or because it is not up for the job, but simply because no one can purchase it any more. In fact vb6 is currently more expensive 2nd hand on ebay than studio 2003/5 brand new.
|
| Using OLEDB from ActiveX DLL | 13 Jul 2006 23:01 GMT | 3 |
I have written an ActiveX DLL that does lookups in a SQL Server Express 2005 via ODBC. This works fine but is horribly slow. I would like to test the possible speed improvement with an OLEDB connection, but can't make it work. All I get for an error is "Login failed for
|
| Automating sending e-mail | 13 Jul 2006 22:53 GMT | 13 |
Found what to me looks like some very nice code to send e-mails from VB at: http://www.freevbcode.com/ShowCode.Asp?ID=109 I thought I could use this to automate sending error data from an application to my e-mail address.
|
| How to use regsvr32 in VB6 | 13 Jul 2006 22:35 GMT | 5 |
I'd like to register myLibrary.tlb file located in App.Path folder of my application from my application for later use by the application itself (Late binding). What code can I use to do it programmatically?
|
| Validating dates | 13 Jul 2006 22:11 GMT | 4 |
IsDate("Friday, 14 July 2006 09:57:33") returns an error. IsDate("14 July 2006 09:57:33") is OK. "Friday, 14 July 2006 09:57:33" is produced by FormatDateTime(someDate, vbLongDate), so why doesn't IsDate validate?
|
| RDO Abosolute position behavior | 13 Jul 2006 20:45 GMT | 1 |
I have an application that I am modifying. It uses SQL Server as a back end and RDO in the client. I needed to add a screen to mantain table data (add, change, delete rows), so I took a functioning frm file and copied it. After editing it, including it in the project and making the ...
|
| What i miss? code dont works. Replace function and other | 13 Jul 2006 19:21 GMT | 8 |
Hello to all im here again to ask some questions about replace function, i have a form with a command button, textbox1 textbox2 and textbox3 here part of code:
|
| Passing pointers to User Defined Types between VB EXE and DLL | 13 Jul 2006 19:00 GMT | 27 |
I want to pass data that is stored in a user defined type between a VB6 EXE and and VB6 DLL. My initial plan was to use code like the following but it doesn't seem to be working. any ideas?:
|