Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
12% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
9
Posts with Downvotes
6
Downvoting Members
8
2 Commented Posts
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for crazyboy

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 …

Member Avatar for aryan123
1
370
Member Avatar for crazyboy

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 …

Member Avatar for bamasohn
0
548
Member Avatar for crazyboy

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 …

Member Avatar for aquilax
0
92
Member Avatar for crazyboy

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 …

Member Avatar for dkhil
-1
452
Member Avatar for Blue_Eyez

I have been asked 3 questions and would like someone to give me the code for each of these questions so that i can find out the answer. no.1 A salesperson earns a commission on the value of sales. The following table shows the scale of the commission. Write a …

Member Avatar for crazyboy
-4
93
Member Avatar for RoyMicro

Hello I am creating the windows application for reading, calculating and printing the data logged by my USB device in c#. I am basically a Microcontroller programmer but now learning C#. I have already succeeded in collecting data from my system via USB (Code from [URL="http://lvr.com/"]Jan Axelson[/URL]) and created graphs …

Member Avatar for RoyMicro
0
161
Member Avatar for crazyboy

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 …

Member Avatar for crazyboy
0
99
Member Avatar for crazyboy

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 …

Member Avatar for crazyboy
0
193
Member Avatar for crazyboy

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 …

0
63
Member Avatar for crazyboy

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 …

Member Avatar for sanch01r
0
149
Member Avatar for EngneerNitemare

Hey all! I am trying to write a program that allows for: 1.) The user to enter the SIZE of an array. 2.) Prints random element numbers. 3.) Saves the random element numbers printed in the array. 4.) Bubble sorts and then prints the randomly printed numbers. Here is what …

Member Avatar for mrnutty
0
153
Member Avatar for crazyboy

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 ..

Member Avatar for crazyboy
-2
135
Member Avatar for herms14

hi guys! could i please ask for some ideas on my project. I'm trying to do a basketball playbook manager. The application should allow users to create plays for basketball and generate a animation on how the play works. I just would like to ask how could I generate animations …

Member Avatar for crazyboy
0
127
Member Avatar for pavan146
Member Avatar for kingstrider

hey guys can sumone please help me by telling wat exactly is the syntax for a do while loop....for example if v want to to ask the user integers again and again till a condition is satisfied...plz help...thank u this is wat i have ritten but the loop never continues …

Member Avatar for loneal
0
80
Member Avatar for crazyboy

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 …

Member Avatar for crazyboy
0
94
Member Avatar for crazyboy

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 …

Member Avatar for crazyboy
0
138
Member Avatar for razo

hello..i have homework and wish that i can find help here.. i needed on sunday to be solved.. plz help as much as u can. consider the definition of the following class: class CC { public : CC (); //line 1 CC (int); //line 2 CC(int, int); //line 3 CC(double, …

Member Avatar for razo
0
128
Member Avatar for low1988

Firstly ,i'm not asking about the code,i need suggestion and idea how to do it.I don't even know what should be the first thing in the main menu,because i think it is not some sort of input and output program.I thought i might relate to something like queue or stack …

Member Avatar for crazyboy
0
124
Member Avatar for komrul_raja009

What is conditional operators ? Using conditional operator find a smallest number amongst two numbers ?

Member Avatar for dkalita
0
65
Member Avatar for crazyboy

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 …

Member Avatar for crazyboy
0
149
Member Avatar for crazyboy

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???

Member Avatar for DdoubleD
0
132
Member Avatar for crazyboy

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 …

Member Avatar for John A
-1
218
Member Avatar for crazyboy

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 …

-1
52
Member Avatar for XodoX

Hello, I got the following code: [code] #include <iostream> #include <cstdlib> #include <ctime> using namespace std ; // Function Prototypes void pause(void); /** defines an abstract class */ class Jukebox { public: virtual void play() { cout << "Record unknown\n" ; } } ; /** defining subclasses */ class NewAge: …

Member Avatar for crazyboy
0
95
Member Avatar for crazyboy

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 …

Member Avatar for Ancient Dragon
0
137
Member Avatar for crazyboy

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?.........

Member Avatar for crazyboy
0
735
Member Avatar for misslb02
Member Avatar for wildgoose
0
95