| Thread | Last Post | Replies |
|
| Convert Decimal Number To Fractional Number | 23 Apr 2006 16:28 GMT | 6 |
hey all, I would like convert a decimal number of inches ( 66.5 ) to a text string or fraction number like-- ( 5'-6 1/2" ) can someone help
|
| Selecting next node in treeview control | 23 Apr 2006 14:09 GMT | 1 |
This one is making me crazy. How can I programmatically select next node - the one under the currently selected? This does not work: Dim i As Integer
|
| Can't access private member of form module from within the module? | 23 Apr 2006 13:33 GMT | 6 |
The following simple form module fails when the code in the button click handler tries to access the /foo/ variable. Option Explicit Private foo As Integer
|
| DateTime Picker Help | 23 Apr 2006 13:17 GMT | 2 |
I am trying (and failing) to set the date format of a DTPicker control to UK date format (dd/mm/yyyy), so I thought you would do it like this (where DTPickFeeDate is the DTPicker Control): DTPickFeeDate.Format = dtpCustom
|
| How to average Data collected via RS232 | 23 Apr 2006 08:05 GMT | 6 |
I'm trying to smooth the data (double) I'm receiving via RS232. I have the query in a timer with an interval of 1000. I'd like to smooth this data over 3 cycles. The code is very simple to gather the data:
|
| VB6 Compile error | 22 Apr 2006 22:35 GMT | 4 |
I have just moved a W95/VB5 project to a W2K SP4 /VB6 SP6/ CodeSmart machine. The program runs in the IDE but I get the following error on compile: VB6.exe has generated errors and will be closed by Windows.
|
| couldn't find installable ISAM | 22 Apr 2006 18:48 GMT | 9 |
Hello all, I've successfully compiled a source written in VB6 - Sp6 wich connects to Access 2003. The operating system is WinXP-sp2. The software works well when run from the Visual studio ide ("run with
|
| Can VB Autosave | 22 Apr 2006 15:40 GMT | 5 |
I want to let VB autosave the Code in an interval. Where can I set the autosave interval time? Thanks.
|
| Starting PPT from VB6 | 22 Apr 2006 15:24 GMT | 10 |
Does anyone know how to open an existing PPT file, add or delete objects in it, save the file, and close it as well as the PPT application itself, all from VB6? Any ideas would be appreciated. Thanks!
|
| Question About String Matching | 22 Apr 2006 15:17 GMT | 1 |
Hi all, I want to write string matching program that using boolean operator(AND,OR), how can I do that, thanks -- teddy
|
| write data on cd from vb procedure | 22 Apr 2006 13:58 GMT | 1 |
How to write a data file on a CD RW from a VB6.0 procedure. Which most commune tool must be used ?
|
| ActiveX control interface | 22 Apr 2006 11:20 GMT | 7 |
I have a control project. I have a Bas module(basMain) ********************** Option Explicit Public Config As cRSSConfig
|
| Creating X/Y Graphs in VB6 | 22 Apr 2006 10:29 GMT | 7 |
I'm by no means a whiz kid at programming and I don't understand a lot of the terminology used, but what I do create works, and thats the main thing. However I'm at a total loss as to how to create X/Y graphs. I use Excel to do this without any problems so I thought that this ...
|
| ActiveX Termination | 22 Apr 2006 05:50 GMT | 8 |
I am having a problem converting an application in VB6 to ActiveX to run inside Internet Explorer. The application runs properly, but in the Development Environment, the program is still running. I have shut down all the timers,
|
| Loading Pictures from database into Picturebox | 21 Apr 2006 23:16 GMT | 1 |
Hello, I'm pretty new to Visual Basic. But that is oke. I wrote a program where people can draw ink on a background picture. A screenshot is taken, cropped and saved to a jpg. Then the path of the jpeg is stored in a MS Acces Database. So fine so good.
|