| Thread | Last Post | Replies |
|
| Change properties of fields using VisData | 02 Jun 2004 05:24 GMT | 2 |
I searched for a tutorial on VisData and found nothing. Can anyone direct me to a text or web site on using VisData? I created a database using VisData and want to change the size of several fields. In it six fields have Size = 50. How do I use VisData or SQL to change each of ...
|
| Converting a hex number | 01 Jun 2004 20:13 GMT | 5 |
I am using the following code to display ( in Text1) a HexNumber and its numeric equivalent. Private Sub Command1_Click() Dim myHexString As String
|
| Changing Mousepointer Over a Label | 01 Jun 2004 19:47 GMT | 3 |
We need to have our mousepointer to change to a hand when it goes over any of the label objects, which are in an array. And of course the mouse should change back to the vbdefault when it goes off the label object(s). I'm hoping someone will be able to help me figure out what the ...
|
| whats the best? | 01 Jun 2004 18:48 GMT | 1 |
I have never used VB before and I am wondering what the best one to learn is? VB.NET????? Paul.
|
| HOWTO: open a foreign graphic format | 01 Jun 2004 18:41 GMT | 1 |
i have some pictures in a strange format that i can open only with 2 programs . the picturefiles are saved on disk with extension *.dyc or/and *.bod any1 who knows how to get them seen with vb-code?
|
| Newbie help with Listbox | 01 Jun 2004 18:23 GMT | 3 |
I need a little help with an sql query and a listbox. My query is basically this: Dim conn as New connection Dim strsql as new recordset
|
| Comparing Wav files | 01 Jun 2004 14:30 GMT | 3 |
Hiya - Quick question. Can I VB to compare to the contents of two wave files. [NB] What I am trying to do is create a program that will compare the message played on a companies IVR with a prestored wav. file so if I call
|
| 3D graphics in VB | 01 Jun 2004 10:41 GMT | 2 |
I am trying to create a 3D graphical environment in VB - Any advice?
|
| Why won't my numbers add up? | 01 Jun 2004 10:34 GMT | 6 |
Can't see why this is not working. I simply want the number that I add into the text box ("CurrencyItem")to add itself to the currency amount already in the database("rstMP!Trade") but it just won't do it - something silly I suspect-any advice most welcome.
|
| Variable uses a type not supported in Visual Basic (Error 458) | 01 Jun 2004 08:53 GMT | 4 |
I have the following problem. I'm designing an ActiveX control in vb6 that uses a lot of API's. It runs well when I test it from a test project in the same project group but when I want to compile it I have this error:
|
| multidim assoc arrays | 01 Jun 2004 08:05 GMT | 7 |
Hi, I'm trying to construct this in VB : myarray["243"][1]= "carol" myarray["243"][2]= "floyd"
|
| Problem w/circle method in non-square objects in VB6 | 01 Jun 2004 05:01 GMT | 1 |
To display this bug 1. Open a new EXE project 2. Place a picturebox in a form 3. Place 4 buttons on the form
|
| Installer programs | 01 Jun 2004 02:20 GMT | 24 |
This baffles me. How do they work? What I mean is: How are all the files put into one executable and then extracted when you open it? I'm not worried about compression at this stage, but is there any tutorials, samples that I can learn from? I guess this is also a bit like the way ...
|