Forum: VB.NET Feb 6th, 2008 |
| Replies: 0 Views: 4,520 Hi
I have a progg that opens a file containing text in a Richtextbox, the textbox content is manipulated and sent to an other Richtextbox. Then I create a new excel workbook and a sheet, select some... |
Forum: Visual Basic 4 / 5 / 6 Sep 21st, 2007 |
| Replies: 1 Views: 1,647 I made this code, and it does the job. But it doesn't make a new file when I check and uncheck the checkbox. I can only make one log, then I need to restart my program, to make a new log.
Private... |
Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2007 |
| Replies: 1 Views: 1,647 Hi, all
I have an application that listen to a port, and receives UDP data. The data is sent to a textbox.
I want to add a checkbox, and when the checkbox is =1 then I want the UDP data to be saved... |
Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2007 |
| Replies: 3 Views: 1,188 Hi
Ï must put the MSComm1.Input in a variable.
It's working fine now.
Cheers |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2007 |
| Replies: 3 Views: 1,188 To be little more clearer, with the code above only one textbox is showing data, the first one. If I jump over the first textbox the second one will display correct values, but I can only get data to... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2007 |
| Replies: 3 Views: 1,188 Hi, all.
I'm not so good programmer, but I have tried to read from the serial port and display the string content to 4 textboxes. Problem is when I use Mid, then only one piece of the string is... |