Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 1:47
abhishek.mumbai21-Aug-07 1:47 
GeneralRe: how to use net send utility through C#.net. Pin
Rocky#21-Aug-07 2:16
Rocky#21-Aug-07 2:16 
GeneralRe: how to use net send utility through C#.net. Pin
Luc Pattyn21-Aug-07 2:00
sitebuilderLuc Pattyn21-Aug-07 2:00 
GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 2:03
abhishek.mumbai21-Aug-07 2:03 
QuestionBasic help guys Pin
nasty_nas21-Aug-07 1:07
nasty_nas21-Aug-07 1:07 
AnswerRe: Basic help guys Pin
Christian Graus21-Aug-07 1:10
protectorChristian Graus21-Aug-07 1:10 
AnswerRe: Basic help guys Pin
Rudolf Jan22-Aug-07 0:19
Rudolf Jan22-Aug-07 0:19 
QuestionI used ollyDbg to get the argument of the function shell32.dll Pin
Naveed72721-Aug-07 1:06
Naveed72721-Aug-07 1:06 
AnswerRe: I used ollyDbg to get the argument of the function shell32.dll Pin
Christian Graus21-Aug-07 1:13
protectorChristian Graus21-Aug-07 1:13 
GeneralRe: I used ollyDbg to get the argument of the function shell32.dll Pin
Naveed72721-Aug-07 2:50
Naveed72721-Aug-07 2:50 
QuestionCustom trackbar control Pin
neha123456721-Aug-07 0:47
neha123456721-Aug-07 0:47 
AnswerRe: Custom trackbar control Pin
Paul Conrad26-Aug-07 9:20
professionalPaul Conrad26-Aug-07 9:20 
Questioninterfaces Pin
kalyan_241620-Aug-07 22:49
kalyan_241620-Aug-07 22:49 
AnswerRe: interfaces Pin
Christian Graus20-Aug-07 23:03
protectorChristian Graus20-Aug-07 23:03 
GeneralRe: interfaces Pin
kalyan_241620-Aug-07 23:12
kalyan_241620-Aug-07 23:12 
GeneralRe: interfaces Pin
lmoelleb20-Aug-07 23:34
lmoelleb20-Aug-07 23:34 
GeneralRe: interfaces Pin
kalyan_241621-Aug-07 0:18
kalyan_241621-Aug-07 0:18 
GeneralRe: interfaces Pin
Vikram A Punathambekar21-Aug-07 1:37
Vikram A Punathambekar21-Aug-07 1:37 
GeneralRe: interfaces Pin
PIEBALDconsult23-Aug-07 5:01
mvePIEBALDconsult23-Aug-07 5:01 
QuestionSystem.Text.RegularExpressions.Regex Pin
mimimimilaw20-Aug-07 21:15
mimimimilaw20-Aug-07 21:15 
string = "www.abc.com?page=123&no=456";

if I want to cut the "page=123", how to do it?
I would like to use System.Text.RegularExpressions.Regex.

finally string = "www.abc.com?no=456";

THANKSLaugh | :laugh:


AnswerRe: System.Text.RegularExpressions.Regex Pin
Revathij20-Aug-07 21:28
Revathij20-Aug-07 21:28 
GeneralRe: System.Text.RegularExpressions.Regex Pin
mimimimilaw20-Aug-07 21:34
mimimimilaw20-Aug-07 21:34 
AnswerRe: System.Text.RegularExpressions.Regex Pin
Revathij20-Aug-07 21:57
Revathij20-Aug-07 21:57 
AnswerRe: System.Text.RegularExpressions.Regex Pin
Michael Sync20-Aug-07 21:53
Michael Sync20-Aug-07 21:53 
GeneralRe: System.Text.RegularExpressions.Regex Pin
Le centriste21-Aug-07 1:31
Le centriste21-Aug-07 1:31 

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.