I am currently writing a VB.Net app to copy specific configuration settings and data to store it in an XML File on a Server, and then have it copied back down. What Classes do I need to import to m...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22896881.html
Zones:
.NETDate Answered: 11/06/2007 Grade: B Views: 0
I'm still scratching the surface as a new VB.NET Programmer. What I need to do is capture which Network Printers and Network Drives are mapped on a users Workstation. I need to know which VB.NET Im...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22897393.htm...
Ok, I think I the way I wrote this routine is a double-edged sword. This routine here prompts a user to input a number between 10 and 20. It then gets compared to a randomly generated number. If th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22909268.htm...
Good day everyone,
I'm in the middle of writing a VBScript to connect to remote XP Professional workstations and start buy running an executable called TaskDeletor.exe that will delete Scheduled...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22932472.ht...
Zones:
VB ScriptDate Answered: 11/01/2007 Grade: B Views: 46
I'm really close on getting this VBScript to work in an XP Pro environment. I've found out the reason that my Script is failing is because I didn't provide a False Boolean condition when looking fo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22942923.ht...
Zones:
VB ScriptDate Answered: 11/07/2007 Grade: A Views: 0
I have a ListViewItem control that I've added to my Form using VS 2005/VB.NET on XP Pro.
I added a ListViewItemComparer Class (Class and Form code in Snippet window below) so that I can click on...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23139702.htm...
I've somewhat cornered myself into the writing of some complicated code without adding the Data Controls to the Designer Form using vb.net.
The code to export the data that is filled in the data...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23163263.htm...
I've added a ContextMenuStrip(for right-clicking) control to my Designer surface in order to Copy/Paste data from DataGridView control to Excel.
The problem is, when I copy it to Excel, regardle...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23182739.htm...
I'm trying to create a Sub routine in Vb.Net using a Button click event to search for a specific file on my entire C:\ Volume. When I run it and it hits this line of code, "files = Directory.GetFil...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23187154.htm...
I have a text box which a user will input a number to. I have another hidden text box also.
I want ajax or another method to place a value of 15 or 0 into the hidden field only if a match
exis...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23105293.html