- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 9
- Posts with Downvotes
- 6
- Downvoting Members
- 8
27 Posted Topics
hi frds ... I want to notify my application whenver user open any file. i just want to notify the name of that file, which is opend by user. how can achive this. FileSystemWatcher class is not giving this facilities. I want only notification for opening any file.. please reply …
Invalid sequence in stack permutation ???? inpurt sequence ... 1 2 3 4 5 1) 4 3 5 2 1 2) 2 3 5 4 1 3) 5 4 3 2 1 4) 3 4 1 5 2 Answer is .... 4) ..... but i dont know how ? can …
Hi ... Friends ... I have to develop one project in php for my project work. Our college has said that we have to use any one framework of php to develop our project. I am going to develop forum. Which frame will suits best for my development. I dont …
Hi all, right now i am going to make my own application like remote desktop sharing. I search a lot on google. mostly suggetion is like, USE microsoft RDP Active X control. I used it and its working properly. But after all it's through inbuilt RDP control. I wanted to …
hi RoyMicro ... if u know little bit VB or VB.net than visit the given link [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_report_step_by_step.htm[/url] here crytal report is explained in very detailed and its very help ful but code behind is in VB.net. so if u know little bit VB syntax or etc than u can refer …
hi again every one ... in my computer , tools -> folder option ... we can select check box like show full path in address bar or show full path in titlebar. that same thing i want to do it through code or thorugh API?? how can i achieve this …
hi friends ... i want help regarding file management in windows. what i want to do is , Keep track of all files and folders created or deleted during a period of time. for example , during 5 to 6 pm somebudy else is using my computer. so at that …
In event driven programming windows os is passing message to all application thread for firing events. What i want to do is?? I want to receive all messages in my application which is generated by system to any application or any any thread. I know little bit about mouse hooking …
Hii every one .... I want to list out directories or folders or files which are in perticular folder or directory ... there is a control in VB 6.0 dirlistbox. Is there any control like that in C#. or open my computer and any drive of my computer.. now see …
[code] # for(int i = 0; i < SIZE; i++) # { # Array[i] = i; // Array declaration, Array is equal to i # cout << "Array[" << n++ << "] " << rand() << endl; // Print SIZE random numbers in array[i] # } [/code] over here u …
In my program this statement.. [code]FileStream fs = new FileStream(@"C:\SQL.txt" , FileMode.Append, FileAccess.Write);[/code] shows me error... illegal character in path. is there in problem in path ... please quick reply .. thnks ..
animation in vb.net ....??? i think if u want to so it on .net platform only than u should go for VC++.net
using len = array.length( ); functionnn
as u have puted condition ... while(c>0); over here C is always zero .. so loop will only rotate one time .. then it will come out
I want to establish a VPN network between two PC of different lan network.Can i obtain this through my C# code. I am having no idea regarding this. Can any one tell me how can establish VPN through. TO obtain this in which direction i should progress. IF any one …
Hello every one ... I need help to make connection between two PC through socket programming ... in which scenario i want connection is as below ... there are two networks on different places.One network having internet connection of COM1company and through that one connection only other PCs are getting …
for Ans [a] :: - line 1 line 3 line 4 fro ans [b] :: - CC() { u = 0; v = 0; } for Ans [c] :: - CC(int i) { u = i; v = 0; }
i think you just want help to generate dynamic and unique IP only?? and that will be from some specific range of IP only??
Conditional operator is also called ternary operator and they are ? and : Quetion mark and Collon. int Num1,Num2; int MinNum = Num1 < Num2 ? Num1 : Num2; Cout << MinNum; It Will give min number from two numbers num1 and num2;
Hello every one ... I have a C# windows based application in which when i press ALT + F4 key at that my window is closed as usual... but i dont want to close window when user press ALP + F4 key . User have to close window by clicking …
Hello friends ... i want to call mouse click event on any icon or button ... but i dont want to press click from my mouse.. i want to do it through code... any help plz???
Hi friends, Recently I m going to create desktop sharing application as my college project. I searched a lot than i come to know that using RDP client control it can be done easily. I know little bit about what is RDP client control and what functionality it provides. But …
hello every one ... Suppose There are two pc in network,PC1 and PC2; I want to get the control of mouse of PC2 from my first PC,i mean from PC1; Here, i want to handle mouse pointer or all mouse events of PC2 from PC1; i dont know anything.so in …
Hello , you want polymorphism for car, for that u can create a base class like name CAR i.e. class car{ } you can define some abstart or virtual method in this base class like color of car,price or model etc,which will be common for any class. so if u …
Hello friends ... I m student. I m thinking to make my career with C++ and/or JAVA. I know little bit about java career and jobs available in market, but i don't know much about C++ career. Is there good opportunities for C++ programmer in market?? Can i get good …
Hello friends ........ it's ma first post. As i know, constructors are called at the time of object creation. But if i want to call it explicitly, not at time of object creation, can i do this? if yes? then how? any help please?.........
The End.
crazyboy