20,284 Topics

Member Avatar for
Member Avatar for sbanks_charles

I am trying to send an email message in HTML Format. I have a richtextbox the the user can change the color and font in the message. Below is the code I am using which ends up send in Text Format. Most codes I have found use System.WebMail which in …

Member Avatar for sbanks_charles
0
196
Member Avatar for raju.145in

Hi to all, How to add parameters to app.config file while during msi file installation. please look at the attachment, Please let me know the solution. [ATTACH]14081[/ATTACH] Thanks in advace -Raj

0
32
Member Avatar for RSP86

Hello everyone, I have connected a form to my database, which displays info when the form loads, butttt it displays them from load, which is not what I need, can someone tell me how to clear the form upon load so that none of the textbox fierlds have data within …

Member Avatar for RSP86
0
223
Member Avatar for mercury113

How will i add lesson to chapters?? that when i add a lesson it will relate to the chapter .. for example: Chapter 1 Lesson 1.1 Lesson 1.2 is it possible in vb.net? please help ..

Member Avatar for mercury113
0
70
Member Avatar for delizihin

I have problems with adding bullets. I know I can add pictureboxes with commands, but I don't know how can I erase them. I also have problems at adding more than one. [CODE]Dim aButton As New System.Windows.Forms.Button() FormName.Controls.Add(aButton)[/CODE] I use this, but still I don't know how can I rename …

0
81
Member Avatar for what_5626

Hi all, I'm now trying to link a .rtf file into a new form. Currently, there are 2 forms and on form1.vb, it has rich text box which i've successfully load the .rtf file and I would like to link it to form2.vb whenever I click on a button that …

Member Avatar for what_5626
0
78
Member Avatar for 1manik

Hi, I want to ask you, how I can set up a path of monitored object in this source code: [url]http://msdn.microsoft.com/en-us/library/st80atsf.aspx[/url] I want to do it in Visual C++. Thank you

Member Avatar for 1manik
0
116
Member Avatar for Dorayaki

Hello.. I'm trying to make Snake and Ladder Games... For the Board I use PictureBox but for the players I don't I'm using circle which is image... because players can move when they roll the dice.. so I should use DrawImage and Because I want to make the background Transparent …

0
53
Member Avatar for RAVARUNA
Member Avatar for kvprajapati
0
39
Member Avatar for sanju_sql

I am new to VB.net. I am trying to develop an application Back end MYSQL My SQL statement is giving indexoutofrange exception unhandled. How to handle this exception? Please give me step by step guidelines to solve this. Thanks

Member Avatar for kvprajapati
0
37
Member Avatar for shibin09
Member Avatar for kvprajapati
-1
61
Member Avatar for iamai

Hello guys i want get one value of my enum and then converted into hex but i got a warning Warning 1 Runtime errors might occur when converting 'String' to 'System.IFormatProvider' for example [CODE] Public enum myenum myvalue =0 end enum sub mysub() console.writeline( myenum.myvalue.tostring("X2")) end sub [/CODE] How can …

Member Avatar for kvprajapati
0
159
Member Avatar for rude04

hello everyone,hope you can help me with this, i want to work on a shooting game,and i already have a code for the rotation of the image but i have a few problem First problem(for the [B]tank /ship[/B]): i want the image to AUTOMATICALLY rotate facing the mouse cursor,i know …

Member Avatar for kvprajapati
0
159
Member Avatar for tanveersml
Member Avatar for RAjushendre

i thought i finished all but the problem araise about printing...... i used crystal report viewer for viewing and printing.. in vb 2005' i need to set the printing paper size such as for receipts with 10*6 inches..........but when i close and reuse it .it will take the default one...that …

0
54
Member Avatar for ankita_rose9

hello frends i hv a prom with updateting............. in my form............i hv added a datagridview ......... in backend i m using an sql server...............i want to update the changinges made in datagrid view.................data shown in datagridview is from 2 from.......... i m using an join operation.............. so please anybody help …

Member Avatar for kvprajapati
0
74
Member Avatar for karabo101

how can i link form created using vb.net to sql server database. I created a database with sql server 2000 now i want to connect form created in vb.net to sql server database

Member Avatar for kvprajapati
0
32
Member Avatar for Ciarant

[CODE]objDataSet.Relations.Add("CustomerTable2AccountTable", _ objDataSet.Tables("CustomerTable").Columns("CustomerID"), _ objDataSet.Tables("AccountTable").Columns("CustomerID")) [/CODE] getting this error [CODE]'column' argument cannot be null. Parameter name: column[/CODE]

Member Avatar for kvprajapati
0
63
Member Avatar for Darkicon

My app uses a verification method for users of downloading a text file which contains game-ID's of the users and checking the file with their game-ID. The problem is, the code I'm using to download it is kinda messing the file up. [CODE=VBNet] Public Sub GetIDList() Dim wr As HttpWebRequest …

Member Avatar for kvprajapati
0
148
Member Avatar for mercury113

data type mismatch criteria error .. please help im getting this error .. and i don't know where's the error .. [CODE] Private Sub frmUpdateChapter_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = D:\dbCAI.mdb" con.Open() Try da = New OleDb.OleDbDataAdapter("SELECT * from tblChapter WHERE …

Member Avatar for apegram
0
74
Member Avatar for student21

hi i was wondering if anyone could help me i have created a SELECT FROM WHERE query to perform a search here is my code [CODE]SELECT EmployeeID, DepartmentID, Forename, Surname, Role, Email, Telephone, Extension, Mobile, Photo FROM Employees WHERE (Forename = ? or ? = '') and (Surname = ? …

Member Avatar for culebrin
0
102
Member Avatar for glennt

I have a users domain and user id. I would like to retrieve the full user name. The data is coming from a SQL table for display onto an asp.net page. Anyone know how to get the users name for someone other then the user who is using the asp.net …

Member Avatar for glennt
-1
103
Member Avatar for student21

i have a form with 4 text boxes on them when the user selects add the information from the textboxes saves to my database im just wondering does anyone know how i would make an error message appear if one of the textboxes was blank and stop the new data …

Member Avatar for kvprajapati
0
164
Member Avatar for Jdugan4

Here's the code: [code] Private Sub btdAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btdAdd.Click 'Sets up the connection to the database 'Dim myConn As New OleDb.OleDbConnection() 'Dim sql As String con.Open() Dim cmd As New OleDb.OleDbCommand ("INSERT INTO Contacts(Company, First, Last, Title, Address, City, State," & _ "ZipCode, …

Member Avatar for kvprajapati
0
107
Member Avatar for Nazir Hussain

Hi, I have created a local SQL database using Visual Studio 2005 (not by SQL Server Management Studio), and located it in the same VB project folder: "E:\MyProject\MyDB.mdf". Now I'm trying to design reports using Crystal Reports 2008, but for SQL Server, it doesn't browse this DB created by visual …

Member Avatar for kvprajapati
0
102
Member Avatar for j_808

Sub CalculateStorageCharge() Dim datedue, datecollected As Date Dim daysoverdue As Integer Dim storagechargetotal As Integer Dim storagechargefeeperday As Integer = 5.0 daysoverdue = DateDiff("d", datedue, datecollected) If (daysoverdue) > 0 Then storagechargetotal = (storagechargefeeperday * daysoverdue) Else : storagechargetotal = (0 * storagechargefeeperday) End If storagechargetotal = CInt(txtStorageChargeFee.Text) End Sub …

Member Avatar for j_808
0
4K
Member Avatar for sanju_sql

I have a select statement as below. select * from candidate where resume REGEXP 'JAVA'; i am developing an application for searching resumes. I have a tex box where I can give keywords like Java in about example. The applciation is in MSQL as a back end. I am taking …

Member Avatar for sanju_sql
0
80
Member Avatar for jez23

could you please give me code in c programming of a hangman game, a converter or a phonebook??? pleaseee.... badly needed it.. dont have enough time to do it.. please...

Member Avatar for abhay1234
-3
312
Member Avatar for Miss Confused

Hi! I'm trying to delete an entry from my database, i have the code written to display the details in a listbox but now i need to write the code do the user can select the item they want to delete and then click the delete button to delete it!????? …

Member Avatar for Oxiegen
0
109
Member Avatar for jakewebb

Hi I am attempting to write a playlist for my media player which is already built. I have found a way to build a playlist for it but it would be helpful if I could save the contents of TextBox1 to a text file without using the save as. I …

Member Avatar for jakewebb
0
1K

The End.