Click here to Skip to main content
15,889,462 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: IE automatic refresh?? Pin
S Douglas18-Sep-06 19:31
professionalS Douglas18-Sep-06 19:31 
GeneralRe: IE automatic refresh?? Pin
trixter200419-Sep-06 13:39
trixter200419-Sep-06 13:39 
GeneralRe: IE automatic refresh?? Pin
S Douglas19-Sep-06 14:23
professionalS Douglas19-Sep-06 14:23 
GeneralRe: IE automatic refresh?? Pin
trixter200419-Sep-06 18:00
trixter200419-Sep-06 18:00 
GeneralRe: IE automatic refresh?? Pin
S Douglas19-Sep-06 22:18
professionalS Douglas19-Sep-06 22:18 
QuestionUNICODE to ASCII Conversion Pin
AlekseyUS18-Sep-06 10:29
AlekseyUS18-Sep-06 10:29 
AnswerRe: UNICODE to ASCII Conversion Pin
led mike18-Sep-06 10:34
led mike18-Sep-06 10:34 
QuestionExtract substring from string Pin
bigguru117-Sep-06 6:41
bigguru117-Sep-06 6:41 
i have a small console program that shows you, your ip and resolves from your ip your host name(reverse dns) and display then your ip and host name to the screen.
an example output:
IP: 12.34.567.89<br />
Host Name: dslb-012-034-567-089.pools.myisp-ip.net


now i want to convert the
dslb-012-034-567-089.pools.myisp-ip.net
to
dslb.pools.myisp-ip.net
or something similar.
my goal is to remove the numbers and the "-" character from the host name string, because my ip is a dynamic ip and it changes every 24hrs automatically. it should start to find the first "-" character and from there, until the first "." character or last number in the host name string and then cut out the found unneeded characters and then display the final host name string without the ip and the "-" character.
i'm using msvc++ as compiler.

how would i do that?

any help and hints are more than welcome.
AnswerRe: Extract substring from string Pin
zaccheus17-Sep-06 9:18
zaccheus17-Sep-06 9:18 
GeneralRe: Extract substring from string Pin
bigguru117-Sep-06 18:50
bigguru117-Sep-06 18:50 
QuestionHow to (re)size an array using Int64 Pin
zaccheus17-Sep-06 1:25
zaccheus17-Sep-06 1:25 
AnswerRe: How to (re)size an array using Int64 Pin
Christian Graus17-Sep-06 11:24
protectorChristian Graus17-Sep-06 11:24 
GeneralRe: How to (re)size an array using Int64 Pin
zaccheus17-Sep-06 12:51
zaccheus17-Sep-06 12:51 
GeneralRe: How to (re)size an array using Int64 Pin
Christian Graus17-Sep-06 13:19
protectorChristian Graus17-Sep-06 13:19 
AnswerRe: How to (re)size an array using Int64 Pin
Daniel Grunwald22-Sep-06 21:50
Daniel Grunwald22-Sep-06 21:50 
GeneralRe: How to (re)size an array using Int64 Pin
zaccheus23-Sep-06 1:20
zaccheus23-Sep-06 1:20 
Questionmorris pratt Pin
vtalau17-Sep-06 0:44
vtalau17-Sep-06 0:44 
Questionunmanaged -> managed call (again) Pin
Dragan Matic14-Sep-06 23:16
Dragan Matic14-Sep-06 23:16 
AnswerRe: unmanaged -> managed call (again) Pin
User 58385218-Sep-06 15:53
User 58385218-Sep-06 15:53 
Questioncan you tell me the function is use for? thanks Pin
fly4me14-Sep-06 16:20
fly4me14-Sep-06 16:20 
AnswerRe: can you tell me the function is use for? thanks Pin
Christian Graus14-Sep-06 19:30
protectorChristian Graus14-Sep-06 19:30 
QuestionString.Split - tutorial? samples? Pin
LudwigKeck14-Sep-06 16:16
LudwigKeck14-Sep-06 16:16 
AnswerRe: String.Split - tutorial? samples? Pin
baerten21-Sep-06 5:01
baerten21-Sep-06 5:01 
GeneralRe: String.Split - tutorial? samples? Pin
LudwigKeck21-Sep-06 15:02
LudwigKeck21-Sep-06 15:02 
QuestionWizard Control in vc++ express Pin
aguest14-Sep-06 7:41
aguest14-Sep-06 7:41 

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.