| Thread | Last Post | Replies |
|
| how to properly reparent mdi child from vb6 to vb.net | 22 Dec 2004 22:25 GMT | 1 |
I have a funny question. We are in the process of moving a software of ours from vb6 to vb.net. In order to get smooth transition we plan to use the former app inside the newer as an activeX server, so that all forms can be ported to vb.net one after another.
|
| Using Regular expressions with replace | 22 Dec 2004 22:14 GMT | 2 |
Using the IDE: Replace in Files Suppose I want to change all words: <something>Form to new words: Form<something> Can that be done and if so How?
|
| When I call form.show in a thread it close when the thread completes. | 22 Dec 2004 21:58 GMT | 8 |
How do I keep the form up.
|
| combo box (input capital letter) | 22 Dec 2004 21:27 GMT | 5 |
In textbox, there is a property (character casing), However, in combox , any method/property to set it (as the user input the text, it is default to upper case ? Thanks a lot
|
| How do i create an assembly named SimpleControlSamplesVB | 22 Dec 2004 19:25 GMT | 1 |
hi,I have the following code which gives an error in VB.Net when i run it that it cant find the assembly SimpleControlSamplesVB?any ideas how to resolve this error? Thanks for any help! J.Parser Error Description: An error occurred during the parsing of a resource required to ...
|
| Simple printing from VB.Net??? | 22 Dec 2004 19:01 GMT | 4 |
Can someone provide a simple example of how to print using VB.Net??? Basically just looking for a "HELLO WORLD" example to the printer. I'll worry about formatting, etc. later on. Right now I have a single string that could be a few thousand characters
|
| The underlying connection was closed | 22 Dec 2004 18:56 GMT | 3 |
When i try to use webrequest class i get this error The underlying connection was closed: An unexpected error occurred on a receive. I ma uisng vb.net and have no control on the server Can any one tell me how
|
| FieldInfo Class - SetValue Member Method | 22 Dec 2004 18:35 GMT | 5 |
I have an array "t" where each element is a structure of type "testing". I want to use the FieldInfo class to set the values of the array element fields. I can read the field properties and return the velue using this technique but cannot set the field value as per below.
|
| winsock in vb.net | 22 Dec 2004 18:31 GMT | 2 |
 Signature hello I noticed the winsock control is not in VB.net. Is this replaced by the Socket class in VB.net?
|
| Need help with regex | 22 Dec 2004 18:12 GMT | 2 |
Dim reg As New Regex("^\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}$") Dim m As Match = reg.Match(txtIPAddress.Text) If m.Success Then 'No need to do anything here
|
| a general question | 22 Dec 2004 18:03 GMT | 2 |
hey all, does anyone know what software msdn webcasts is done in? is it available for download? thanks,
|
| AddNew of the BindingContext isn't working..... ? | 22 Dec 2004 17:45 GMT | 6 |
I have a form, oddly enough the same one with the expression column that is giving me a headache, and on this form I have a dataset that has a couple of tables in it that are related. If I do a AddNew on the Binding Context for the parent, it doesn't seem to work. If I click the ...
|
| only integer | 22 Dec 2004 17:31 GMT | 2 |
how can i retrieve the type if a value inserted in an inputbox. what i want to do is make shure people only insert an integer type, if they don't they get an error message. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
|
| My add-in never gets loaded | 22 Dec 2004 17:07 GMT | 1 |
I am creating an add-in for MS Outlook 2000, in VB.NET. I've written the regular code that is in this somewhat the same as the code in this article. http://support.microsoft.com/kb/q302896/
|
| Big Problem | 22 Dec 2004 16:58 GMT | 7 |
i've error Overflow or undrflow arthimetic operation when i change textsize on textbox or combo box. How can i solve? Raffaele
|