Click here to Skip to main content
15,909,829 members
Home / Discussions / C#
   

C#

 
GeneralRe: registry Pin
gnjunge22-Feb-06 6:14
gnjunge22-Feb-06 6:14 
Questionchange of size of PictureBox? (error in code, or in .NET2.0?) Pin
dorwin21-Feb-06 19:18
dorwin21-Feb-06 19:18 
AnswerRe: change of size of PictureBox? (error in code, or in .NET2.0?) Pin
Robin Panther21-Feb-06 22:44
Robin Panther21-Feb-06 22:44 
GeneralRe: change of size of PictureBox? (error in code, or in .NET2.0?) Pin
dorwin21-Feb-06 23:02
dorwin21-Feb-06 23:02 
Questionhandling unicode Pin
cshivaprasad21-Feb-06 17:48
cshivaprasad21-Feb-06 17:48 
AnswerRe: handling unicode Pin
Christian Graus21-Feb-06 17:54
protectorChristian Graus21-Feb-06 17:54 
GeneralRe: handling unicode Pin
cshivaprasad21-Feb-06 18:45
cshivaprasad21-Feb-06 18:45 
AnswerRe: handling unicode Pin
Malli_S22-Feb-06 1:45
Malli_S22-Feb-06 1:45 
I also think that .net controls are unicode compatible, but your datatype in sql server should be nvarchar to support unicode data storage. and dont' forget to pass string allong with 'N' (character N) while passing string from .net to sql server. eg.

insert into Tmptable values(N'Text goes over here',32)

this will store your text as unicode compatible...

-Malli...!
GeneralRe: handling unicode Pin
cshivaprasad22-Feb-06 2:19
cshivaprasad22-Feb-06 2:19 
AnswerRe: handling unicode Pin
Christian Graus21-Feb-06 17:56
protectorChristian Graus21-Feb-06 17:56 
GeneralRe: handling unicode Pin
Le centriste22-Feb-06 1:22
Le centriste22-Feb-06 1:22 
Questionwhy do i get "object reference not set to an instance of an object" Pin
aqui_i21-Feb-06 16:07
aqui_i21-Feb-06 16:07 
AnswerRe: why do i get "object reference not set to an instance of an object" Pin
Christian Graus21-Feb-06 16:15
protectorChristian Graus21-Feb-06 16:15 
QuestionAbout Windows Service. Pin
tianwei0221-Feb-06 16:04
tianwei0221-Feb-06 16:04 
Questiondeserialize to C# class from external config file? Pin
Tom Paluzzi21-Feb-06 15:50
Tom Paluzzi21-Feb-06 15:50 
QuestionUgh! Property Grid Pin
gantww21-Feb-06 14:01
gantww21-Feb-06 14:01 
QuestionNeed Help Creating Pop Up WinForm Pin
ilan_dalal21-Feb-06 11:55
ilan_dalal21-Feb-06 11:55 
AnswerRe: Need Help Creating Pop Up WinForm Pin
KaptinKrunch21-Feb-06 12:17
KaptinKrunch21-Feb-06 12:17 
QuestionRe: Need Help Creating Pop Up WinForm Pin
ilan_dalal21-Feb-06 23:49
ilan_dalal21-Feb-06 23:49 
AnswerRe: Need Help Creating Pop Up WinForm Pin
ilan_dalal22-Feb-06 2:25
ilan_dalal22-Feb-06 2:25 
QuestionVertical alignment of text WITHOUT rotating graphics object Pin
buelentc21-Feb-06 11:43
buelentc21-Feb-06 11:43 
AnswerRe: Vertical alignment of text WITHOUT rotating graphics object Pin
Judah Gabriel Himango21-Feb-06 13:32
sponsorJudah Gabriel Himango21-Feb-06 13:32 
QuestionHow to Print a Page in Visual Studio 2003 by using C# ? Pin
Abubakarsb21-Feb-06 11:42
Abubakarsb21-Feb-06 11:42 
QuestionHow to use OpenGL in c# ? Pin
hdv21221-Feb-06 11:38
hdv21221-Feb-06 11:38 
AnswerRe: How to use OpenGL in c# ? Pin
Judah Gabriel Himango21-Feb-06 11:55
sponsorJudah Gabriel Himango21-Feb-06 11:55 

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.