Click here to Skip to main content
15,922,533 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to convert a string to form object? Pin
Sheel Gohe29-Mar-05 18:26
Sheel Gohe29-Mar-05 18:26 
AnswerRe: How to convert a string to form object? Pin
Ritesh123430-Mar-05 3:19
Ritesh123430-Mar-05 3:19 
GeneralRe: How to convert a string to form object? Pin
Sheel Gohe30-Mar-05 20:10
Sheel Gohe30-Mar-05 20:10 
QuestionHow to get the command line argument of the other processes in VB using Win32 API? Pin
Kent Liu29-Mar-05 17:39
professionalKent Liu29-Mar-05 17:39 
Generalserialization problem Pin
29-Mar-05 16:17
suss29-Mar-05 16:17 
GeneralDatagrid Pin
rusudhan29-Mar-05 16:12
rusudhan29-Mar-05 16:12 
GeneralRe: Datagrid Pin
Christian Graus29-Mar-05 16:34
protectorChristian Graus29-Mar-05 16:34 
GeneralCode Downgrade Pin
Member 175892829-Mar-05 14:20
Member 175892829-Mar-05 14:20 
Hi there Smile | :)

Being too cheap to go out and buy it before learning VB.NET, I downloaded the 2005 Beta1 of Visual Studio. I wrote some programs, and now I've bought 2003 Standard. I've tried to downgrade the code so much as my GUI (controls, etc.) are all back, my code is (mostly fine) and there's no build errors. However...there's been a few issues that I need some help with.

Private Sub form1_closing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing

It seems that the older framework doesn't support this, but does anybody know of an alternative that will work?

***

Dim connectme As New Net.Sockets.TcpClient()<br />
      Dim server As String = "1.1.1.1"<br />
      If connectme.Connected = True Then //<br />


Property connected as Boolean doesn't exist in this older framework? Anyone else know how to check?

***

For this one, I'm using NotifyIconEX, and with the EXACT same code, the EXACT same controls, references, etc. When I try to set notifyicon1.visible = True, I get "Object Reference not Set to an Instance of an Object".

***

For some reason, whenever I startup this program, Main.vb (the primary form), is ALWAYS blank, even though I have everything set up in the designer. This NEVER happened in VS.NET 2005. I have yet to figure out how to get around this.

***

All of these worked PERFECTLY prior to the code conversion. If anybody could give me ANY advice, it would be GREATLY appreciated.

Head Admin,

http://www.khaoslabs.com/
GeneralRe: Code Downgrade Pin
Mitch F.29-Mar-05 20:24
Mitch F.29-Mar-05 20:24 
GeneralRe: Code Downgrade Pin
Member 175892830-Mar-05 0:52
Member 175892830-Mar-05 0:52 
Generalmultiple objects in datagrid Pin
nordyck29-Mar-05 13:21
nordyck29-Mar-05 13:21 
GeneralAdvice to learn assembly programming language Pin
Mekong River29-Mar-05 11:29
Mekong River29-Mar-05 11:29 
GeneralRe: Advice to learn assembly programming language Pin
Colin Angus Mackay29-Mar-05 12:03
Colin Angus Mackay29-Mar-05 12:03 
GeneralRe: Advice to learn assembly programming language Pin
Christian Graus29-Mar-05 12:09
protectorChristian Graus29-Mar-05 12:09 
GeneralRe: Advice to learn assembly programming language Pin
Mekong River30-Mar-05 4:41
Mekong River30-Mar-05 4:41 
GeneralRe: Advice to learn assembly programming language Pin
Dave Kreskowiak30-Mar-05 5:29
mveDave Kreskowiak30-Mar-05 5:29 
GeneralRe: Advice to learn assembly programming language Pin
Mekong River30-Mar-05 17:59
Mekong River30-Mar-05 17:59 
GeneralRe: Advice to learn assembly programming language [EDITED] Pin
Dave Kreskowiak31-Mar-05 2:06
mveDave Kreskowiak31-Mar-05 2:06 
GeneralVery big problem Pin
magnifique29-Mar-05 5:01
magnifique29-Mar-05 5:01 
GeneralRe: Very big problem Pin
Mekong River29-Mar-05 11:32
Mekong River29-Mar-05 11:32 
GeneralConvertion Object Into Form Pin
Sunil Gidwani29-Mar-05 4:12
Sunil Gidwani29-Mar-05 4:12 
GeneralRe: Convertion Object Into Form Pin
Robert Rohde29-Mar-05 7:57
Robert Rohde29-Mar-05 7:57 
GeneralRe: Convertion Object Into Form Pin
Colin Angus Mackay29-Mar-05 12:07
Colin Angus Mackay29-Mar-05 12:07 
GeneralRe: Convertion Object Into Form Pin
Dave Kreskowiak30-Mar-05 4:07
mveDave Kreskowiak30-Mar-05 4:07 
GeneralRe: Convertion Object Into Form Pin
Colin Angus Mackay30-Mar-05 4:19
Colin Angus Mackay30-Mar-05 4:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.