| Thread | Last Post | Replies |
|
| how write files to cd in VB 6.0? | 16 Jan 2006 17:21 GMT | 1 |
I want to write data file to CD, could anyone tell me how to find which drive is CD burn and how to write files to CD in VB 6.0? Thanks a lot.
|
| Deleting a file on FTP server using VB code | 16 Jan 2006 17:13 GMT | 3 |
I need to write code in VB that will open a FTP server check for a file, if the file exists delete the file and than logout. Can anyone help me please
|
| Help with DataCombo.Text! | 16 Jan 2006 15:18 GMT | 3 |
I have a datacombo which holds a list of dates i.e. 02/01/2006 01/01/2006 31/12/2005
|
| Machine control from vb 6.0 | 16 Jan 2006 15:16 GMT | 2 |
Hello Dears I am wondering how to control a machine or a motor from vb 6.0? I hav seen people doing that with c++. Is there anyway to do such things wit vb 6.0? Any suggestions welcome.
|
| Suppressing error message in msgBox | 16 Jan 2006 13:55 GMT | 2 |
I have an application in which I have handled error by using On Error goto err ------- ------
|
| List View SelectedItem | 16 Jan 2006 03:18 GMT | 2 |
Hi, does the selectedItem property always correspond to the first column in the ListView to the Item that was selected? is this by default? and how can it be changed? does it have to be a specific data type? regards
|
| How big is Common Dialog? | 16 Jan 2006 02:48 GMT | 5 |
Maybe subject is wrongly formulated. What I need to know is what are consequences of adding Common Dialog to one form and adding it to the second form? Is it the same memory wise, or when adding it to next form in the same
|
| VB Advantages? | 16 Jan 2006 02:34 GMT | 4 |
I am a C++/C# developer. I am consider using VB for .NET developent and C++ for native. Does anyone Recommend VB? Thank You
|
| wininet.dll FTP Create directory | 16 Jan 2006 01:52 GMT | 2 |
I am having trouble with creating a directory on a FTP server that I have accessed using the wininet.dll. I have connected fine and able to navigate as well as create files. My attempts to create a directory keeps giving me the following error
|
| How to create VB.NET Onclick event from ImageButton dynamically | 16 Jan 2006 01:18 GMT | 1 |
I am having trouble creating Imagebutton at runtime from VB.NET code behind page. I can create imagebutton dynamically but don't know how to create onclick event from vb code behind page. There is no onclick event in Imagebutton at design time neither. How can I create a ...
|
| Click Button in IE without a name | 16 Jan 2006 00:45 GMT | 7 |
I was wondering if someone can tell me how to click a button in IE that does not have a name. I am trying to automate my login into yahoo, and I need to click the "Sign in" button. Unfortunately it does not seem to have a name.
|
| Modifying A Pixel in a Picture's color | 15 Jan 2006 22:47 GMT | 6 |
How can I open up a picture, change the color of a specific pixel and resave the image? Would it be easiest to use a picturebox? Or an API, and if it's API, which functions do I need? Thanks
|
| Scrool Wheel not working | 15 Jan 2006 22:01 GMT | 18 |
For some reason when in the IDE environment the scroll when on my mouse does not work. Up until today it worked just fine and it works on all other applications. Is there some setting in VB that I might have accidentally modified that could cause this?
|
| Two Dimesnional arrays | 15 Jan 2006 17:01 GMT | 4 |
What is the proper syntax for defining a two diensional arry where you want to redeimension the LAST element What is the proper syntax for ReDim the LAST element TIA
|
| How to Trap this error? | 15 Jan 2006 14:59 GMT | 3 |
Hi, i am getting a type mismatch error when the wrong type of data (eg text) is entered into a field (currency). this is good. but how do i trap this error, so the user is notified to enter the correct data? In the product form, i have the validation taking place, and once this is ...
|