| Thread | Last Post | Replies |
|
| TextBox Error | 15 Jan 2005 03:44 GMT | 4 |
I've define a TextBox As Byte. Only numeric can be the input. I have made a ErrorCheck(). The problem next: If Val(Form1.txtText1.Text) "This is the problem" is not a byte Then
|
| Downloading images from http address | 15 Jan 2005 00:02 GMT | 8 |
Im currently using a function using URLDownloadToFile for downloading images from a website and it works nicely, well sorta. If I was downloading a small amount then its perfectly fine and is very easy to understand and use, but in a lot of cases i need my program to download a lot ...
|
| Populating a combo with an existing client | 14 Jan 2005 17:12 GMT | 3 |
I have a list box on a form with a list of jobs. To edit a job I double click on the selected job and a form comes up which all the job details. I have a combo box on the Job Details form which I populate at form load() with the list of clients from a table. I add the Client_ID ...
|
| PaintPicture prob | 14 Jan 2005 17:00 GMT | 6 |
Apologies for so many questions asked but.... I want to magnify a picture say X2 using PaintPicture. I have Picture1 (the source) and Picture2(the destination). Here's my code:- Option Explicit
|
| Problem files using INNO Script | 14 Jan 2005 15:56 GMT | 11 |
I have XP home edition, SP2 and tried using Inno Script 4.0.1 to create a script file (.iss) for my VB6 SP6 program. I received an error message: Number of files found: 10 Number of files unsafe: 5
|
| need help with adding and editing records in vb6 | 14 Jan 2005 09:26 GMT | 6 |
i have been trying for days to do a simple addnew and edit in a program that worked in vb5 but i cannot get seem to get to work in 6. short of taking a hammer to my machine i am at my wits end. here is the code.
|
| VB Open Multiple CAD Drawings | 14 Jan 2005 01:57 GMT | 3 |
I am a VB beginner looking for some assistance. I am trying to develop a code that can open multiple dwg's and plot them using my defined Page-setups. I manage to get VB to open a single dwg file in a defined location (C:\temp) but I cannot make VB to open
|
| Getting Data from a webpage | 13 Jan 2005 21:40 GMT | 6 |
I have a problem, I am trying to post a value to a webpage that has 2 text boxs, one for 'deposit' and one for 'withdraw' but the firm decided to name both inputs names "amount" ... any idea how to search for the SECOND amount text box that is on the webpage ? Very frustrating..
|
| ANN: NS Basic/Desktop IDE now available | 13 Jan 2005 21:39 GMT | 1 |
We've just released NS Basic/Desktop. It's a complete BASIC IDE that is an easy to use subset of Visual Basic. We managed to make it reasonably powerful and compact. Key features are - Common screen objects are built in
|
| setting button colours | 13 Jan 2005 19:12 GMT | 11 |
For various reasons I need to change the background colour of a command button several times in my program. I know how to do this, but it seems very messy using the ' cmdButton1.backcolour = &H0000C00& ' statement. I've tried setting a string variable
|
| Problem with Microsoft access | 13 Jan 2005 19:03 GMT | 6 |
I have the following table defined in MS Access, used by a Visual Basic 6.0 program: Coordinates: Text, 4 characters Generated: Yes/No
|
| MSH Flexgrid Control, Copying Contents to Clipboard. | 13 Jan 2005 18:43 GMT | 1 |
I'm trying to select, with the mouse, a cell within a flexgrid that I've created, and copying the contents of that cell to the clipboard. I've tried using the Mousecol and Mouserow properties to return the cell col and row index, but It doesn't seem to RETURN the cell ID but ...
|
| Old timers -): NT4 group memebership check (w/o ADSI extensions) | 13 Jan 2005 17:23 GMT | 2 |
Hey folks: (Forgive my stilted way of asking the question) I'm looking for information (and VB code samples) for how (under NT4) in olden times, an application could test if the logged on user was a
|
| Picturebox and anchor objects in it | 13 Jan 2005 16:56 GMT | 1 |
Can anyone tell me what the trick is to anchor a label or any object inside an picturebox. am looking at the vb 5 sample application biblio , but could not find a clue how this is done.
|
| HOW TO INSERT FROM ONE RECORDSET TO ANOTHER IN DIFF. DATABASE? | 13 Jan 2005 14:36 GMT | 1 |
I've been searching a lot but couldn't find anything to insert records from one recordset into antother recordset in another database. I dont want to make it with a loop (rs.movenext), etc. Thera are lots of records and it takes a lot of time.
|