| Thread | Last Post | Replies |
|
| LDAP authentication | 24 Nov 2004 15:27 GMT | 1 |
I have problems while authenticate a user with the LDAP. I think its because of the SSL connection the server need to verify the users but I don't know how to establish a ssl connection. Can anyone help me with that???
|
| IsDate() error | 24 Nov 2004 15:10 GMT | 2 |
I'm having a couple of problems with the IsDate function in VB.net (.net framework v1.1). Having searched the web and usenet for others having the same problem, I've seen several posts from people reporting the same error as me, followed by various responses from others saying ...
|
| Problem reading text file | 24 Nov 2004 15:05 GMT | 4 |
Do you know why the following code only read certain number of lines of text file, but not the entire file? Dim sr As StreamReader Dim str As String
|
| Adding a Combobox to a Toolbar | 24 Nov 2004 14:46 GMT | 6 |
I wanted to add a Combobox to a toolbar... Kind of the look you get on VisualStudio's toolbar. I've been able to find some VB 6 samples, but the placeholder option is no longer available for ToolbarButtons...
|
| Invalid cast in code but not in command window | 24 Nov 2004 14:30 GMT | 1 |
I am doing some code which involves type conversion and have run into a problem I find odd. I have a control of type class1 in a referenced assembly called subclassedcontrols.
|
| Reflecting a Structure | 24 Nov 2004 14:27 GMT | 2 |
I created a structure with several variables in it. I wanted to add all the variables of the structure into a listbox. Is there a way I can do this in some kind of loop rather than having to type in 26 item.add lines. How does the Intellisence figure out and list out the
|
| Recursive Call | 24 Nov 2004 14:00 GMT | 3 |
What is the better way to do a Recursive call, avoiding StackOverflow??? I've Tried Something like this: Sub MyRecursiveSub() thread.currentthread.sleep(2000)
|
| send windows message from Application to VB6 ActiveX UserControls that are a IE webPage . | 24 Nov 2004 13:46 GMT | 4 |
We have a number of VB6 ActiveX applicationmodule(s) that are loaded into a IE6 WebBrowserControl . This WebControl is imbededded into Application X . Now We want to send a message from Application X to all the ActiveX applicationmodules that are in IEWebbrowser .
|
| Merge in new data but keep existing changes | 24 Nov 2004 12:59 GMT | 1 |
I have a function that gets information from a database and merges the DataTable into a DataSet that some controls are bound to. What I would like is for the information to be merged in but to retain any changes the user has made to the local data. The reason being, I have a bunch ...
|
| help collections | 24 Nov 2004 12:26 GMT | 3 |
In VB 6 I created a class module w/ 3 attributes that held transaction data, such as; Trans Name, Amount, Date. I then added all of the transactions (lines) to a collection, so I ended up with the following collection: Trans1, Amount1, Date 1
|
| Connect to Internet method | 24 Nov 2004 12:00 GMT | 1 |
Is there a way to tell if the user is connected to the Internet and if not to bring up the Windows Connect dialog box?
|
| How to make a program to receive E-mail by POP3 ! | 24 Nov 2004 11:56 GMT | 2 |
I want to make a program for receive E-mail by POP3, and forward to another E-mail Account, if the E-mail with Attachment , will delete the attachment before forward, where can i find more information
|
| vb.net 1.1 code not formating until I compile | 24 Nov 2004 11:48 GMT | 1 |
I'm writing a winforms app in vb.net 1.1 and today my project started behaving strange. I'm not sure what the term to use is, but the code doesn't auto-format as I type. In other words, when I type letters in the wrong case, they don't automatically convert to the correct case. ...
|
| Hashtable lookup value | 24 Nov 2004 11:45 GMT | 1 |
I've a hashtable. When searching I can use 'Contains' method. This returns true or false. What if I want the actual value? Must i doo a loop with a enumerator and search each key? Or is there a
|
| How to focus MessageBox | 24 Nov 2004 11:42 GMT | 3 |
I used MessageBox.Show to pop up some message, however, the message box somethime is behind other forms, I'd like to know how to focus/activate the message box? Thanks in advance
|