Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 4426 - 4450 of 7278
 
I wan't to use UPnP in VB 6.0 or VB.NET to create a rule in a ADSL router. Like this TCP ports 81 and 82 forwarded to machine 10.0.0.5 as same ports, the router IP would be 10.0.0.2 Is the...
I'm using win32_product to pull a list of installed apps. It seems to works fine and gets additional detail such as the version. Yet, it doesn't appear to be conclusive - on average, I'm mis...
Hi, I want to know what are the difference between touch screen app and ordinary app. What to change from ordinary to touch screen app. It is windows application. Thank you.
Hi experts, I'm using RichTextBox (in VS2005) and would like to know if there is a way of converting its Rtf contents to Xml? /Michael
i have written a telnet server, when a user connects i want to send them to an interactive batch file. does anyone know how to do this? thank you
I am creating an application in which I need to print Images of Real Estates. I have used code as follows:
I have a VB.NET textbox control and I need to detect when the user double-clicks it with the RIGHT mouse button. I've got code in the double-click event and it should detect the mouse butto...
I have one combobox that has the databound properties set to populate the combobox with test code descriptions. The users would choose a description and then continue to fill in the form. Ever...
I'm new and stuck. I want to be able to call a public sub from elsewhere in the same module, but it says that it's not found. I have button that asks about a new client, but I also want ...
Hi Experts, I created a Windows Form in a Visual Basic.Net 2005 application where I am attempting to retrieve data from five different tables in Oracle. I have created the Project named ("...
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, reg...
Hi, I'm using microsofts speech 5.1 SDK for a maths application. I am using the following code: -     Public Sub Say_Sum(ByVal SumText)         Voice = New SpeechLib.SpVoice         Vo...
Hi, I need to do some format in open office spreadsheet. Please help how to do it. Thank you.
Hello, Experts! I have very simple question I think, but I have no idea how to do  that, I have a combobox, I need to add new item. How I can add new item, item should have Display and Va...
VB 2005... The entry below is showing up in the event log and the program terminates. I cannot reproduce the error in VS. AS best as I can determine, I have TRY/CATCH blocks around pretty muc...
I have a VB .net 2 form that provides the abilty to view various files that are in a listtree in the form. When selecting an item from the listtree it displays the picture,PDF or Word document...
I am looking for a data access application block type of class file in VB.NET, for .NET 2.0 which does all the necessary data base utilities such as Execute Reader, Execute Stored procs and re...
In a windows application VB.Net 2005 I have a form tha I would like to display Maximimized, no problem there, I adjust the WindowState of the Form to Maximized and done! The problem is that ...
Hi, When an XML gets corrupted, my program gives a "Root element is missing" exception (basically the XML becomes empty). Is there a way to catch this exception. I have tried Try/Catch with...
Hi all, I have the following code which scans through a dataset, removing any items that meet the criteria:                 For Each dr As DataRow In DS_girders_quick1.GIRDER_QUICK.Rows ...
Hello, Experts, I have an application with a number of custom controls linked together on a form to create a "drawing".  I use a drag operation to rearrange the positions and sizes of the c...
Hi, I am at my wits end with this problem. "0.00675925925925926"  is about 10minutes to go to time zero . "0.389293981481481" is about 9 hours 20 min and some seconds "1.08594907407407"...
I am trying to launch an access application via vb6.  The code I have works, but I found out this morning that I first have to launc a .mdw security file first.  Not sure how to do that.
I have a module1.vb that has the following: Module Module1     Sub Main()         Class1.RunIt()     End Sub End Module And I have a Class1.vb that contains the code snippet....
This seems like a simple thing but I couldn't find any information on it.  I am manually creating and populating a datatable and then binding it to a DataGridView. I want one of the columns...