hi to all!
i am suffering with an unexpected behavior,here is problem definitation
i have applications communicating on LAN via UDP protocol, i am reading the Ip and Port no from a text file, initially the Ip and Port is working nicely but after some time the Ip that is a char array is corrupted and it takes garbage values, also the file writing…
I have a known shared folder on another Windows PC and i have to transfer files using my ANSI C program to that shared folder using an FTP connection. I need some directions - please guide me.
hello i have problem with receiving data from serial port in c# in am inserting a new line operator at the end of data buffer. then i send this data buffer on serial port, after this my c# GUI receiver will take this data via Readline() function but it always give me raw data not the actual one how to resolve this problem.
i have encountered a problem in my application i have two windows forms one that is loaded when my application is started and ask for a password and other is shown when click log in with correct password ,
problem is how can i close the first form that is log in form when user proceed to next from that is actual application,
currently i hide the…
I have to write a user manual for my product, and I have been searching for a standard for the last three days. I didn't find any useful information. Can anyone guide me as to what standards exists for this purpose (User Manual Writing)?
If there are some good suggestions, that will also help me.
Thanks in advance.
previously i was using picture box and its built in utilities to draw some heavy graphics initially it works very fine but when my GUI grows its response and update time becomes enough large that it shows delays, now i want to directly write in graphics memory to resolve this problem:
first of all tell me is it a good idea if yes then i need some…
i want to declare a global link list for a name space in c# i tried to extern the link list but not know the correct syntax can any one tell me how to extren the variables.
is there any other library the works like bios.h in Visual studio 2008 this header is present in TC a very older version but i need some functionality of it in visual studio 2008 can some guide be about this
thanx in advance
it is possible to display a picture on a window created by winmain i mean using GDI,
i want do create a window that captures my whole screen i have done that by using GDI but unable to show an image on it how can i do so?
i am facing a problem in setting the combo property such that only user can select the values form given items but cannot write in the combo box,
how can i do so in c#?
thanx in advance.
i have a task to transfer text files from one pc to another using FTP , i need some directions how can it be done in ansi c as its user requirement to do it in ansi c
windows libs may also be used ..............
looking for help!
hey, guys i want to create an application that has 3D display. I want all the planets in it. Then the next step is i want to have satellites in it as well. I want to provide an interface to add satellites etc.
Offcourse this will include 3D designing and it will be more like a game.
I want to know what are the things i need to know to make…
hello i want to add some .h and .cpp files in c# to get the c++ functionality in c# i want to use tha code directly with out making any dll file.
can i do so if yes the how can i do this.
thanx in advance
my application is communicating on udp ports when i start application my application it asks for "allow" and some times throws exception. how can i set all permissions to my application on load event using c#?
int NM_Generator = 1;
//Aray to store thread handles
HANDLE Array_Of_Thread_Handles[1];
//variable to hold handle of North pulse
HANDLE Handle_Of_NM_Generator = 0;
//Create NM_Generator Thread
Handle_Of_NM_Generator = CreateThread( NULL, 0, NMGenerator,…
the requirement is to disable all the ports of the pc when my program run on particular machine how is it possible need guides???
sorry i think my question was confusing by all ports mean PS 2 USB parallel ports etc.
simply no one can interact with pc from any path but with ether net card it should be enabled.