| Thread | Last Post | Replies |
|
| Listbox: Looping through SelectedValue | 27 Oct 2004 09:27 GMT | 5 |
Newbie question: I am trying to write some code to loop through all of the SelectedValue values of a multiselection listbox. For example, I have a form with two listboxes that when instantiated, shows what groups a
|
| Non-Touch Deployment - Start App using URL | 27 Oct 2004 08:36 GMT | 2 |
Hi therem, I am writing a lot of application which are used within our LAN and are called by clicking on a website onto an URL which is launching the *.exe of the Samart Application. I know the 3 possibilities of deploying non-touch apps. I just have one more
|
| contextmenu | 27 Oct 2004 06:57 GMT | 2 |
how do I show context menu on richtextbox? I try select the contextmenu under properties , but still no use do I miss something. (VS 2005)
|
| loop on controls in a container | 27 Oct 2004 03:41 GMT | 5 |
Is it possible (in vb.net with WinForms) to loop throw controls inside a container (form or panel) sorting the controls on a property (.tabindex for example) ? My problem : on several forms (or panels), i have many controls
|
| FTP - can't upload a file using the MS Example | 27 Oct 2004 00:57 GMT | 18 |
I'm using Microsoft's own VB.NET FTP Example: http://support.microsoft.com/default.aspx?scid=kb;en-us;832679 I can get the program to create directories, change directories, etc., but I can't get it to upload a file to the FTP server. I just get a
|
| Newbie: Comment alignment problem | 27 Oct 2004 00:19 GMT | 3 |
I hope I am not way off topic here.... I have the following problem that i can't seem to find an answer at the Editor Settings: 'my if comment If myradiobutton.Checked Then
|
| form.Text have straight and Italic text? | 26 Oct 2004 23:59 GMT | 3 |
Is it possible to have straight and italicized text in a form's caption bar? If yes, how is this accomplished? I tried to write a line like this at the top of my form Form1 <i>.Net</i>
|
| Declaring Vars in a loop | 26 Oct 2004 23:57 GMT | 3 |
Is there any difference (memory/speed wise) between these two snipits. I always like to write in snipit 2 style, but was just curious. I'm scared I'd declare a thousand pointers when I don't need to. Snip 1:
|
| Handling empty fields | 26 Oct 2004 23:55 GMT | 14 |
Hello. I am using Visual Studio .NET (Academic Edition) to write a VB program. My computer is running Win XP Pro. I am writing a calculator and requires users to enter two numbers. After entering the numbers, they should click a button called 'Display Results'.
|
| Tablestyle problems | 26 Oct 2004 23:51 GMT | 2 |
Why would the code below fail? I'm making a tablestyle, which works fine. I test to see if the style already exist for this datagrid, if it does, remove it before adding the new version. What I don't understand is the 'Contains' method. I get different answers depending on whether I ...
|
| Using TcpClient | 26 Oct 2004 23:43 GMT | 1 |
Can someone tell me what is wong with this code? I cannot seem to get past first base. I have a form with one button. In the following code, TcpClient gets underlined in blue, meaning an error, and the error is "type expected".
|
| And vs. AndAlso, performance?? | 26 Oct 2004 23:38 GMT | 7 |
I was just curious if anyone knows how the combinations of And/AndAlso and Or/OrElse compare in terms of performance. Which takes more work for the system, performing two evaluations on an And or performing short-circuiting on an AndAlso?
|
| Inheritance/Casting question in vb.net | 26 Oct 2004 23:25 GMT | 5 |
What is the correct way to "widen" the interface of an object? Let me explain (this is not a real example but should illustrate my point). Say you have a person object with some properties. And you also have a
|
| Where i made an error? | 26 Oct 2004 23:07 GMT | 2 |
I wrote this code: But somewhere i made a mistake... Try Dim objRootDSE = GetObject(LDAP://RootDSE)
|
| Clipboard | 26 Oct 2004 22:46 GMT | 1 |
In "classic VB", there was a Clipboard object that had GetText and SetText methods. I can't seem to get MSDN to cough up anything on this for .Net? What's the correct / best way to use the clipboard in VB.NET?
|