vb

Convert QuickTest Professional test results to an .xls file

how to send QuickTest Professional (QTP) test results to an .xls file through vb script ...

How do you play an MP3 in Visual Basic.NET without delay?

I'm working on a game that plays MP3s at various points using the Windows Media Player component and it takes a long time to load and play MP3s. Would anyone know how to decrease the load time? I've considered multi-threading but I'm not sure how I would do that or if that's even the proper direction. ...

batch_add_field_VBA

I am unsure where goes wrong. Please kindly help and thanks. Public Sub AddField() Dim pApp As esriCatalogUI.IGxApplication Set pApp = esriArcCatalog.Application Dim pGxSelection As esriCatalog.IGxSelection Set pGxSelection = pApp.Selection Dim plist As esriCatalog.IEnumGxObject Set plist = pGxSelection.SelectedObjects ...

How to define virtual IP programmatically?

Hi! I need to define Virtual IP programmatically (Perl or VB or CMD or java). I need it for temporary use, I can't use any actual IP address and I don't care if it will be accessible only from local machine. Any help will be appreciated. Thanks, Yan ...

How to insert the ClientID of a div into an OnClientClick event

In the XHTML for a page I have:- <asp:Button ID="bookNowButton" runat="server" CssClass="bookNowButton" OnClientClick="showHideLoggedInDiv('<%=bookingFormDiv.ClientID%>')" /> This breaks. I need the correct syntax or method to insert the bookingFormDiv.ClientID into the control. What needs to be done? ...

How to use a VB usercontrol on a C# page?

Hopefully someone will be able to point me in the right direction. I've created a usercontrol in VB that handles paging more efficiently than the DataPager (at least for very large datasets). I'd like to use it in a C# project, but I've been having trouble getting it to work. I've tried simply adding PagingControl.ascx to the C# proje...

Perl Script in background

I have a perl script i made to automatically telnet into different servers . but its interface is only command line. To make it more user friendly for general windows users , i need to make GUI for it . My idea is to make GUI in a language like VB,java ,etc and let that call perl script . my script will run in background in a command p...

Visual Basic Speech Recognition Examples?

I am looking for some good examples of Speech Recognition using VB. I am looking for recent examples, everything I have found is several years old. I am running Visual Studio 2010 with the most recent SDK. I was able to figure out text to speech but I am chasing my tail on speech to text. ...

Access 2007 VBA : Building a listbox with selection choices from another list box

So there are 8 categories that may be associated to each order, but not necessarily all of them. So i was going to build a list box that allowed the user to double click each of the category they wish to associate when they have an "Order Detail" form opened up (unbound form that has hidden text boxes with all needed ID numbers). I want...

MsgBox is not displaying the right value

Hey, I have a DropDownList, and when SelectedIndex is changed any event is triggered. I'm putting on it for exemple msgbox, but it's not working. What's the problem ? EDIT; now that's working after doing AutoPostBack = True. I did this, but i't giving me always '0' as result Protected Sub VD_SelectedIndexChanged(ByVal sender As O...

GridControl doesn't display the data it contains

I am using DevExpress GridControl to display information from my database through a stored procedure (ie. SELECT * FROM aTable). Unfortunately when I run the program it doesn't display any of the information, columns, etc. It displays an empty table. I know that there is information contained by the GridView though as I have print stat...

VB 6.0 Transparent checkbox

We could not make the VB6.0 checkbox as a transparent one. Can you suggest me how to make check box as a transparent? I searched internet and many sources indicates that checkbox cannot be made as transparent. ...

problem with DataReader ASP.NET (Visual Basic)

Hey, I have this problem : [InvalidOperationException: No data exists for the row / column.] System.Data.OleDb.OleDbDataReader.DoValueCheck(Int32 ordinal) +1029063 System.Data.OleDb.OleDbDataReader.GetInt32(Int32 ordinal) +12 ASP.addsousvoyage_aspx.hdVoyage_SelectedIndexChanged(Object sender, EventArgs e) in C:\Users\ZiGi\Des...

Clear type font usage in C#/VB.net

How to use clear type font in C#/VB.net ? ...

Special character into querystring .NET

I need to send the follow querystring: http://prod.intranet.siemens.com.br/drvs/index.aspx?page=2&amp;pag=4&amp;varpatch=%20C:\Documents%20and%20Settings\OPE253\My%20Documents\Ca$@#! Then i try to assing this to a string,but .NET break string at http://prod.intranet.siemens.com.br/drvs/index.aspx?page=2&amp;pag=4&amp;varpatch=%20...

error on ExecuteNoQuery()

hey, i'am trying to update a row in a table using : command.ExecuteNoQuery() it's not giving me an error but it's not updating the row This is my code : Dim req As String = "Update Table Set Id= 5" Dim cmd As New OleDb.OleDbCommand(req, connect()) cmd.ExecuteNonQuery() disconnect() thanks ...

problem with DropDownList asp.net

hey, I want to get the value of the specifed index in a DropDownList ...

ACCESS VBA - DAO in VB - problem with creating relations

So take the following example: Sub CreateRelation() Dim db As Database Dim rel As Relation Dim fld As Field Set db = CurrentDb Set rel = db.CreateRelation("OrderID", "Orders", "Products") 'refrential integrity rel.Attributes = dbRelationUpdateCascade 'specify the key in the referenced table Set fld = rel.CreateField("OrderID") fld....

Access 2007 - cycling through values in a list box VBA?

So i have a list box that populates with different sets of data based on user selections. How can I cycle through any given values that may be in the list box? Is this a For Each statement, or what? Please help thanks justin ...

How do I create a variable in visual basic?

help I am not good at this ...