Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested MS Visual Basic Solutions: 101 - 125 of 5349
null
Hi, How I can Insert/Delete/Update records using the DataGrid in VB.NET. Imran
I have a treeview control with checkboxes that I need to get the unique identifier value of all checked nodes on a button click.  I dont need the control to update until the user actually clic...
Hi, ok heres the deal.... I want to embedd a video in my vb.net app and then be able to play it. I got as far as just adding the file (lesson1.mpg) to the project and in its propperties ...
I know how to close and open a form... Well.. but can you tell me how can I do this..... Example... There are 2 forms...named =>         formA  and   formB and each of them have their ...
I developed a VB application that performs some database manipulation using ADO on both SQL and Oracle.  I used ADO because I was basically re-writing an existing VB6 application in .NET and d...
I built a small Windows Form in VS.NET 2005 that basically just enters parameters into a stored procedure (SQL 2000) and runs it. It runs fine on my development machine, but when I try to i...
Hi, I have a windows vb.net application. I have been trying to make a basic html editor that will save the format of the text in html format. I have come across articles online for vb...
Does anyone know how to perform a click on a row in a datagidview? I use PerformClick for buttons, can a similar action be perfromed on the DGV?
OK, im using vb.net and what i want to do is split a string into two parts and after the first part add another string and then join them together e.g. String 1 - 'Hello there, what are you...
OK Here goes. I have developped a VB.NET 2005 application which includes the fancy new "drag 'n drop" DataSet tool. When you first create a new dataset VB writes the connection string into...
Hi there, I have come onto a contract working on a existing large windows forms vb.net 2005 application. I have been asked to address several issues with the performance and behaviour of th...
Hello, I have an MSAccess database that stores a Start Time and a Stop Time for each Employee per each Day. The format of this field in MSAccess as DateTime - Short Time format.  I have a ...
I may not be completely understanding the process, but I have created a resource file in the Solution Explorer. I have added some strings to it. My understanding (and this is where I may be...
Hi, I have two forms: Form1 will contain datagridview to show all the students info (ie.student_id,first_name,last_name,contact_no) Form2 will contain the corresponding student_id,first_nam...
Hello, This is the vbscript show the date in the format "10-may-2008" below is the vbscript <script language="vbscript" for="VALID_DATE" event="onblur">           dim tempDate1           dim tempDat...
Hi guys, How would I go about converting UTC time to local time. I have a Timestamp value that was produced by Trace.TraceInformation function. At the same time I also executed Now() funct...
Hi Gurus, I am facing problem while calling a javascript function from Visual basic. Basically my requirement is like this. First I have to invoke a web page from visual basic and once it ...
I have a windows form with a bunch of bound text boxes and three combo boxes. The combo boxes are for looking up values. The values in one of the combo boxes is based off of a selection to ano...
I have a DatagridView showing data from an SQL table. The user edits the data in the rows and clicks a button on the form which saves the data to the database. I want the saving to happen as t...
I am using ReportViewer as a template so that I can print out labels from a Zebra printer.  I am able to do this successfully by using my textboxes as parameters.  The problem that I run into ...
vb.net 2003 Office 2003 What I have: C:\TestData\Input.txt   Text File Pipe Delimited    :  4 columns Of data example: 00001|NO BRAND NAME ASSIGNED|6DU27|M3-.5 X 6 FLAT HD SOCKET CAP S...
Lets say I have a string "01012007" and I need to convert it to date object as "01/01/2007" or "01-Jan-2007". Everytime I try to use something like Date.ParseExact or DateTime.ParseExact.  ...
Hi i am working on VB.NET 2005 application i am developing Plug in intrefaces.. my question is How to import a DLL at run time and how to read all the Public function or methods in the cla...
The following code only export the last field name in my query (in this example 'State'). How do modify this code to export all of the field names in the query? Also how do I modify the code...
Hello I have 2 computers one has server has windows xp and the client has win 98 installed on them. these computer are connected through dialup (direct telephone dialing). Sql server 2000 i...