| Thread | Last Post | Replies |
|
| Run program | 17 Dec 2003 03:09 GMT | 3 |
I wont run second program when first program is closed ? How ? G
|
| list input from common dialog | 17 Dec 2003 01:39 GMT | 2 |
hallow all i'm using this code to open a file CDL.Flags = cdlOFNHideReadOnly CDL.DialogTitle = "Open u eigengemaakte looplicht shows"
|
| PLS HELP!!!! inserting date from VB6 to DBF | 17 Dec 2003 00:58 GMT | 3 |
I tried the following method to insert date field into DBF table.. but I get syntax error..... whats wrong? can anyone help???! MSQL = "INSERT INTO TRANM (TRAN_DATE) VALUES (" & Format$(dtTranDate,
|
| I try again my question | 17 Dec 2003 00:46 GMT | 4 |
Could you explain me how do you do for put a picture in my tools barre in IE6 where you have many icones thank you for your help
|
| Click command button without changing focus? | 16 Dec 2003 23:18 GMT | 4 |
In Visual Basic 6: I have a form with a number of textboxes and an MSFlexGrid. I have one "Toggle" command button that toggles the grid in and out of "Add" mode, in which tabbing out of the last cell and row of the grid adds a
|
| How to structure an Input# statement | 16 Dec 2003 21:34 GMT | 4 |
Suppose I have a data file organized with 10 records, each of the form nn , nn , nn , nn I am reading this with something like for i = 1 to 10
|
| Assing the status of a single bit in a word (Integer) to a bool variable. | 16 Dec 2003 21:10 GMT | 3 |
I am reading a byte from an I/O port on the computer. Each bit in the byte represents a digital input (switch) to the I/O port. I want to monitor the status of each of the 8 bits (switches). I want to assign each bit to a boolean variable. When the boolean variable goes true ...
|
| VB program execution question | 16 Dec 2003 17:53 GMT | 3 |
im teaching myself VB. i coded up the luckey 7 example program with success, but i have a few questions. i built it to produce a stand alone .exe file. when i double click the .exe to execute, it seems to take a long time for the program to
|
| Colors in SSTAB | 16 Dec 2003 17:41 GMT | 1 |
Is there any way to paint different TABs of SSTab control (Tabbed dialog control) to different colors? Or is there any other control which looks / works like SSTAB but has this possibility?
|
| create Excel Worksheet | 16 Dec 2003 16:34 GMT | 1 |
<% Response.ContentType = "application/vnd.ms-excel" set conntemp=server.createobject("adodb.connection") cnpath="DBQ=" & server.MapPath("..\..\..\dbs\Access_Files\expense.mdb")
|
| ShellExecute creates IE internal error | 16 Dec 2003 15:12 GMT | 2 |
I'm trying to use ShellExecute in vb5 to direct an instance of IE to a new URL, using: mlngreturnval = ShellExecute(lngHwnd, "OPEN", strTargetURL, vbNullString, vbNullString, vbMaximized)
|
| HELP !! beginneralert Cannot define Public user defined type within object module | 16 Dec 2003 14:25 GMT | 8 |
After doing a bit of Googleing, i sort of get the impression i'm not the only one doing it right according to books and stuff, but still i am being slowed down in my attempts to quickly master VB by what seems to be a bug. I Get the message
|
| Expression too complex | 16 Dec 2003 09:56 GMT | 5 |
Im getting error message 19(Expression too complex) when i am trying to divide two currencu data type values. e.g(589.7/13379.8096).Also this method is not shown evertime i try to divide two values.And if i do "on error resume" it works.
|
| reading inetcpl.cpl proxy help please | 16 Dec 2003 09:45 GMT | 4 |
I'm working on a internet project and need to be able to turn on my proxy connection on or off. For which I use the following code, which does the job. Private Sub Command1_Click()
|
| Forms/controls not redrawing properly during file operations. | 16 Dec 2003 08:05 GMT | 8 |
My application uses the File System Object to copy and otherwise manipulate files. On the main form, I am trying to provide some user feedback by way of either a label or textbox with text describing the various aspects of
|