| Thread | Last Post | Replies |
|
| Need "browse" list of servers on local network | 22 Oct 2003 08:32 GMT | 1 |
Under VB.NET how can I create a browse list (like the list shown in Network neighborhood) of servers in our LAN? TIA, Bill
|
| How to get exe return values in VB | 21 Oct 2003 21:09 GMT | 2 |
I need to run an exe file which gives a set of return values from VB. How do i capture the return value of the exe in VB? thanks, Ashish
|
| printer questions | 20 Oct 2003 22:01 GMT | 2 |
1) i have make an small app which the user writes in a textbox and then print them on a printer. in my home printer (HP Deskjet 920c) everything prints normal.
|
| Dynamic Data Structure | 20 Oct 2003 09:50 GMT | 15 |
Typically, we have a data structure that is a one-to-one corresponded to the database table. i.e. if the table has the [first name], [last name] fields, we will have an user defined type (or class) that has
|
| MSComm Control | 17 Oct 2003 18:18 GMT | 7 |
I have a VB app that uses the MSComm control. There is a port 3 on my system that is a USB to Serial adapter, Hyper Terminal has no problem opening this port but the MSComm control will not open it????
|
| zip file in vb.net??? | 17 Oct 2003 18:02 GMT | 1 |
How can I zip file in vb.net code?.Thank you.
|
| Programming OutLook (send e-mail from VB) | 17 Oct 2003 17:38 GMT | 1 |
Hi, All I am programming Outlook in vb; The task is when error occured during transfering files App should automatically send e-mail to notify about the error.
|
| Carriage Returns in String data type | 17 Oct 2003 09:33 GMT | 1 |
I've got a problem with carriage returns in vb. I have a Visual FoxPro database that I extract a string field (when I link the table in Access it is a Memo field) This string field has embedded carriage returns
|
| Uncooperative installation | 16 Oct 2003 22:22 GMT | 4 |
Does anybody know, how to change the location in which the setup.exe generated by the P&D wizard generates the setup log file? I am trying to install an application I have written on a
|
| ActiveX creation by CreateObject function | 16 Oct 2003 14:31 GMT | 1 |
I want to create an object by "CreateObject" function and write code for its events. Please Help me. Regards,
|
| ActiveX.exe passing value back from a form to a class | 15 Oct 2003 17:07 GMT | 2 |
I have a class that calls a form, I would like the form to pass a value back to the class. in the class I have a variable declared in the following way Public GblResponse As Integer then in the form when they click on a button I have the following
|
| Events in VB | 15 Oct 2003 14:12 GMT | 9 |
I have tried to do a simple com object that do the following (assume that the following code in project1 -> class1) Public Event AsyncCall(ByVal Params As String) Public Sub CallAsync(ByVal Params As String)
|
| USB printing in Visual Basic | 14 Oct 2003 15:13 GMT | 1 |
How to access USB port in Visual Basic? If I need to send a print job to printer in Visual Basic via USB. How can I do that? Thank you.
|
| printer.print method missing - vb6 - win2000 - what gives? | 14 Oct 2003 01:59 GMT | 1 |
According to the documentation, the printer object is supposed to have a .print method. I am trying to use the printer object in vb6 to print a simple line of text to the default printer. My printer object does not even list a print method - anybody know what is going
|
| Setting account lockout threshold | 14 Oct 2003 01:54 GMT | 4 |
Hello, I am trying to find a way to get and set the account lockout threshold in windows 2000 with visual basic. Do you know if it is posible? What shoud I use? Thanks in advance
|