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
~8K People Reached
Favorite Forums
Favorite Tags
c x 13
Member Avatar for iNach

Hey, I have another problem... I am using a FOR loop which is making a lot of lines. The problem is that the new lines "runs over" the first lines because there is no room for the new ones. In shortly, when a new line comes and have no room, …

Member Avatar for mitrmkar
0
147
Member Avatar for iNach

Hey, I have a problem. I have a URL which is something like: [url]www.WEBSITE.com/player.asp?File_Name=[/url][B]URL_of_The_Video.wmv[/B]&Path_Name=URL_Which_[B][U]Changes[/U][/B] I need to get only the URL of the video. I know I can get off the: "www.WEBSITE.com/player.asp?File_Name=" out using a string.Replace \ string.Remove but the address AFTER the video URL is changing. [b]So what I …

Member Avatar for Geekitygeek
0
123
Member Avatar for iNach

I just tested because i'll need soon the fopen function... Im using Visual C++ and i made a txt file in the root (didn't work so also tried to put in the source folder.. didn't work either) the text file's name is: Keywords.txt I tried this: [CODE]fopen("Keywords", "r");[/CODE] didn't work …

Member Avatar for Salem
0
130
Member Avatar for iNach

Hey, I have a problem. I want that when the user presses the ESC Key, my program will send him a message if he sure he wants to exit the program. [b]Basicaly what I need help with is how to do the "IF Esc is pressed"[/b] Thanks

Member Avatar for xavier666
0
7K