Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

student

Interests
programing
Favorite Forums
Favorite Tags
c++ x 5
c x 3
Member Avatar for gladiator1919

hi all, how can i start any application from c sharp i mean for example, if i have an openfiledialog and the user opened it and selected any file and opened it, i need this file to opened in its application whatever its extension and its default start application. i …

Member Avatar for gladiator1919
0
237
Member Avatar for gladiator1919

hello every one i'm trying to send emails via my application i used smtp, but it throw exception someone told me to login using pop3 first, but it throws the exception "'220 servername ESMTP" here is my code [code] static void DoPopAuth(string host, string user, string passphrase) { TcpClient cli …

Member Avatar for gladiator1919
0
139
Member Avatar for gladiator1919

plz i want your help. if i wrote a string and the user wanted to change a word in it. sample run: the sentence is; my name is gladiator what word do you change? gladiator to? gladiator1919 the new sentence is : my name is gladiator1919

Member Avatar for Dave Sinkula
0
214
Member Avatar for gladiator1919

HI members; This is a memory game with c++ concole application. This is the code: [CODE]#include<iostream.h> //MEMORY GAME. #include <algorithm> //DESIGNED BY GLADIATOR1919. #include<ctype.h> //GLADIATOR1919@GMAIL.COM. #include<time.h> //ALL RIGHTS RESERVED. #include<windows.h> int e,i,j,q,m,n,x=0,row_1,column_1,row_2,column_2,score=0; char rand_1[16]={'a','g','h','j','k','a','s','d','f','g','s','d','f','h','j','k'}; struct mem_char { char ch[5][5]; }; char re_play; mem_char char_1[2]; void end_game(); void input_first_point(); void input_second_point(); …

Member Avatar for SpS
0
3K