Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: DLL Entry point Pin
Luc Pattyn16-Apr-08 10:41
sitebuilderLuc Pattyn16-Apr-08 10:41 
GeneralRe: DLL Entry point [modified] Pin
Muammar©16-Apr-08 10:46
Muammar©16-Apr-08 10:46 
GeneralRe: DLL Entry point Pin
Luc Pattyn16-Apr-08 11:13
sitebuilderLuc Pattyn16-Apr-08 11:13 
GeneralRe: DLL Entry point Pin
Muammar©16-Apr-08 19:45
Muammar©16-Apr-08 19:45 
GeneralRe: DLL Entry point Pin
Luc Pattyn16-Apr-08 23:57
sitebuilderLuc Pattyn16-Apr-08 23:57 
GeneralRe: DLL Entry point Pin
Rojan Gh.16-Apr-08 18:53
professionalRojan Gh.16-Apr-08 18:53 
Generalstring.remove doesn't work Pin
Dj_Lordas16-Apr-08 10:31
Dj_Lordas16-Apr-08 10:31 
GeneralRe: string.remove doesn't work Pin
Pete O'Hanlon16-Apr-08 10:35
mvePete O'Hanlon16-Apr-08 10:35 
Because string.Remove returns a string. Change it to
s = s.Remove(3, 3);
and please change the variable to a meaningful name; s just sucks.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: string.remove doesn't work Pin
Christian Graus16-Apr-08 11:42
protectorChristian Graus16-Apr-08 11:42 
GeneralRe: string.remove doesn't work Pin
Ravenet16-Apr-08 15:53
Ravenet16-Apr-08 15:53 
GeneralRe: string.remove doesn't work Pin
Zoltan Balazs17-Apr-08 5:58
Zoltan Balazs17-Apr-08 5:58 
GeneralRe: string.remove doesn't work Pin
Ravenet17-Apr-08 15:30
Ravenet17-Apr-08 15:30 
GeneralRe: string.remove doesn't work Pin
joie717017-Apr-08 18:23
joie717017-Apr-08 18:23 
GeneralRe: string.remove doesn't work Pin
Ravenet17-Apr-08 20:11
Ravenet17-Apr-08 20:11 
GeneralRe: string.remove doesn't work Pin
Zoltan Balazs17-Apr-08 20:05
Zoltan Balazs17-Apr-08 20:05 
QuestionHow to get network computers hostname without importing dll's Pin
Jordanwb16-Apr-08 9:53
Jordanwb16-Apr-08 9:53 
GeneralReflecting form controls in inherited user controls Pin
Thomas Wells16-Apr-08 8:23
Thomas Wells16-Apr-08 8:23 
QuestionMessageBox with a timer? Pin
Vertekal16-Apr-08 8:15
Vertekal16-Apr-08 8:15 
AnswerRe: MessageBox with a timer? Pin
Judah Gabriel Himango16-Apr-08 8:21
sponsorJudah Gabriel Himango16-Apr-08 8:21 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 8:54
Vertekal16-Apr-08 8:54 
GeneralRe: MessageBox with a timer? Pin
Luc Pattyn16-Apr-08 8:36
sitebuilderLuc Pattyn16-Apr-08 8:36 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 8:53
Vertekal16-Apr-08 8:53 
GeneralRe: MessageBox with a timer? Pin
Luc Pattyn16-Apr-08 9:00
sitebuilderLuc Pattyn16-Apr-08 9:00 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 9:57
Vertekal16-Apr-08 9:57 
QuestionObject of type 'A' cannot be converted to type 'A' with own Control. Pin
Roland Bär16-Apr-08 7:33
Roland Bär16-Apr-08 7:33 

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.