| Thread | Last Post | Replies |
|
| HTML look and feel in VB6 | 15 Mar 2005 08:59 GMT | 12 |
In an attempt to keep up with the times I think I want to add some HTML-like screens to my rather classic VB6 commercial application. I don't want a total HTML based program; I'm just thinking that some screens used to display summary results my look attractive as HTML
|
| Interrupting normal execution | 15 Mar 2005 07:23 GMT | 4 |
Can anyone please advise... If I have a simple application that uses fairly tight loops of continuous execution, how can I get the application to still respond to simple click events like from a command button?
|
| RegDeleteKey help | 15 Mar 2005 04:15 GMT | 5 |
I'm trying to use the RegDeleteKey function. I have found examples both here and other places on the web and coppied the code. However I still can't get it to work. When I call RegDeleteKey it returns a 2. Is my code correct or have I coppied it wrong. I can create and modify ...
|
| Simple VB Program, but hard for me: Compute Volume of Cylinder | 15 Mar 2005 00:23 GMT | 10 |
Hi everyone, I have an assignment, to create a simple VB program that computes the volume of a cylinder. The Form is pretty simple, it has a label and text box for base radius, another for height and another for volume with an OK button. I have the code to put into the OK button ...
|
| ACH file creation | 14 Mar 2005 22:41 GMT | 2 |
Has anybody seen or used a DLL or OCX that creates an ACH bank transfer file? Thanks, Jim K.
|
| Simple format giving me hell! | 14 Mar 2005 21:38 GMT | 5 |
Hi, I am trying to format 0027650904B as 002765/09/04B but for some reason it is not. I'm using Format("0027650904B", "0000/00/000@") but all I get is 0027650904B. Any help would be appreciated.
|
| Spanish Characters Not Appearing | 14 Mar 2005 21:27 GMT | 2 |
I am using vb.net with VS 2003 and dotnet framework 1.1 Problem: I am reading a text file, one line at a time, to extract book titles. Many are in Spanish. For some reason I am unaware of, special characters are not "read", and automatically dropped!
|
| MSHFlexgrid | 14 Mar 2005 21:13 GMT | 1 |
There is some problem in MSHFlexgrid Click. When I Click on th MSHFlexgrid it is not selecting the row I have clicked. Instead anothe row is highlighted and selected. Please give me code for selecting particular row.
|
| 430 Class does not support Automation | 14 Mar 2005 21:07 GMT | 2 |
Is there a way of getting all the components and references versions used in a VP project without having to open VB and going to the Project | References or Project | Components tabs? I am getting “430 Class does not support Automation or does not support
|
| Deleting Files | 14 Mar 2005 20:43 GMT | 2 |
We have a lot f files stored on a server that are backed up daily. There is no need for us to have more than 7 days worth of backup on the server, so i want to delete the files that are over 7 days old. Has anybody any code that will delete all files from a directoty including
|
| DataGrid Question | 14 Mar 2005 20:21 GMT | 5 |
Is there a way I can have the DataGrid automatically resize itself to fit the data? Thanks
|
| A problem with MSComm at 38400b | 14 Mar 2005 20:08 GMT | 7 |
I have a project where I use MSComm to receive data entering every second at 38400 bauds. The data is made of NMEA sentences that need processing for decoding purposes. (!AIVDO,1,1,,,13:r`R5P1orpG60JeHgRSj4l0000,0*56) is an example of a
|
| Coding SQL Transaction | 14 Mar 2005 19:58 GMT | 4 |
I have 3 stored procedures that I run from code (see example below). Is it possible to sandwich all 3 into BEGIN TRAN...COMMIT TRAN somehow? If so, give example. Thanks. David
|
| Error 5112 : Visual Basic ( Ugent ) | 14 Mar 2005 19:45 GMT | 1 |
I have a visual basic application that is always up and running on windows 2000 server. The application sometimes throws up "Error 5112 : There is not enough memory or disk space to complete the operation". When this happens I have to re-boot the server to get the application ...
|
| Clean a VB project (Standard exe)? | 14 Mar 2005 19:13 GMT | 12 |
Does a VB project need to be "cleaned" as does an Excel VBA project? After I clear breakpoints in the VB code, execution stops at various lines in the code and highlights them in yellow. No error message accompanies the stop in execution.
|