Click here to Skip to main content
16,005,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioninsert new record to database Pin
mit222318-Dec-06 23:52
mit222318-Dec-06 23:52 
AnswerRe: insert new record to database Pin
ChandraRam19-Dec-06 1:37
ChandraRam19-Dec-06 1:37 
AnswerRe: insert new record to database Pin
Dave Kreskowiak19-Dec-06 4:44
mveDave Kreskowiak19-Dec-06 4:44 
JokeRe: insert new record to database Pin
Paul Conrad19-Dec-06 5:53
professionalPaul Conrad19-Dec-06 5:53 
QuestionMultiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity18-Dec-06 23:35
Netricity18-Dec-06 23:35 
AnswerRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity19-Dec-06 1:20
Netricity19-Dec-06 1:20 
AnswerRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Dave Kreskowiak19-Dec-06 4:41
mveDave Kreskowiak19-Dec-06 4:41 
GeneralRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity20-Dec-06 10:59
Netricity20-Dec-06 10:59 
Thanks Dave, but damn I pasted the wrong C# code into my first example, I should have pasted this (the class-level typeparams disappeared because they contained HTML angle brackets):

	[Serializable]<br />
	public class PairTT<T1, T2><br />
	{<br />
		public PairTT(T1 first, T2 second)<br />
		{<br />
			this.First = first;<br />
			this.Second = second;<br />
		}<br />
<br />
		public T1 First;<br />
		public T2 Second;<br />
	}<br />


How would I implement this in VB? I think my 2nd post answers what I should have asked for originally, but thanks again for any help!
Questionhow I make virtual serial port to my usb port? Pin
Agbaria Ahmad18-Dec-06 23:16
Agbaria Ahmad18-Dec-06 23:16 
AnswerRe: how I make virtual serial port to my usb port? Pin
Dave Kreskowiak19-Dec-06 3:07
mveDave Kreskowiak19-Dec-06 3:07 
AnswerRe: how I make virtual serial port to my usb port? Pin
roo42620-Dec-06 16:15
roo42620-Dec-06 16:15 
Questiongetting rows from more than 1 criteria? [modified] Pin
Eric Georgiades18-Dec-06 22:12
Eric Georgiades18-Dec-06 22:12 
AnswerRe: getting rows from more than 1 criteria? Pin
Dave Kreskowiak19-Dec-06 3:03
mveDave Kreskowiak19-Dec-06 3:03 
GeneralRe: getting rows from more than 1 criteria? Pin
tbryce31119-Dec-06 5:59
tbryce31119-Dec-06 5:59 
GeneralRe: getting rows from more than 1 criteria? Pin
Eric Georgiades19-Dec-06 6:25
Eric Georgiades19-Dec-06 6:25 
GeneralRe: getting rows from more than 1 criteria? Pin
tbryce31119-Dec-06 7:36
tbryce31119-Dec-06 7:36 
GeneralRe: getting rows from more than 1 criteria? Pin
Eric Georgiades19-Dec-06 7:51
Eric Georgiades19-Dec-06 7:51 
QuestionTo Dave Kreskowiak . Pin
Agbaria Ahmad18-Dec-06 20:36
Agbaria Ahmad18-Dec-06 20:36 
AnswerRe: To Dave Kreskowiak . Pin
Dave Kreskowiak19-Dec-06 2:57
mveDave Kreskowiak19-Dec-06 2:57 
AnswerRe: To Dave Kreskowiak . Pin
Dave Kreskowiak19-Dec-06 2:57
mveDave Kreskowiak19-Dec-06 2:57 
QuestionWhay I dont have the &quot;system.io.ports&quot; class ? [modified] Pin
Agbaria Ahmad18-Dec-06 20:28
Agbaria Ahmad18-Dec-06 20:28 
AnswerRe: Whay I dont have the &quot;system.io.ports&quot; class ? Pin
Michael P Butler18-Dec-06 22:20
Michael P Butler18-Dec-06 22:20 
GeneralRe: Whay I dont have the &quot;system.io.ports&quot; class ? Pin
Agbaria Ahmad18-Dec-06 23:18
Agbaria Ahmad18-Dec-06 23:18 
QuestionInserting Data along with HtmlTags. Pin
vin107018-Dec-06 19:34
vin107018-Dec-06 19:34 
AnswerRe: Inserting Data along with HtmlTags. Pin
Guffa19-Dec-06 1:32
Guffa19-Dec-06 1:32 

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.