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
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 15
Member Avatar for TeCNoYoTTa

hello all i want to know how can i login into a vbulletin forum post threads edit my posts ... etc !! Via C# Note : I can get access and write some PHP code on the server containing the vbulletin forum thanks in advance

0
54
Member Avatar for TeCNoYoTTa

hello all i want to know if i have an activeX control that contain inside buttons and scroll bars , etc can i access these components ... like knowing the scroll bar place , etc.. ??

0
65
Member Avatar for TeCNoYoTTa

hello all i am using web browser component in my C# application to view PDF files so it use Foxit reader so it shows like that [img]http://img219.imageshack.us/img219/108/30521507.png[/img] but after minimizing and maximizing for some times it be like that [img]http://img87.imageshack.us/img87/835/brokeny.png[/img] ??? thanks in advance

0
49
Member Avatar for TeCNoYoTTa

Hello All can you tell me about any free library[or a way] that can render PDF files and view them with needing Adobe reader to be installed and there is no such library :D can you tell me how to use C libraries like Mupdf in C# application Thanks in …

Member Avatar for Ramy Mahrous
0
61
Member Avatar for TeCNoYoTTa

hello All I want to make a chat program where people enter a room and chat together :D like IRC i intend to use C# ....but i need to use free server [not ASP server :D] soo how can i do that :D ??

Member Avatar for kvprajapati
0
69
Member Avatar for TeCNoYoTTa

Hello all i want to ask about the best books and sites that i can read from it about problem solving Dynamic programming - Backtracking - Graphs - etc..... thanks in advance

0
76
Member Avatar for TeCNoYoTTa

hello all i want to know the uses of function returning by refrence and how to use them i tried this but it gave an Error [code] int& sumz(int x,int y) { int *sum = new int; *sum = x + y; return sum; }[/code]

Member Avatar for Alex Edwards
0
108
Member Avatar for TeCNoYoTTa

hello all I wish i find a solution for my problem what i want is some information and some recommendations what i want is a C++ library that i can use to download files from web and also i want to do some GUI (Including tray icon) and please please …

0
80
Member Avatar for TeCNoYoTTa

hello all i dont know what is the problem ....... a very simple change in the order of functions make the program goes in infinite loop this code works will [CODE=cpp]#include <iostream> using namespace std; int main() { int i; while(true) { cout << "\nEnter Intger:"; cin >> i; if …

Member Avatar for Narue
0
748
Member Avatar for TeCNoYoTTa

hello all i want to know the proplem with this program and first ........ can i write a string object to a file normally like other objects ?? this is the code ......the program writes the file but it can't read it again [CODE=cpp] #include <iostream> #include <fstream> #include <string> …

Member Avatar for TeCNoYoTTa
0
80
Member Avatar for TeCNoYoTTa

hello all i don't know what is the problem with this code when i choose a p for prof ........all the objects be prof objects and when i choose s for student all objects be student objects [CODE]#include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; class person …

Member Avatar for TeCNoYoTTa
0
107
Member Avatar for TeCNoYoTTa

Hello all I am beginner in C++ and i have some questions In many languages there are included libraries for many uses such as libraries for downloading files / uploading files using ftp connection ...etc but in C++ i cant find these libraries my question ....... must I use libraries …

Member Avatar for TeCNoYoTTa
0
152