Click here to Skip to main content
15,906,106 members
Home / Discussions / C#
   

C#

 
AnswerRe: if a form is already opened ,new form should not been opened Pin
DaveyM6916-Sep-08 23:55
professionalDaveyM6916-Sep-08 23:55 
QuestionUndo Off/Disable/Suspend Pin
Khaleek Ahmad16-Sep-08 21:46
Khaleek Ahmad16-Sep-08 21:46 
Questionsystem time Pin
lankaudaranga16-Sep-08 20:56
lankaudaranga16-Sep-08 20:56 
AnswerRe: system time Pin
Giorgi Dalakishvili16-Sep-08 21:02
mentorGiorgi Dalakishvili16-Sep-08 21:02 
QuestionC++ Crc Method to C# Crc Method Pin
Programm3r16-Sep-08 20:56
Programm3r16-Sep-08 20:56 
AnswerRe: C++ Crc Method to C# Crc Method Pin
Guffa16-Sep-08 21:24
Guffa16-Sep-08 21:24 
QuestionRe: C++ Crc Method to C# Crc Method Pin
Programm3r16-Sep-08 21:40
Programm3r16-Sep-08 21:40 
AnswerRe: C++ Crc Method to C# Crc Method Pin
leppie16-Sep-08 21:48
leppie16-Sep-08 21:48 
Programm3r wrote:
The other problem is how can I convert string to char*

string foo = "Hello World";

fixed (char* fp = foo)
{
  var i = crc16(fp, (ushort) foo.Length, 0);
}


xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)

QuestionRe: C++ Crc Method to C# Crc Method Pin
Programm3r16-Sep-08 21:52
Programm3r16-Sep-08 21:52 
AnswerRe: C++ Crc Method to C# Crc Method Pin
leppie16-Sep-08 22:09
leppie16-Sep-08 22:09 
GeneralRe: C++ Crc Method to C# Crc Method Pin
Programm3r16-Sep-08 22:16
Programm3r16-Sep-08 22:16 
AnswerRe: C++ Crc Method to C# Crc Method Pin
Guffa16-Sep-08 22:49
Guffa16-Sep-08 22:49 
QuestionConnection String Problem using textBox1.text Pin
M Riaz Bashir16-Sep-08 20:51
M Riaz Bashir16-Sep-08 20:51 
AnswerRe: Connection String Problem using textBox1.text Pin
Giorgi Dalakishvili16-Sep-08 21:11
mentorGiorgi Dalakishvili16-Sep-08 21:11 
GeneralRe: Connection String Problem using textBox1.text Pin
Guffa16-Sep-08 21:14
Guffa16-Sep-08 21:14 
GeneralRe: Connection String Problem using textBox1.text Pin
Giorgi Dalakishvili16-Sep-08 21:17
mentorGiorgi Dalakishvili16-Sep-08 21:17 
AnswerRe: Connection String Problem using textBox1.text Pin
Programm3r16-Sep-08 21:12
Programm3r16-Sep-08 21:12 
AnswerRe: Connection String Problem using textBox1.text Pin
Guffa16-Sep-08 21:12
Guffa16-Sep-08 21:12 
GeneralRe: Connection String Problem using textBox1.text Pin
M Riaz Bashir16-Sep-08 21:16
M Riaz Bashir16-Sep-08 21:16 
GeneralRe: Connection String Problem using textBox1.text Pin
Guffa16-Sep-08 21:27
Guffa16-Sep-08 21:27 
GeneralRe: Connection String Problem using textBox1.text Pin
M Riaz Bashir16-Sep-08 21:29
M Riaz Bashir16-Sep-08 21:29 
AnswerRe: Connection String Problem using textBox1.text Pin
Programm3r16-Sep-08 21:26
Programm3r16-Sep-08 21:26 
GeneralRe: Connection String Problem using textBox1.text Pin
M Riaz Bashir16-Sep-08 21:28
M Riaz Bashir16-Sep-08 21:28 
AnswerRe: Connection String Problem using textBox1.text Pin
Giorgi Dalakishvili16-Sep-08 21:37
mentorGiorgi Dalakishvili16-Sep-08 21:37 
AnswerRe: Connection String Problem using textBox1.text Pin
Vasanth.S.R17-Sep-08 0:58
Vasanth.S.R17-Sep-08 0:58 

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.