- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
13 Posted Topics
Re: 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 number of letters you are going arrange according to it. 1- the function returns 0 if the … | |
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 setup, to generalize i want to make … | |
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 image programmicly in inkCanvas which takes argument brush or imagebrush … | |
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 doesnt use the latest edition of richtextbox DLL, as it uses the second edition, … | |
how can i make the program display * in password entery i tried [B] while(getch()) { cout<<"*"; } [/B] but it didnt work plz tell me how | |
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 any one tell me how to make the user use them aam and … | |
Re: 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 | |
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 specficly ) then apply it on my program … | |
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 to freeze for example for 2 or 3 sec then … | |
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 (int or char) without waiting from him to press … | |
[COLOR=Navy][/COLOR]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 grades and search for names, add, delete,edit and other things. i am asking if i … | |
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 after 5 seconds it changes to "World" , to elaborate .. i want … | |
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: |
The End.