Click here to Skip to main content
15,907,497 members
Home / Discussions / C#
   

C#

 
GeneralChange cell color of dataGridView Pin
M Riaz Bashir6-Dec-07 1:35
M Riaz Bashir6-Dec-07 1:35 
GeneralRe: Change cell color of dataGridView Pin
Sathesh Sakthivel6-Dec-07 1:39
Sathesh Sakthivel6-Dec-07 1:39 
QuestionFormDats (width, height, ...) save to XML for Dual-Monitors Pin
merlin.AT6-Dec-07 1:29
merlin.AT6-Dec-07 1:29 
QuestionFtp over Ftp Proxy GetResponse() error Pin
Springtime6-Dec-07 1:22
Springtime6-Dec-07 1:22 
GeneralRe: Ftp over Ftp Proxy GetResponse() error Pin
Sam Xavier17-Jan-08 23:47
Sam Xavier17-Jan-08 23:47 
GeneralList of Countries Pin
nagendrathecoder6-Dec-07 1:21
nagendrathecoder6-Dec-07 1:21 
GeneralRe: List of Countries Pin
Nagy Vilmos6-Dec-07 1:37
professionalNagy Vilmos6-Dec-07 1:37 
GeneralRe: List of Countries Pin
nagendrathecoder6-Dec-07 2:09
nagendrathecoder6-Dec-07 2:09 
GeneralRe: List of Countries Pin
benjymous6-Dec-07 2:25
benjymous6-Dec-07 2:25 
GeneralRe: List of Countries Pin
Ravi Bhavnani6-Dec-07 3:49
professionalRavi Bhavnani6-Dec-07 3:49 
QuestionHow to Generate Sqlscript for Table using Query Analyzer Pin
Satish - Developer6-Dec-07 0:46
Satish - Developer6-Dec-07 0:46 
AnswerCross post. Please ignore Pin
Pete O'Hanlon6-Dec-07 1:05
mvePete O'Hanlon6-Dec-07 1:05 
GeneralInstantiate Shell32.ShellLinkObjectClass object Pin
dan!sh 6-Dec-07 0:34
professional dan!sh 6-Dec-07 0:34 
Generalcomparing two arrays Pin
rameshdontagani6-Dec-07 0:27
rameshdontagani6-Dec-07 0:27 
GeneralRe: comparing two arrays Pin
J4amieC6-Dec-07 0:39
J4amieC6-Dec-07 0:39 
GeneralRe: comparing two arrays Pin
Skippums6-Dec-07 0:52
Skippums6-Dec-07 0:52 
GeneralRe: comparing two arrays Pin
Guffa6-Dec-07 2:06
Guffa6-Dec-07 2:06 
GeneralRe: comparing two arrays Pin
NassosReyzidis6-Dec-07 2:31
NassosReyzidis6-Dec-07 2:31 
Generalproblem with sql insert using c# Pin
eyeseetee6-Dec-07 0:08
eyeseetee6-Dec-07 0:08 
GeneralRe: problem with sql insert using c# Pin
CKnig6-Dec-07 0:12
CKnig6-Dec-07 0:12 
GeneralRe: problem with sql insert using c# Pin
eyeseetee6-Dec-07 0:22
eyeseetee6-Dec-07 0:22 
GeneralRe: problem with sql insert using c# Pin
meeram3956-Dec-07 1:11
meeram3956-Dec-07 1:11 
GeneralRe: problem with sql insert using c# Pin
Le centriste6-Dec-07 2:10
Le centriste6-Dec-07 2:10 
QuestionHow to make Multilingual TextBox in C#.NET Pin
D i x y5-Dec-07 23:54
D i x y5-Dec-07 23:54 
AnswerRe: How to make Multilingual TextBox in C#.NET Pin
Skippums6-Dec-07 10:20
Skippums6-Dec-07 10:20 
I have used a RichTextBox in the past, and simply required that the end user has the microsoft language pack installed. That way, the OS deals with the language exclusively (changing keyboard input and the like), which makes this kind of operation transparent to your application.


-Jeff

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.