| Thread | Last Post | Replies |
|
| MySql server and .Net | 29 Nov 2004 02:14 GMT | 1 |
Will a .NET application run on a MySQL server? I know I can access MySQL tables by using the leDbDataAdapter, but will the server handle the .Net aspx and ado code? Must the server have IIS installed? Also, I'd like help on how to get my .Net application uploaded to a website
|
| Passing Richtextbox... | 29 Nov 2004 00:11 GMT | 2 |
I'm still having problems passing the rich text box control to a class property. I've tried the suggestions given earlier (which I appreciate very much), but I can't get this to work. Do you have any other ideas I might try?
|
| Where to put Randomize Timer | 28 Nov 2004 22:33 GMT | 4 |
Just to clear this up for me, could somebody tell me where the Randomize Timer command should appear when a number of my forms use the Rnd feature. Can I simply call this at the beginning of my startup module and it will be used throughout my forms or do I have to state it before ...
|
| RS232 from inside a class module? | 28 Nov 2004 22:08 GMT | 1 |
I have a GPIB instrument control application. VB6 Windows 98SE. Each instrument has a class module that defines the communication to/from the instrument.
|
| Resize a jpeg picture | 28 Nov 2004 16:18 GMT | 1 |
VB6/Windows2000-project I would like to open a jpeg file, resize it to a fix size and save it. I don't have to change other parameters like the compression rate. example: There is a jpeg-file that shows a picture in the size 1000*1200.
|
| how to play wav files in VB | 28 Nov 2004 15:26 GMT | 4 |
I am a very basic visual basic user and want to put in some sound effects to my applications, but I can't finda command that plays anything except for BEEP. How do you put sound into VB applications ?
|
| multiple clicks on a submit button | 28 Nov 2004 12:40 GMT | 1 |
On this page http://webmaster.wilnaarvalencia.com aren't you allowed to click more than once on the submit button. Is there a possibility to click more than one on the submit button? Can someone please help me?
|
| Obtaining Web IP Address | 28 Nov 2004 07:34 GMT | 2 |
Does anyone know how to retrieve the current WAN IP address using VB/VBA? Thanks in Advance
 Signature John Galt
|
| VB.hlp | 28 Nov 2004 03:06 GMT | 1 |
would anyone be able to email me a copy of vb.hlp for vb3? dosdemoaner@msn.com
|
| Serial number algorithm | 28 Nov 2004 01:43 GMT | 1 |
I'm looking for an example of VB function that translates several strings into one license key: First Name Last Name
|
| Adding constant data | 27 Nov 2004 23:16 GMT | 3 |
I'm trying to add constant data to an application that will be updated via a net connection. I want to be able to control the update of this data. I was thinking about adding the data to a dll file using constant variables. However, i think this will take up too much memory as ...
|
| Upload a file to a website in VB6 | 27 Nov 2004 17:49 GMT | 1 |
Hi! Any idea how can I automatically upload a file to a specific directory of a website using VB6 ? (I would appreciate some code also)
|
| Read-only | 27 Nov 2004 01:19 GMT | 1 |
I use VB6. How I can change property of file making it read only or change this property allowing writing.
 Signature Aleks Kleyn
|
| VB Newbie Query List | 26 Nov 2004 18:15 GMT | 5 |
Hope you can put my demons to rest on the following queries: 1) I have 7 timers on 1 form and reading through certain guides, it says that it is best to have these timers as a control array rather than individual ones. I have done this OK, but how do I reference code to each
|
| SetFocus in combination with Option.Value | 26 Nov 2004 16:26 GMT | 3 |
Yesterday Iposted a message called "SetFocus". After reading the reactions I did some tests. Bottomline of the tests isthat when Option1.Value = True the following event results in an errormessage: Private Sub Option1_Clcik()
|