Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~597 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for axwell

Hy, i'm trying to do a "settings" menu. Each item will have a "Checked image". How i can hide the image or show it after my preferences?

Member Avatar for ChrisHunter
-1
123
Member Avatar for axwell

Hy, i'm trying to get the output text from a page, but i receive the following error: System.Null.ReferenceException : Object reference not set to an instance of an object. [CODE] webBrowser1.Navigate(URL); try { string doc; doc = webBrowser1.Document.Body.OuterText; if (doc != "Invalid Arguments !") { //DO something } } catch …

Member Avatar for lxXTaCoXxl
0
227
Member Avatar for axwell

hy all, i'm trying to make a simple web browser using windows forms to connect to an FTP server. Everyting works ok. the problem is when a try to enter into a folder the Iexplorer opens with the content instead of the same program window. i have searched for a …

Member Avatar for lxXTaCoXxl
0
124
Member Avatar for axwell

Hy all, i'm trying to make an addon for windows explorer. So here is that i want to do: Create in my computer a virtual hard drive which is actually a connection to a FTP server with a user and a password. User can copy with drag & drop, or …

Member Avatar for axwell
0
123