I need to be able to send an email to an email address from an application. I have access to an SMTP server. Can someone provide an example of how to do this in vb.net?
Thanks
Hi, I am using VB.net 2005 for the first time. I am connecting to a access database using oledb and running a sql quere to return only ever returns one record and this needs to be updated. thi...
Greetings Experts,
I have a huge csv file that has around 765,000 rows of part numbers with their respective inventory levels. Unfortunately, my distributor cannot supply another format or...
I'm attempting to allow users to either manually enter data or import an XLS file to fill a datagridview. I'm having dificulty getting the formatting to correct fill the DGV.
the project f...
Hello, I need the following text field to only display the date, with this code, it displays date and time, I tried just putting date, and it wouldnt take.
txtdate.Text = DateTime.Now.ToString
How can I clear a datagridview, delete all rows and columns ?
Thanks
Hi experts,
I used this resource
http://ryanfarley.com/blog/archive/2004/07/13/879.aspx
(now in vb.net) to write to my app.config at runtime.
so far there are no errors only that the app....
I need to know what my server's serial number is. Is there a command prompt that can do that for me?
I am running windows 2003 pro server.
Hello Experts!
I need code to:
Import a .csv file (comma delimited) into a data table with 2 columns
(note. the second column value is irrelevant at this time)
Then:
I will be reading...
Hi good day
I have a datagrid bound to a particular data source :datatable
and then , i want to specifiically change background color for a particular row that meets a specifief criteria
...
Hi,
I have a dictionary , I would like to loop through it looking at each item for a specific value, and then
display a mesage box showing the key if that key has the value.
my diction...
I am developing with visual basic 2005 and access 2007 as backend.
I have a datagridview, a button for date, and a textbox to enter a numeric value. What I would like to know if is it possi...
Need to know how to limit the number of characters a user can enter in a MulitLine textbox and display a countdown. I assume I will need to use Javascript but have no experience with it. Bas...
How can I detect multiple key presses at the same time in my vb.net 2003 winform?
Basically I want to make a groupbox visible when the user presses Shift, Alt, Ctrl, G at the same time, not...
Hi Experts,
I have a data grid that gets filled dynamically with each database update. So the grid gets filled record by record, and not all in bulk.
The problem, sometimes I want to view...
Hi guys,
I am developing VB.NET 2005 Windows application.
i have a One DataGridView
i am filling dataset and and assign DataGridView.DataSource=myDataSet
now my data grid look like thi...
I have a DataGridView that updates a database. Roger helped me with it and it works great.
When I close the app and open it back up the DataGridView rows are not populated again from the dat...
I working on a VB.Net Windows Form application in VS 2008. It has a datagridview control with a DataGridViewButtonColumn. I want the button to be visible in some cases and not visible in othe...
Hi All,
I am converting a word basic project written in VB6 to VB.Net, referencing Microsoft.Office.Interop.Word.dll. I am using a *.dot file as a template set up. I need to populate this t...
We have a VB.Net 2003 winforms application.
We would like to have ability to select particular set of rows from a datagrid so that we could use information from the selected rows.
Is it poss...
I have VB.NET code that I would like to make into a dll file (it needs to be a dll file). I am not sure how to navigate around Visual Studio.NET to do this. Could you please let me know the s...
Hello experts;
I am reading a CSV file one line at a time and splitting the string into an array. Some of the CSV fields are strings, others are numbers. The CustomerName field, for examp...
I am getting the following exception -
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding....
Help!
I need to open windows explorer from vb.net project. Also when I open windows explorer I wish for it to display a particular folder.
Now, I am unsure whether this can be done, but ...