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
~4K People Reached
Favorite Tags
Member Avatar for electrox73

This is getting me insane, I got Office 2010 (I think it is still trial). When I try to open a file made in 2007 (both 2010&2007 save in .docx) it shows me this: [url]http://www.flickr.com/photos/60633736@N03/5568673664/[/url] Translating (sort of...): There's not enough quota to do this action. Please Help, it look …

Member Avatar for davidchilders
0
150
Member Avatar for electrox73

Hi, guys I never done this before but I want to make a program like a YouTube Downloader. I just don't now how to start. I found at that a HTTP Request requests a FLV file called videoplayback (without an extension). If I goto to the request's link, it downloads …

Member Avatar for pseudorandom21
0
803
Member Avatar for electrox73

Hi, I am able to create a clock in a console c++ app...like this one show UTC hours:[CODE]#include "stdafx.h" #include <iostream> #include <windows.h> #include <stdio.h> void main() { SYSTEMTIME st, lt; GetSystemTime(&st); GetLocalTime(&lt); std::cout << st.wHour << std::endl; std::cin.get(); }[/CODE] But I am not able to create this with the …

Member Avatar for jonsca
0
290
Member Avatar for electrox73

I get the error in these lines: [CODE]infotxtbox->Text = ("Name: Peter Jaško "Rank: Main Tech Manager, Vice-Leader, "Donated: ?, "Exp: ?"); [/CODE] This code is entered in a header (Form1.h) of a Windows Form Project/Application in C++ in VC++ 2010 Regards

Member Avatar for electrox73
0
681
Member Avatar for electrox73

Ok, I have no idea how to make this becuase I need to be able to update the Name & Password database for the Web or somewhere else. Regards

Member Avatar for jackmaverick1
0
2K