I was wondering if anybody might have any ideas on communicating back and forth to multiple computers on a network?
I don't know if it is possible, but I was thinking of a " Task Manager" way. Everytime a user clicks the enter button, it would somehow display the way the task manager does. Always up,(only the task manager has to be called), and it is being written to. What do you guys think and would it be possible?
Any ideas...
User Profile
Collapse
-
Ideas for communicating in vb.net
-
Thank You very much and yes, I don't have a problem writing to the file. I've tried everything to print.
Here is what I have so far:
[code=vbnet]
Dim datListBox1 As New StreamWriter("L istBox1.txt") 'This opens the file
Dim intIndex As Integer
Dim intMaximum As Integer
intMaximum = ListBox1.Items. Count - 1
For intIndex = 0 To intMaximum
... -
I do realize that I have asked for a lot of help and I do apollagize for doing so.
I do have a lot of functionality on this project that I didn't share. At least, I think so,as I am new.
I have put all my items in a database and am able to write to and retrieve from. It was kinda frustrating at first, because I didnt realize that the data I was pulling from was access 99 or something, but I am using access 2007 and finally...Leave a comment:
-
How do you Print without using Print Dialog
It's me again, you guys really helped a lot the last time I posted, and was needing a little more help.
I've got 2 comboxes and a listbox.
The user selects from the 2 and is being displayed in the Listbox.
I want each time they press enter, that what they select will be saved to a file.
I want to put a print button on the form and print what is in the listbox.
Also, just to let... -
Is there any way that I can write these items that are being written to my listbox with those dates, Model and Finish to a file? I'm wanting to put a print button on the form to print what we have produced.
I would like this form to be in such a way that, at the end of the day, only the items in my comboboxes are the only ones to be saved.
I'm sorry, it sounds like a lot.
Thank you again, and have a great dayLeave a comment:
-
Shidec,
Thank You very much and may GodBless you richly. I sincerely hope to return the favor someday.
Thanks again from the Newbie,
BrettLeave a comment:
-
I sure want to thank you for the fix. I appreciate it. Maybe I could offer the same for you or someone else as I gain experience.
I don't want to sound greedy, but is there a way to also record the date and time next to each of those items? I need to record the date and time it was entered into the listbox.
Thank you and GodBless
BrettLeave a comment:
-
ComboBoxes
Hello everyone. I am a new visual basic.net programmer and was wondering if someone could help me with a small problem?
Here is what I have.
I've got 2 ComboBoxes named cboModel and cboFinish.
I'm wanting to display the selected Model and Finish- example:
Model 2121 Finish M
and I want to display the selected items to a listbox all on one line, such as 2121M when either selected or with an enter button, either...
No activity results to display
Show More
Leave a comment: