Forum: VB.NET Oct 5th, 2007 |
| Replies: 1 Views: 1,620 We actually just went ahead a purchased a product that duplicates the print jobs. Here is their website if you want to know.
http://www.frogmorecs.com/ |
Forum: VB.NET Sep 19th, 2007 |
| Replies: 1 Views: 1,620 Here is the situation. We are printing forms and need to send the same batch of print jobs to another printer. Our current software will not allow us to prompt us to print elsewhere. So is there a... |
Forum: VB.NET Apr 4th, 2007 |
| Replies: 1 Views: 2,319 In VS2005, they are declaring config files obsolete. What replaced this, cause Visual Studio states that you should use the ConfigurationManager which isn't anywhere in the namespaces of... |
Forum: VB.NET Jan 24th, 2007 |
| Replies: 8 Views: 9,068 Well I am building a custom update server/client software that needs to be able to update all clients that use a certain vendor software. Then lets the server end know they were updated. The reason I... |
Forum: VB.NET Jan 24th, 2007 |
| Replies: 8 Views: 9,068 I found out that in order to initiate a Wake On LAN boot, the network card must recieve the "magic packet." The magic packet is composed of 6 x 0xFF bytes (FFFFFFFFFFFF), then a sequence of the... |
Forum: VB.NET Jan 22nd, 2007 |
| Replies: 8 Views: 9,068 I't might lie in the System.Net.Sockets class, but I'll check MSDN |
Forum: VB.NET Jan 22nd, 2007 |
| Replies: 1 Views: 5,921 Your best option is to use a TreeView or ListView if your dealing with Folders and Files. A Datagrid is best used to interface a database like MS SQL or Access. |
Forum: VB.NET Jan 22nd, 2007 |
| Replies: 8 Views: 9,068 You can't say that you can't boot a Windows box remotely. Wake On LAN is a built in featuer in most motherboards and network cards. Security isn't an issue since MAC addresses aren't routable and if... |
Forum: VB.NET Jan 22nd, 2007 |
| Replies: 8 Views: 9,068 I have custom updates that need to be pushed out ever so often and need all receiving PCs to be booted up. Unfortunately, end-users will shut down their computers when they leave for the day.
I... |
Forum: VB.NET Jul 13th, 2006 |
| Replies: 1 Views: 1,856 Everyone knows what happens when you double click a text file ending with *.txt, it opens Notepad or what ever you customized it to open.
Lets say I created a simple text editor and I have already... |
Forum: VB.NET May 5th, 2006 |
| Replies: 0 Views: 6,697 Visual Studio .NET 2003 comes with version 8 of Crystal Reports. If I were to buy the complete package of Crystal Reports XI can I use the version XI Report Viewer instead of what comes with Visual... |
Forum: VB.NET Apr 3rd, 2006 |
| Replies: 4 Views: 2,194 that makes since, but what about if you need to compare each word to a list of "search words."
Let say we break it down into pseudo code
1. Open File Stream
2. Read in a line from file
3.... |
Forum: VB.NET Mar 24th, 2006 |
| Replies: 4 Views: 2,194 What is the best approach to scan a file if you are looking for more than one pattern. Lets say you have a text file "example.txt", and you want to search for an array of strings {"error", "warning",... |
Forum: VB.NET May 31st, 2005 |
| Replies: 0 Views: 2,923 Are there any functions that can interact with the desktop like if I create a windows service? I'm guessing that requires some shell programming. I haven't found any documentation on the desktop,... |