Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: Update parent form control status from child form Pin
EliottA23-Dec-09 3:22
EliottA23-Dec-09 3:22 
Questionc# hide/remove properties from propertygrid Pin
Member 206816922-Dec-09 22:24
Member 206816922-Dec-09 22:24 
AnswerMessage Closed Pin
22-Dec-09 22:45
stancrm22-Dec-09 22:45 
GeneralRe: c# hide/remove properties from propertygrid Pin
Member 206816922-Dec-09 22:55
Member 206816922-Dec-09 22:55 
GeneralMessage Closed Pin
22-Dec-09 23:31
stancrm22-Dec-09 23:31 
GeneralRe: c# hide/remove properties from propertygrid Pin
Member 206816923-Dec-09 1:02
Member 206816923-Dec-09 1:02 
GeneralRe: c# hide/remove properties from propertygrid Pin
Jordon4Kraftd23-Dec-09 10:50
Jordon4Kraftd23-Dec-09 10:50 
QuestionHelp, multiple projects solution . Pin
Kobi_Z22-Dec-09 22:13
Kobi_Z22-Dec-09 22:13 
Hi,
first forgive my poor english Smile | :)
my problem is :

I made a solution with 2 runing projects, vb and C#.
The VB project contains a form with a Label.
The C# project contains a form with a Button.

The goal is to change the Label.Text in the VB project by pressing the C# Button.

I made a referance in the C# project to the VB Project.
But the only way I know in order to address the Label is by using

in the vb:
inside form1....
Public Function Fnc_ChangeTxt()
   Label1.Text = "blabla"
End Function

and in the cs:
when pressing the button...
ProjectVB.Form1 f1 = new ProjectVB.Form1;
f1.Fnc_ChangeTxt;


I guess since im using "new" it wont address the current working VB project

what do i need to do ?

thanks in advance.
AnswerRe: Help, multiple projects solution . Pin
MatthysDT22-Dec-09 22:36
MatthysDT22-Dec-09 22:36 
GeneralRe: Help, multiple projects solution . Pin
Kobi_Z22-Dec-09 23:23
Kobi_Z22-Dec-09 23:23 
AnswerRe: Help, multiple projects solution . Pin
MatthysDT22-Dec-09 23:39
MatthysDT22-Dec-09 23:39 
GeneralRe: Help, multiple projects solution . Pin
V.22-Dec-09 23:55
professionalV.22-Dec-09 23:55 
AnswerRe: Help, multiple projects solution . Pin
OriginalGriff22-Dec-09 23:47
mveOriginalGriff22-Dec-09 23:47 
AnswerRe: Help, multiple projects solution . Pin
#realJSOP23-Dec-09 0:22
mve#realJSOP23-Dec-09 0:22 
QuestionHow do I remove the default support URL from my custom EventLog entry? Pin
MatthysDT22-Dec-09 21:49
MatthysDT22-Dec-09 21:49 
QuestionPolynomial finder Pin
frommi22-Dec-09 21:33
frommi22-Dec-09 21:33 
AnswerRe: Polynomial finder Pin
OriginalGriff22-Dec-09 22:11
mveOriginalGriff22-Dec-09 22:11 
QuestionFont and Size setting in Datagridview Pin
M Riaz Bashir22-Dec-09 20:54
M Riaz Bashir22-Dec-09 20:54 
AnswerRe: Font and Size setting in Datagridview Pin
MatthysDT22-Dec-09 22:27
MatthysDT22-Dec-09 22:27 
QuestionAccess Kernel-Mode dll Pin
AB_dev22-Dec-09 20:45
AB_dev22-Dec-09 20:45 
AnswerRe: Access Kernel-Mode dll Pin
Roger Wright22-Dec-09 21:09
professionalRoger Wright22-Dec-09 21:09 
GeneralRe: Access Kernel-Mode dll Pin
AB_dev22-Dec-09 21:15
AB_dev22-Dec-09 21:15 
Questionno rounds Pin
Kenny Chen22-Dec-09 20:40
Kenny Chen22-Dec-09 20:40 
AnswerRe: no rounds Pin
#realJSOP23-Dec-09 0:25
mve#realJSOP23-Dec-09 0:25 
AnswerRe: no rounds Pin
Jordon4Kraftd23-Dec-09 13:09
Jordon4Kraftd23-Dec-09 13:09 

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.