No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Hi all, I had a program all built up in C# using visual studio 2008. I also used a deployment project to install it. this program runs on several computers with several OS for a while. Recently I installed it on windows 7 starter. A first weird thing is on … | |
Hi all, I have a Database program and I want the initial Database to be installed, when the program first runs. How do I make a chunk of my program to run only once ? thanks Zvika | |
Hi all my program is all finished ! i have a VS2008 solution which includes 4 projets program A ,Program B , an install program and a setup and deploymet program. the setup program is a a short program which should run once when installing the solution (builds the DB) … | |
Hi all , i'm having a solution which includes a setup project too. when the user installs my program, it asks him t oinstall wamp server too. I want to have the path in which they installed the wamp server, so that i could run the MySQL files from my … | |
Hi all , i'm writing a program that communicates with com port. i need to send a few packets. the thing is that i want to wait after each packet so that the receiver could send me an ack ! in pseud code : [CODE] for (x=0;x<Packets.Lenth;x++) { sendData(Packets[x]); waitForDataReceivedEvent … | |
hi all , i wrote a class that send and receives data from serial port . the class uses serialport class. now I have a event handler that is being called when the incoming buffer has data. I also have a parsing method in my class. my problem is that … | |
Hi all, i need a 26 rows by 8 colums check boxes table. i get the number of rows from a data base so i prefere to create the check boxes at run time. the thing is it takes something like 10 seconds on my powerful computer to draw them … | |
hi all! i have a table layout panel with lots of controls in it. side to it i have a combobox with 5 options "system A" and "system B" ect. when i pick one system, i clear all the controls one by one (checkboxes to check=falsa , textboxes.text = "" … |
The End.