20,284 Topics
| |
i have this code with no error , but when i open the email there is nothing in it, why? [COLOR=#0000ff]Dim[/COLOR] m [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] MailMessage([COLOR=#800000]"ayh@hotmail.com"[/COLOR], [COLOR=#800000]"cuosh@hotmail.com"[/COLOR], [COLOR=#800000]"hi"[/COLOR], [COLOR=#800000]"hiiii"[/COLOR]) [COLOR=#0000ff]Dim[/COLOR] s [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SmtpClient([COLOR=#800000]"mx2.hotmail.com"[/COLOR]) [COLOR=#0000ff]Try [/COLOR]s.Send(m) MessageBox.Show([COLOR=#800000]"ok"[/COLOR]) [COLOR=#0000ff]Catch[/COLOR] ex [COLOR=#0000ff]As[/COLOR] Exception MessageBox.Show(ex.ToString) [COLOR=#0000ff]End[/COLOR] [COLOR=#0000ff]Try [/COLOR] | |
Hi! I have both combo boxes and datagridview on the same form. Combos are not inside the datagrid. They are outside On the top of datagrid aligned in a horizontal line. Each combo is aligned with its own column from datagridview. But... When I resize (to the right) let's say … | |
I'm very new to [URL="http://www.daniweb.com/techtalkforums/post343678.html#"]VB[/URL] this is my first attempt at a project. basically i want a simple [URL="http://www.daniweb.com/techtalkforums/post343678.html#"]program[/URL] that will display a famous singers surname in a text box, then ask the user to input the singers first name in another box. The system must then check the answer … | |
Can anyone help me in integreation of vb.net and Autocad. i want to read autocad's digrame's dimentions through vb.net or vb 6.0.it emergency | |
Yay! I made my first program. It's the quadratic formula for the console. What should I try to make next? Oh yeah, and when it opens the console thingamajig it always closes on its own as soon as the module ends. This makes it where I can't see the last … | |
I am looking for a simple way to get data from an excel sheet and place it into a combobox (the excel data to be the default selection and the remaining options coming from my mdb database) and then update the cell data once it has been changed on my … | |
Hi, I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by using the BindingSource / DataGridView controls. However I cannot find the queries in … | |
HELLo !! pls, i need help i have a VB.net application developed in MS Development Enviroment 2003 v.71.3088, with crystal reports in it, developed with Crystal Decisions for Visual Studio.net. so, reports are coded in the application, and deployed as part of the code , like this; Dim report As … | |
Help ?? I self studied VB .NET throught a book (apress - Building Client/Server Application with VB .NET : An Example - driven Approch) by Jeff Levinson. when I coded in the example from the book and ran the program and I got this error message "An unhandled exception of … | |
dataset does not appear in datasourse when i make a new dataset sometimes and sometimes not appear in datasource | |
[COLOR=#000000]Hello every one![/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I'm new to vb.net[/COLOR] [COLOR=#000000]could someone please help me with some code?[/COLOR] [COLOR=#000000]I have got a datagrid, connecting data from acces.What[/COLOR] [COLOR=#000000]i need is on the datagrid [U]column(1) * column(2) = column(3) and column(3) add sum into a textbox[/U][/COLOR] [U][COLOR=#000000] [/COLOR][/U] [COLOR=#000000]please help me...[/COLOR] [COLOR=#000000]thanks.[/COLOR] | |
actually what i am in need is that i have to write some coading in order to sending mails through outlook please answer me | |
Hi, I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by using the BindingSource / DataGridView controls. However I cannot find the queries in … | |
I need to make an application where data from the database has to be displayed in bars and charts.....gauges will also help......what approach to follow...where can i get customized widgets??????...help | |
plz tell me wht should be the data source in the following code mycon=new oleDbconnection("provider=msadora.1;use id=scott; data source=; password=tiger;") mycon.open(); | |
Hi, I need to write a windows application to automatically login to a website(with username and password being provided) to retrieve some data from the website. Can someone show me an example on how to accomplish this in VB.NET? Thanks alot. | |
I have started training in writing algorithms. I get forums and answer. but I want cleririty on the pseudocode I have writing. The questions asks to write a pogram which will assign seats in a flight(capacity of 10 seats).my program should include;first class and economy class-assigning seats 1 to 5 … | |
[COLOR=gray][B]hello guys,[/B][/COLOR] [COLOR=gray]I am a newb in VB.net. Can anybody suggest the website providing basics and tutorials of this language. I have had a look at the net. But didn't find any loop. Hope somebody would respond.[/COLOR] [COLOR=gray]regards,[/COLOR] [COLOR=gray][B]indian[/B][/COLOR] | |
can someone tell me how can i fix the error in : [COLOR=#0000ff]Imports[/COLOR][COLOR=#000000] System.Web[/COLOR] [COLOR=#0000ff]Public[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Class[/COLOR][COLOR=#000000] Form1[/COLOR] [COLOR=#0000ff]Private[/COLOR] [COLOR=#0000ff]Sub[/COLOR] Button1_Click([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] System.Object, [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] Button1.Click smtpMail.Send([COLOR=#800000]"someone@microsoft.com"[/COLOR], [COLOR=#800000]"jesse@contoso.com"[/COLOR], [COLOR=#800000]"Subject line"[/COLOR], [COLOR=#800000]"Message text."[/COLOR]) [COLOR=#0000ff]End[/COLOR] [COLOR=#0000ff]Sub End[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Class[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]the error in smtpMail [/COLOR] | |
Good day! I have a problem about hiding and unhiding a web objects in AxWebBrowser using VB.Net. Our teacher's condition are: (1) There must be a command button outside the AxWebBrowser. The command button will generate a random number from 1 to 4. (2) After generating random number it automatically … | |
hi how can i access outlook from vb.net. here the requirement is if i click on the mail button it have to be opened in the outlook please some one help me in doing this or else guide me in some correct way | |
i have a small project with oledb (access) connection how can i make exe file to allat the same meaninig i have to deploy the project to work on any pc without change the path or the connection. i did it but i get errors cuase it was belong to … | |
I've inherited a project in VB.Net 2005 and I know very little about VB.Net It is for Windows Mobile 5 and uses a datagrid (apparently this is the only grid I can use on Windows Mobile 5). I am displaying fine, and on the table adapter I selected to have … | |
Hi, I am writing a function to unzip a zipped file. But I'm getting this error, "Cast from string "C:\temp\FileName.zip" to type 'Integer' is not valid." Below is my coding, I got this error in the bold line. May I know what does the casting error mean here? Why do … | |
I'm not sure if this can be done and I've been searching the web for some time looking for some help with this. I created a setup package with 2003 and I want to run a second setup package during the installation. Is this even possible? If it is, how … | |
Is there something like a hashtable that accepts multiple keys? Basically I'm looking for something that's similar to a multi-dimensional array, but in stead of accepting index numbers, it should accept keys to unveil it's content. I now use nested hashtables, but I think it becomes very complicated after a … | |
Hi everyone! I am new with this site so I try to explain my problem. I have a code in VB, how can I change the code to give me the ouput in text file(exel favorite)??? | |
Hi, I need to display the result i got from the input (temperatures) into a new form (if possible,the output being display in the textbox as well). The input will going through some calculations before that though,i.e T1 + T2 = h1 or something like that. So,anyone here that could … | |
| I was reasonably impressed with this photoshop clone. [url]http://www.getpaint.net/index2.html[/url] dotnet 2.0 required. |
Hello eveybody i have a calander in my project, when i click on date it retain in list box the information related to this day but the problem in Access in the feild date , it dosen't save the date in the format it takes from the calander , thats … |
The End.