No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi I am working on a project in c# where a part of my application should allow user to generate schedules for courses for this there will be a table named "session" in database which will store all the information of the schedule which has been created by the user … | |
Hi I need to send a data to webpage and Read its response I am trying to code it for my project but I am unable to do so ..Please Help.. Below I attach the source code of the webpage where in a user manually types her/his enrollment number and … | |
Hi I am implementing a project in C# in which I have to use a Queue. Now this Queue will be accessed by three different threads let me call them thread "A","B" and "C" . Thread "A" and thread "B" will be alive through out the Applications life time and … | |
Hi I have Made Two Project in one Solution of microsoft visual studio 2010 One project is a windows service type another is windows Form Application The windows form application project can interact with the windows Service Project .But Now I am stuck as I donot know how to combine … | |
Hi I am writing a program that will read the number of aborted_connects from the global variable... Below is the program code.... I am facing difficulty in displaying the result set [code=c] #include "stdafx.h" #include "mysql_connection.h" #include <cppconn/driver.h> #include <cppconn/resultset.h> #include <cppconn/exception.h> #include <cppconn/statement.h> #include <cppconn/prepared_statement.h> #include <iostream> using namespace … | |
hi i have written a program that edits registry........now the application works fine for computer administrator but doesnot work for limited user how i can programatically make it possible that my application always run with administrative right irrespective with user account right once the program has been properly installed by … | |
Hi All I am trying to write Asynchronous client-Server Socket program in which whenever a client is connected to server a Windows Form is created which has a textbox and two buttons......on Data recieved by server from client the data is written in respective windows Form textbox and if a … | |
Hi I need your help friends i am a new in development ........I am assigned to code a client server program..... In this program both client and server side of the application use the same database now while coding the program how do i write the connection string for database … | |
hi below is code it is only a part of my program simplified for understanding the main problem i am facing .................... actually the code runs well but while exiting from main [B]displays Null pointer assignment[/B] . May i please request the forum member to debug the program..... the code … |
The End.