Forum: C# Jun 15th, 2007 |
| Replies: 1 Views: 1,454 in imagebrush class i want to put an image by giving its url, i cant find a function that takes the url of the image. neither in imagesource Class
can any 1 help me
because i want to put an... |
Forum: C# Mar 23rd, 2007 |
| Replies: 1 Views: 922 Hello .. i wanted to ask how could i implement a transparent rich text box, as known rich text boxes couldnt have background or transparent color, after i searched i knew that the .Net frame work... |
Forum: C# Oct 19th, 2004 |
| Replies: 4 Views: 13,829 |
Forum: C++ Oct 6th, 2004 |
| Replies: 3 Views: 5,609 to pause a program just put the header conio.h
and when u want to pause write..
system("pause");
and if u want to clear the screen write
system("cls");
hope i've answered ur question |
Forum: C++ Oct 6th, 2004 |
| Replies: 3 Views: 4,427 how can i make the program display * in password entery
i tried
while(getch())
{
cout<<"*";
}
but it didnt work |
Forum: C Oct 6th, 2004 |
| Replies: 3 Views: 2,997 I want the user to use the four cursors up,down,right,left.
i tried to use getch() but it didnt work because the four have the same ASCII code which is 224, so i cant diffrentiate between them
plz... |
Forum: C# Oct 5th, 2004 |
| Replies: 4 Views: 13,829 i want to put my program in a setup project but there is a problem which is other users dont have dot net frame work to make the setup begin, the question is how can i put dot net frame work in my... |
Forum: C# Jul 15th, 2004 |
| Replies: 1 Views: 9,557 i made a program in a windows application project , but i wonder how can i put a skin for my program to be nice looking, to be more specific i want to design a skin ( on any program not .net... |
Forum: C++ Jun 13th, 2004 |
| Replies: 6 Views: 5,729 thnx for ur reply
but can u explain more plz .
when i use this code is makes the whole word "hello world" appears after 5 sec apox. i want appear to appear then after 5 sec world continue.
plz... |
Forum: C Jun 11th, 2004 |
| Replies: 14 Views: 33,708 hi miss matika. strncmp() is the easiet way for comparing strings and it helps in arranging.
for example if you want to arrange accoring to the first letter
strncmp(st1,st2,1) // 1 is the... |
Forum: C++ Jun 11th, 2004 |
| Replies: 6 Views: 5,729 I asked before for a time delay function which is like system ("pause") but depend on time instead of keys , to elaborate i want the program instead if writing " press any key to contiue " i want it... |
Forum: C Jun 1st, 2004 |
| Replies: 3 Views: 3,237 hi , i am using simple console application and i am asking about the way to make the program depend on time insead of dependng on pressing keys for example, i want siplay the word "Hello.." and... |
Forum: C++ May 30th, 2004 |
| Replies: 7 Views: 7,218 hi , i am doing a project with c++ visual studio 6 and i really want this facility, which is ..
the user will enter a single character or a an integer ,so the compiler will take the input he entered... |
Forum: C++ May 26th, 2004 |
| Replies: 2 Views: 3,471 I am in a project and i am using win simple console application and i would like to know how to make the user choose the directory of files.
thnx
:idea: |
Forum: C++ May 23rd, 2004 |
| Replies: 4 Views: 18,772 hii, i am computer science student and i am doing win console application program "Project" by c++ compiler "mic visiual 6", the project is like a small data base which stores student names and thier... |