Advertised on Jobnet..It's an interesting figure sure, however let me tell you somethign about j...
By eddiedebear
Hello.Newbie question for sure.I've got this simple web service (.asmx) function that works fine whe...
By jason_cyberpine_com
Hi, I have an error that is causing me some grief to say the least;I have created a vb.Net applicati...
By markusj_nz
All the code the we exchanged will work. The real problem was security. Theuser ID that is signed mu...
By larrybird
Hi Experts,Interesting finding, when comparing two dictionary of byte(),KeyNotFoundException throwed...
By alanwo_gmail_com
Is there a simple, universal way (perhaps, an interface?) of having anobject know whether or not it ...
By pj6
You may try following approch:When you finish the changes in server explorer, you can drag the table...
By msft
hehehe...of course, the good old days are far from here, now that thedotcom bubble has thoroughly bu...
By asj, 2 Comments
This is not a question but something I found,it might not be the best solution, but hey, it works......
By screamingeagles101, 1 Comments
I have to call a web site on click of button on vb.net button control. Plz. tell me how it could be ...
By nikhiljain27, 2 Comments
I am searching through thread after thread and not coming up with the answer....I open a streamreade...
By dminder, 5 Comments
Hi..there's a way to catch from Active Dir an internal user's mail, having his login name?...
By andyc76, 2 Comments
I am new to VB.Net and would like to create keystroke event handling at the Form level. I understan...
By markr, 6 Comments
I'm trying to read a registry key using VB.Net. I have posted the code belowthat I'm using:Dim DBCon...
By larrybird, 11 Comments
Hi all,Im starting to programming on VB NET so i start to using the ADO.NET. Im try to edit a field ...
By tec8118, 21 Comments
Public Complete As New frmCompleteOrderTry changing that toPublic Complete As frmCompleteOrder
x_ice | Tues, 04 Dec 2007 14:52:00 GMT |
same thing.
medicenpringles | Tues, 04 Dec 2007 14:53:00 GMT |
Can you post the project so i can look for myself?
x_ice | Tues, 04 Dec 2007 14:54:00 GMT |
Public complete As frmCompleteOrder
Private Sub btnTC_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTC6.Click, btnTC5.Click, _
btnTC4.Click, btnTC3.Click, btnTC2.Click, btnTC1.Click
If complete Is Nothing Then complete = New frmCompleteOrder
complete.Show()
End Sub
try this for me
grilkip | Tues, 04 Dec 2007 14:55:00 GMT |
same thing.
Not always...
kal_torak | Tues, 04 Dec 2007 14:56:00 GMT |
Public complete As frmCompleteOrder
Private Sub btnTC_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTC6.Click, btnTC5.Click, _
btnTC4.Click, btnTC3.Click, btnTC2.Click, btnTC1.Click
If complete Is Nothing Then complete = New frmCompleteOrder
complete.Show()
End Sub
try this for me
doesn't change anything.
i'm using beta 1. is that the problem?
medicenpringles | Tues, 04 Dec 2007 14:57:00 GMT |
doesn't change anything.
i'm using beta 1. is that the problem?
It's definitely the problem with your thread!!!!!!!!!!!!! This is the VB.NET forum and unless you say otherwise we all assume you are using VB.NET 2002 or 2003: And if you are using the beta 1 version of that, then you're on your own :bigyello:
taxes | Tues, 04 Dec 2007 14:58:00 GMT |