Click here to Skip to main content
16,007,504 members
Home / Discussions / C#
   

C#

 
GeneralC# install wizard ?!! Pin
Eng.hany2-Jul-03 14:28
Eng.hany2-Jul-03 14:28 
GeneralRe: C# install wizard ?!! Pin
Kannan Kalyanaraman2-Jul-03 16:10
Kannan Kalyanaraman2-Jul-03 16:10 
GeneralRe: C# install wizard ?!! Pin
Heath Stewart2-Jul-03 18:42
protectorHeath Stewart2-Jul-03 18:42 
GeneralRe: C# install wizard ?!! Pin
Kannan Kalyanaraman2-Jul-03 18:56
Kannan Kalyanaraman2-Jul-03 18:56 
GeneralRe: C# install wizard ?!! Pin
apferreira3-Jul-03 4:06
apferreira3-Jul-03 4:06 
QuestionRemoted Window Forms possible? Pin
lykac2-Jul-03 12:33
lykac2-Jul-03 12:33 
GeneralLabel.Text, strings, & spaces. Pin
aadilm2-Jul-03 11:10
aadilm2-Jul-03 11:10 
GeneralRe: Label.Text, strings, & spaces. Pin
dynamic2-Jul-03 13:38
dynamic2-Jul-03 13:38 
you wont see the space, because it's just a space , but you can check if there's a space at the end of the label very easily , eg:
VbCode:
<font color="blue">private</font> <font color="blue">void</font> button2_Click(<font color="blue">object</font> sender, System.EventArgs e) <br> 	{ <br> 		label1.Text="sometext "; <br> 	} <br>  <br> <font color="blue">private</font> <font color="blue">void</font> label1_Click(<font color="blue">object</font> sender, System.EventArgs e) <br> 	{ <br> 		<font color="#0000FF">if</font>(label1.Text.EndsWith(" ")) <br> 		{ <br> 			MessageBox.Show("found a space!"); <br> 		} <br> 	} <br> 



Smile | :)

Vb:
<font color="blue">Public Function</font> TwinsOnWay(<font color="blue">ByVal</font> twins <font color="blue">As String</font>) <font color="blue">As String <br>     Select Case</font> twins<br>         <font color="blue">Case</font> "Gender" <br>             <font color="blue">Return</font> "Two Girls" <br>     <font color="blue">End Select <br> End Function</font> <br> 


GeneralSending HTTP POST request using System.Net.HttpWebRequest Pin
Le centriste2-Jul-03 10:19
Le centriste2-Jul-03 10:19 
GeneralSolved Pin
Le centriste2-Jul-03 16:12
Le centriste2-Jul-03 16:12 
GeneralUsing LogonUser function of Advapi32.dll Pin
PSharad2-Jul-03 10:03
PSharad2-Jul-03 10:03 
GeneralRe: Using LogonUser function of Advapi32.dll Pin
rami2k26-May-04 22:55
rami2k26-May-04 22:55 
GeneralRe: Using LogonUser function of Advapi32.dll Pin
Jassim Rahma8-Jul-05 8:30
Jassim Rahma8-Jul-05 8:30 
GeneralRe: Using LogonUser function of Advapi32.dll Pin
rami2k11-Jul-05 23:06
rami2k11-Jul-05 23:06 
GeneralUsing DataGrid with OleDB Pin
Hoang Dung2-Jul-03 9:59
Hoang Dung2-Jul-03 9:59 
GeneralRe: Using DataGrid with OleDB Pin
dynamic2-Jul-03 10:32
dynamic2-Jul-03 10:32 
GeneralRe: Using DataGrid with OleDB Pin
dynamic2-Jul-03 10:33
dynamic2-Jul-03 10:33 
GeneralRe: Using DataGrid with OleDB Pin
dynamic2-Jul-03 10:56
dynamic2-Jul-03 10:56 
GeneralRe: Using DataGrid with OleDB Pin
Khang Nguyen3-Jul-03 4:19
Khang Nguyen3-Jul-03 4:19 
GeneralC# event inheritance Pin
lquest2-Jul-03 8:38
lquest2-Jul-03 8:38 
GeneralRe: C# event inheritance Pin
J. Dunlap2-Jul-03 9:05
J. Dunlap2-Jul-03 9:05 
GeneralProblems with the ComboBox Pin
Torsch2-Jul-03 8:37
Torsch2-Jul-03 8:37 
GeneralRe: Problems with the ComboBox Pin
James T. Johnson2-Jul-03 23:00
James T. Johnson2-Jul-03 23:00 
QuestionCan it really be true? Pin
Marc Clifton2-Jul-03 6:42
mvaMarc Clifton2-Jul-03 6:42 
AnswerRe: Can it really be true? Pin
leppie2-Jul-03 7:09
leppie2-Jul-03 7: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.