Click here to Skip to main content
15,949,686 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 19:28
FeRtoll6-Mar-06 19:28 
QuestionSending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:26
Phippsp6-Mar-06 12:26 
AnswerRe: Sending info from Form1 to Form2 Pin
FeRtoll6-Mar-06 12:32
FeRtoll6-Mar-06 12:32 
AnswerRe: Sending info from Form1 to Form2 Pin
H@is@here6-Mar-06 12:35
H@is@here6-Mar-06 12:35 
AnswerRe: Sending info from Form1 to Form2 Pin
Chandana Subasinghe6-Mar-06 12:54
Chandana Subasinghe6-Mar-06 12:54 
AnswerRe: Sending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:59
Phippsp6-Mar-06 12:59 
AnswerRe: Sending info from Form1 to Form2 Pin
mayhem_rules6-Mar-06 17:21
mayhem_rules6-Mar-06 17:21 
QuestionPlease help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 11:55
FeRtoll6-Mar-06 11:55 
I have two forms
- Form1
- Form2
On Form1 i have textbox and button
On Form2 i have listbox and button

----------------------------------
I need that if u click on form1 on button that the form2 shows up...
Now on form2 u select an one of 100 items...
U click on button "Insert" and the form2 closes.
The textbox gets the selected item text, buth in position where was the (Ibeam - the cursor i dont know how to explain the line "|" when u typeing.)
----------------------------------

I have tried in manny ways buth can't doo it...

For now i did it like this buth not working:
<code>    
Dim sX As Integer
Dim lin As Integer

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        sX = TextBox1.SelectionStart
        lin = TextBox1.Lines.GetValue(TextBox1.SelectionStart)
        Dim f As New Form2
        f.ShowDialog()
        TextBox1.Select(sX, 0)
        TextBox1.Lines(lin).Insert(sX, f.ListBox1.SelectedItem)
End Sub
</code>


Please help me... Sigh | :sigh: Thanks Cry | :((

FeRtoll Software.net
--------------------
I fertoll@net.hr I
--------------------
AnswerRe: Please help me... I have 10 days to finish the project :( Pin
Chandana Subasinghe6-Mar-06 13:02
Chandana Subasinghe6-Mar-06 13:02 
NewsRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 13:21
FeRtoll6-Mar-06 13:21 
AnswerRe: Please help me... I have 10 days to finish the project :( Pin
Steve Pullan6-Mar-06 13:29
Steve Pullan6-Mar-06 13:29 
NewsRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 13:31
FeRtoll6-Mar-06 13:31 
GeneralRe: Please help me... I have 10 days to finish the project :( Pin
Steve Pullan6-Mar-06 13:52
Steve Pullan6-Mar-06 13:52 
GeneralRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 14:00
FeRtoll6-Mar-06 14:00 
GeneralI found the answer... Pin
FeRtoll6-Mar-06 14:09
FeRtoll6-Mar-06 14:09 
QuestionAccess Table update Error Pin
New_Coder6-Mar-06 11:37
New_Coder6-Mar-06 11:37 
AnswerRe: Access Table update Error Pin
FeRtoll6-Mar-06 12:18
FeRtoll6-Mar-06 12:18 
AnswerRe: Access Table update Error Pin
Dave Kreskowiak6-Mar-06 12:54
mveDave Kreskowiak6-Mar-06 12:54 
GeneralRe: Access Table update Error Pin
New_Coder6-Mar-06 16:55
New_Coder6-Mar-06 16:55 
GeneralRe: Access Table update Error Pin
Dave Kreskowiak7-Mar-06 4:25
mveDave Kreskowiak7-Mar-06 4:25 
GeneralRe: Access Table update Error Pin
New_Coder7-Mar-06 10:22
New_Coder7-Mar-06 10:22 
GeneralRe: Access Table update Error Pin
Dave Kreskowiak7-Mar-06 12:00
mveDave Kreskowiak7-Mar-06 12:00 
QuestionTreeview with Listbox Pin
digicd16-Mar-06 11:13
digicd16-Mar-06 11:13 
AnswerRe: Treeview with Listbox Pin
digicd121-Mar-06 7:59
digicd121-Mar-06 7:59 
QuestionProblem running exe from a network location Pin
penguin50006-Mar-06 11:08
penguin50006-Mar-06 11:08 

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.