| Thread | Last Post | Replies |
|
| Replace QuicBasic input at runtime | 18 Jan 2007 23:54 GMT | 3 |
All - I was asked to work on a project converting some weather data. The program used to convert the data is written in Quick Basic. I am only a novice programmer and while I can see from the .BAS file what is
|
| Full path of a file existing in the computer | 18 Jan 2007 19:33 GMT | 1 |
Is there a way to find by programmation the full path of a file such as "MyFile.xls" for example (supposing it exists in the computer) ? Thank you in advance,
|
| Visual Basic to access .csv file from ftp and add data to SQL | 18 Jan 2007 16:39 GMT | 7 |
I have some experience in VB but am completely new in SQL. I have a VB project involving SQL to be completed in 5 days. I really hope you can at least give me some ideas to shorten my developement's struggles to meet the deadline.
|
| Read Character from text file in VB 6 | 18 Jan 2007 03:34 GMT | 3 |
I have a text file which has lines of data like below: 11, 1B, 2, 3, 4, 11C I used below to read the file. I found out that "1B" and "11C" above appear to be "1" and "11" respectively. The B and C have gone
|
| Need help on Declare statment in BV 6.0 | 18 Jan 2007 03:06 GMT | 6 |
Can some one help me understand the Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long and the above function is being called as below
|
| Opening sequential files | 18 Jan 2007 00:03 GMT | 1 |
I have a sequential text file, Clients.txt, and when my form loads I would like the first record only to be displayed - that's if it exists! Initially Clients.txt is blank. Well I 'm getting error messages when the below code is triggered for an empty file.
|
| check if element in website exists, how? | 17 Jan 2007 23:14 GMT | 1 |
i have a WebBrowser-Element and i want to check if i.e. WebBrowser.Document.Forms(0).innerText exists. My program gives an error if i wnat to use the "innertext", when there
|
| Logic or syntax error? | 17 Jan 2007 23:01 GMT | 27 |
VB6.0 I have a form for data input (frmInput) There are 2 text boxes, txtA and txtB One input can be any positive value.
|
| Add Edit Delete Options on right click in MSFlexGrid Control VB6 | 17 Jan 2007 17:07 GMT | 1 |
Hi: Can any one please tell me how to enable a right click option in MSFlexGrid Control. I mean when user right click in any grid row, it ask option Add, Edit, Delete and when user click on any one of them another form will be open and load the values from that row into new
|
| grid32.ocx et nombre de ligne max | 17 Jan 2007 15:36 GMT | 1 |
Bonjour, Sous VB 6.0, J'utilise le controle grid issu de grid32.ocx (dont j'ai besoin de la multiselection de lignes...) or je suis confronté à un problème de
|
| DirectX 8 Help | 17 Jan 2007 15:24 GMT | 5 |
Anyone got any experience with DirectX 8 here? Using the code below; I cannot seem to get the 'camera' to move. ------------------------------------------------------------------- Private mView As D3DMATRIX
|
| Getting Computername | 17 Jan 2007 15:06 GMT | 1 |
Hey @all! option explicit on Private Declare Function GetComputerName Lib "kernel32" Alias _ "GetComputerNameA" (ByVal lpBuffer As String) As Long
|
| Son et fréquence | 17 Jan 2007 07:36 GMT | 1 |
Bonjour, Comment créer un son de fréquence et durée spécifiées ? Le but étant d'essayer de comprendre comment sont construites les notes de musique.
|
| grid32.ocx and max rows | 17 Jan 2007 03:23 GMT | 2 |
Under VB 6.0, I use the grid control from grid32.ocx (control that i need because of multi-line selection) and I've got a problem : I can't fill more than 16351 rows (my grid counts 15 cols). Do you know the way to bypass this limitation for at least 32000 rows.
|
| How to know if a game is running in fullscreen with VB6 | 16 Jan 2007 19:27 GMT | 11 |
My app have to popup a window sometime but I want to be able to determine if a game is running in fullscreen (not only maximized window), because if a game is running in fullscreen my popup window exit the game and I want to prevent that. But I want it to appears if
|