Click here to Skip to main content
16,008,469 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: string concat Pin
united184-Mar-06 17:27
united184-Mar-06 17:27 
QuestionCreate an Active-X exe in VB.Net Pin
Rich Bradley4-Mar-06 4:17
Rich Bradley4-Mar-06 4:17 
AnswerRe: Create an Active-X exe in VB.Net Pin
Dave Kreskowiak4-Mar-06 10:12
mveDave Kreskowiak4-Mar-06 10:12 
QuestionHelp me please... TextBox Control Pin
FeRtoll4-Mar-06 3:27
FeRtoll4-Mar-06 3:27 
AnswerRe: Help me please... TextBox Control Pin
united185-Mar-06 8:04
united185-Mar-06 8:04 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll5-Mar-06 9:50
FeRtoll5-Mar-06 9:50 
GeneralRe: Help me please... TextBox Control Pin
united185-Mar-06 14:45
united185-Mar-06 14:45 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll6-Mar-06 1:02
FeRtoll6-Mar-06 1:02 
yea in key press event...
so it will be like:

Private Sub TextBox1_TextChange 'this event<br />
<br />
If textbox1.text.startswith("<") then<br />
combobox1.visible=true<br />
else<br />
combobox1.visible=false<br />
End if<br />
End Sub


buth i dont need that becose i need that it always check if the "<" is typed annywhere...

Should i try like this?

Private Sub TextBox1_KeyDown<br />
<br />
if e.keys="<" then<br />
combobox1.visible=true<br />
else<br />
combobox1.visible=false<br />
End Sub


The other question is:


I have Form1 and Form2
on form1 i have textbox1
and now i type text in textbox something like this:
_____________________________
| shdkashlčj ljsl jlj aćdsk |
| jsahkldhsačklh aslč jda l |
| sjdaskd <-"Here is Ibeam" |
| jsd d ashkld ahs dkas s |
| sdjahdla čsdčk ashčfač f |
-----------------------------
^-this is TextBox Laugh | :laugh:

and now i click in menu insert new...
the form2 shows like dialog
you select text to insert in textbox
and click on btn_insert
and now i want that the text that was selected in list box on form2, that that text goes to form1/textbox1 thats easy buth i need that text goes to the place of Ibeam not on the end of text box. Thanks again

FeRtoll Software.net
--------------------
I fertoll@net.hr I
--------------------
GeneralRe: Help me please... TextBox Control Pin
united186-Mar-06 5:57
united186-Mar-06 5:57 
GeneralRe: Help me please... TextBox Control Pin
Roy Heil6-Mar-06 11:11
professionalRoy Heil6-Mar-06 11:11 
GeneralRe: Help me please... TextBox Control Pin
FeRtoll6-Mar-06 12:03
FeRtoll6-Mar-06 12:03 
QuestionChange font color in datagrid Pin
Gariel Elijah4-Mar-06 3:24
Gariel Elijah4-Mar-06 3:24 
AnswerRe: Change font color in datagrid Pin
Dave Kreskowiak4-Mar-06 10:20
mveDave Kreskowiak4-Mar-06 10:20 
GeneralRe: Change font color in datagrid Pin
Gariel Elijah4-Mar-06 13:11
Gariel Elijah4-Mar-06 13:11 
Questionhow to turn off system error when i add daplicated ID unique? Pin
superdragon4-Mar-06 2:51
superdragon4-Mar-06 2:51 
AnswerRe: how to turn off system error when i add daplicated ID unique? Pin
Dave Kreskowiak4-Mar-06 9:59
mveDave Kreskowiak4-Mar-06 9:59 
GeneralRe: how to turn off system error when i add daplicated ID unique? Pin
Paul Conrad4-Mar-06 12:23
professionalPaul Conrad4-Mar-06 12:23 
Answerno, i dont want to add duplicated ID Key Pin
superdragon5-Mar-06 3:53
superdragon5-Mar-06 3:53 
GeneralRe: no, i dont want to add duplicated ID Key Pin
Dave Kreskowiak5-Mar-06 7:39
mveDave Kreskowiak5-Mar-06 7:39 
GeneralRe: no, i dont want to add duplicated ID Key Pin
superdragon5-Mar-06 12:23
superdragon5-Mar-06 12:23 
GeneralRe: no, i dont want to add duplicated ID Key Pin
Dave Kreskowiak5-Mar-06 16:26
mveDave Kreskowiak5-Mar-06 16:26 
GeneralRe: no, i dont want to add duplicated ID Key Pin
superdragon6-Mar-06 0:11
superdragon6-Mar-06 0:11 
GeneralRe: no, i dont want to add duplicated ID Key Pin
Dave Kreskowiak6-Mar-06 2:10
mveDave Kreskowiak6-Mar-06 2:10 
Questionsystem tools Pin
besah4-Mar-06 2:31
besah4-Mar-06 2:31 
AnswerRe: system tools Pin
The Man from U.N.C.L.E.4-Mar-06 5:17
The Man from U.N.C.L.E.4-Mar-06 5:17 

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.