Click here to Skip to main content
15,885,782 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 6:39
professionalEddy Vluggen7-Jul-09 6:39 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard0727-Jul-09 7:35
richard0727-Jul-09 7:35 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 8:24
professionalEddy Vluggen7-Jul-09 8:24 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard0727-Jul-09 9:57
richard0727-Jul-09 9:57 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 11:19
professionalEddy Vluggen7-Jul-09 11:19 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard07210-Jul-09 11:41
richard07210-Jul-09 11:41 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen11-Jul-09 3:01
professionalEddy Vluggen11-Jul-09 3:01 
QuestionTEXTBOX TEXT REFERRENCE [modified] Pin
Dobrobit7-Jul-09 1:29
Dobrobit7-Jul-09 1:29 
I have 2 forms Form1 and Form2
In form1 I have 105 small textboxes that are being filled through listbox
This is the code used in Form2:
Click event
Hmmm | :|
Dim fi As New Form1
TextBox1.Text = TextBox1.Text & _
"cast(case when Vert1 = " & fi.TextBox23.Text & " then '1' else '0' end as int)+" & vbCrLf & _
"cast(case when Vert2 = " & fi.TextBox24.Text & " then '1' else '0' end as int)+" & vbCrLf & _
"cast(case when Vert3 = " & fi.TextBox25.Text & " then '1' else '0' end as int)+" & vbCrLf & _
"cast(case when Vert4 = " & fi.TextBox26.Text & " then '1' else '0' end as int)+" & vbCrLf & _
"cast(case when Vert5 = " & fi.TextBox27.Text & " then '1' else '0' end as int)+" & vbCrLf & _
"cast(case when Vert6 = " & fi.TextBox28.Text & " then '1' else '0' end as int)+" & vbCrLf &_
"" & "" & ""
In textbox1 no value is writen for textbox23 to textbox28 of form1

Can sone one help?

modified on Tuesday, July 7, 2009 7:36 AM

AnswerRe: TEXTBOX TEXT REFERRENCE PinPopular
Not Active7-Jul-09 2:26
mentorNot Active7-Jul-09 2:26 
AnswerRe: TEXTBOX TEXT REFERRENCE Pin
Dave Kreskowiak7-Jul-09 3:24
mveDave Kreskowiak7-Jul-09 3:24 
GeneralRe: TEXTBOX TEXT REFERRENCE Pin
Dobrobit8-Jul-09 12:18
Dobrobit8-Jul-09 12:18 
AnswerRe: TEXTBOX TEXT REFERRENCE Pin
Jack Vanderhorst14-Jul-09 5:23
Jack Vanderhorst14-Jul-09 5:23 
QuestionMulti-processing Pin
cateyes996-Jul-09 15:53
cateyes996-Jul-09 15:53 
AnswerRe: Multi-processing Pin
Curtis Schlak.6-Jul-09 17:19
Curtis Schlak.6-Jul-09 17:19 
GeneralRe: Multi-processing Pin
cateyes996-Jul-09 17:54
cateyes996-Jul-09 17:54 
GeneralRe: Multi-processing Pin
Dave Kreskowiak6-Jul-09 18:58
mveDave Kreskowiak6-Jul-09 18:58 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 15:24
Curtis Schlak.7-Jul-09 15:24 
GeneralRe: Multi-processing Pin
cateyes997-Jul-09 15:41
cateyes997-Jul-09 15:41 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 18:20
Curtis Schlak.7-Jul-09 18:20 
QuestionIntellisense help Pin
thenutz726-Jul-09 10:22
thenutz726-Jul-09 10:22 
AnswerRe: Intellisense help Pin
Luc Pattyn6-Jul-09 11:45
sitebuilderLuc Pattyn6-Jul-09 11:45 
GeneralRe: Intellisense help Pin
thenutz726-Jul-09 12:18
thenutz726-Jul-09 12:18 
GeneralRe: Intellisense help Pin
Luc Pattyn6-Jul-09 12:27
sitebuilderLuc Pattyn6-Jul-09 12:27 
AnswerRe: Intellisense help Pin
cateyes996-Jul-09 15:48
cateyes996-Jul-09 15:48 
QuestionWinInet class wrapper? Pin
NetDave6-Jul-09 7:57
NetDave6-Jul-09 7:57 

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.