Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Find maximum value from a record Pin
Kschuler6-Jun-06 10:49
Kschuler6-Jun-06 10:49 
GeneralRe: Find maximum value from a record Pin
mayhem_rules6-Jun-06 20:47
mayhem_rules6-Jun-06 20:47 
GeneralRe: Find maximum value from a record Pin
Kschuler7-Jun-06 2:52
Kschuler7-Jun-06 2:52 
QuestionWindow Service Pin
nitin_ion5-Jun-06 17:42
nitin_ion5-Jun-06 17:42 
QuestionHow To Set a User Control Property from a VB Code Module? [modified] Pin
hmaccord5-Jun-06 16:24
hmaccord5-Jun-06 16:24 
AnswerRe: How To Set a User Control Property from a VB Code Module? [modified] Pin
hmaccord9-Jun-06 1:24
hmaccord9-Jun-06 1:24 
QuestionAbout ADODB connection!!! Pin
orananif5-Jun-06 14:58
orananif5-Jun-06 14:58 
QuestionData Passing Pin
New_Coder5-Jun-06 12:00
New_Coder5-Jun-06 12:00 
I am using VB 2003.net

I have a field that I want to have the ability fill in a great about of data, but not take up the whole screen.

On the form I have a small text box "Quote_Note" that Shows 5-6 lines of my typed test. For ease of typing and to see a whole screen when typing. I am opening a new form "Text_Box" that is one large text box called Quote_Note.

Private Sub QUOTE_NOTE_ENTER(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles QUOTE_NOTE.Enter
Dim TEXT_BOX As New TEXT_BOX
TEXT_BOX.QUOTE_NOTE.Text = QUOTE_NOTE.Text
TEXT_BOX.Show()
End Sub


Issue 1)How do I get the data back to my calling form Quote.Quote_note.text from TEXT_BOX.Quote_note.text

2) When I tab into Quote.Quote_note.text and it opens TEXT_BOX.Quote_note.text I get a cursor
but if I mouse click on Quote.Quote_note.text I do not? Any Ideas.
QuestionCheck security for editing of datagrid Pin
Sai_Ram5-Jun-06 11:02
Sai_Ram5-Jun-06 11:02 
AnswerRe: Check security for editing of datagrid Pin
Syed Ali Raza5-Jun-06 12:24
Syed Ali Raza5-Jun-06 12:24 
QuestionCapturing an image through webcam in VB6.0 Pin
gsaichaitanya5-Jun-06 5:27
gsaichaitanya5-Jun-06 5:27 
QuestionVB.NET - XtraReport Not responding Pin
obuli_salem5-Jun-06 4:36
obuli_salem5-Jun-06 4:36 
QuestionProblem using textbox for searching in DataGrid Pin
Syed Ali Raza5-Jun-06 4:14
Syed Ali Raza5-Jun-06 4:14 
AnswerRe: Problem using textbox for searching in DataGrid Pin
Kschuler5-Jun-06 8:46
Kschuler5-Jun-06 8:46 
GeneralRe:Thanks Pin
Syed Ali Raza5-Jun-06 12:00
Syed Ali Raza5-Jun-06 12:00 
Questionprogress bar Pin
militiaware5-Jun-06 4:09
militiaware5-Jun-06 4:09 
Questionidle system Pin
militiaware5-Jun-06 3:43
militiaware5-Jun-06 3:43 
Questionstream reader Pin
militiaware5-Jun-06 3:27
militiaware5-Jun-06 3:27 
AnswerRe: stream reader Pin
Dustin Metzgar5-Jun-06 4:02
Dustin Metzgar5-Jun-06 4:02 
QuestionMSHflexgrid and images question Pin
Tarek Jabri5-Jun-06 3:01
Tarek Jabri5-Jun-06 3:01 
Questionplease help me sm the chlbx items,pleeease Pin
nellyvb.net5-Jun-06 2:20
nellyvb.net5-Jun-06 2:20 
AnswerRe: please help me sm the chlbx items,pleeease Pin
Rey99995-Jun-06 2:38
Rey99995-Jun-06 2:38 
QuestionTextBox language !! Pin
Tamimi - Code5-Jun-06 1:07
Tamimi - Code5-Jun-06 1:07 
QuestionCatch an event from another form Pin
Rey99995-Jun-06 0:05
Rey99995-Jun-06 0:05 
AnswerRe: Catch an event from another form Pin
Robert Rohde5-Jun-06 0:18
Robert Rohde5-Jun-06 0:18 

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.