Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calculator subtraction problem in C# Pin
kekeraimo15-Aug-04 5:19
kekeraimo15-Aug-04 5:19 
GeneralWindows Installion problem Pin
Inquire2you14-Aug-04 4:47
Inquire2you14-Aug-04 4:47 
GeneralRe: Windows Installion problem Pin
Mazdak14-Aug-04 22:15
Mazdak14-Aug-04 22:15 
GeneralNew C# SQL database engine Pin
8MX14-Aug-04 4:20
8MX14-Aug-04 4:20 
QuestionDisplaying math expressions? Pin
BrownJacket14-Aug-04 3:43
BrownJacket14-Aug-04 3:43 
AnswerRe: Displaying math expressions? Pin
leppie14-Aug-04 4:11
leppie14-Aug-04 4:11 
GeneralPolling email client Pin
Irish_GUI14-Aug-04 2:42
Irish_GUI14-Aug-04 2:42 
GeneralRe: Polling email client Pin
leppie14-Aug-04 4:17
leppie14-Aug-04 4:17 
GeneralRe: Polling email client Pin
Irish_GUI14-Aug-04 4:42
Irish_GUI14-Aug-04 4:42 
Generalchanging the startup form Pin
steve_rm13-Aug-04 20:37
steve_rm13-Aug-04 20:37 
GeneralRe: changing the startup form Pin
mav.northwind13-Aug-04 21:03
mav.northwind13-Aug-04 21:03 
GeneralRe: changing the startup form Pin
miomy14-Aug-04 4:26
miomy14-Aug-04 4:26 
GeneralRe: changing the startup form Pin
Dave Kreskowiak14-Aug-04 4:07
mveDave Kreskowiak14-Aug-04 4:07 
GeneralRe: changing the startup form [* Resolved *] Pin
steve_rm14-Aug-04 16:57
steve_rm14-Aug-04 16:57 
GeneralRe: changing the startup form [* Resolved *] Pin
Dave Kreskowiak14-Aug-04 17:05
mveDave Kreskowiak14-Aug-04 17:05 
QuestionHow to implement a registration key for my application? Pin
ting66813-Aug-04 19:55
ting66813-Aug-04 19:55 
AnswerRe: How to implement a registration key for my application? Pin
Mr. Rogers15-Aug-04 5:45
Mr. Rogers15-Aug-04 5:45 
GeneralRe: How to implement a registration key for my application? Pin
ting66815-Aug-04 15:49
ting66815-Aug-04 15:49 
GeneralRe: How to implement a registration key for my application? Pin
Mr. Rogers16-Aug-04 8:27
Mr. Rogers16-Aug-04 8:27 
QuestionRAS in C#? Pin
econner13-Aug-04 17:55
econner13-Aug-04 17:55 
AnswerRe: RAS in C#? Pin
Mazdak13-Aug-04 19:15
Mazdak13-Aug-04 19:15 
GeneralAbout unicode Pin
jzb13-Aug-04 16:47
jzb13-Aug-04 16:47 
GeneralRe: About unicode Pin
Mazdak13-Aug-04 19:21
Mazdak13-Aug-04 19:21 
string str = "abcd1234";
for(int i = 0 ; i < str.Length ; i++)
if(str[i] < 58 && str[i]> 48)
{
....
}


Mazy

"One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

GeneralWin32_GroupUser Pin
leifm13-Aug-04 9:40
leifm13-Aug-04 9:40 
GeneralRe: Win32_GroupUser Pin
Nick Parker13-Aug-04 10:30
protectorNick Parker13-Aug-04 10:30 

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.