20,284 Topics

Member Avatar for
Member Avatar for get connected

Hi all Does anyone know if it is possible to open a firefox webbrowser in a form. Or does it take you default web browser as the webbrowser to open in form. Eg - My Default Browser is Firefox - so does that mean the webbrowser control would be a …

Member Avatar for get connected
0
217
Member Avatar for Chair

Hi, I'd like to get the value of a column from a datagrid and insert that to a table. I get an error "Object reference not set to an instance of an object." Here's my code: [CODE] Imports System.Data.SqlClient Imports System.Data Public Class Class1 Public Shared Sub insertrecord(ByVal query As …

Member Avatar for AndreRet
0
169
Member Avatar for hajjo

[CODE]Imports System Imports System.Drawing Imports System.Windows.Forms Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click End Sub End Class[/CODE] Hello, I have a textbox and I have a button. Okey, when the button is clicked I want my mouse to go and click a …

Member Avatar for josephbeluan
0
941
Member Avatar for moh1986

i have an application that store a data about a properties for sall i use the serlization and desrlization to store the property details to an XML file i call it PropertiesList .xml i got a form called search it contain 2 text boxes when the user write down a …

Member Avatar for Pgmer
0
76
Member Avatar for kipslem

Hello, I'm newbie to VB.Net and thus I need an urgent help so doing this posting. I'm currently working on a project to track officers attendance time. I have several table in SQL backend. The 2 obvious tables are tblStaff which keeps all the staff's records, and the tblAttendance which …

0
97
Member Avatar for bestex

Hi Guyz, i just wanna know how to fix my problem, or rather fix my code and simply my code base on my MODULE. heres the error " You have an error in your SQL syntax; check the manual that corresponds to your mysql server version for the right syntax …

Member Avatar for bestex
0
142
Member Avatar for rookanga

This is my assignment Get Monthly Income Get Monthly Home Rent/Mortgage Get Other Monthly Payments (alimony, child support, student loans) Display Allowable Monthly Car Payment Display Maximum Car Value (interest rate based on credit) A customer can not exceed a debt load of 36% of their gross monthly income including …

Member Avatar for rookanga
0
220
Member Avatar for roymrinal123

Dear Sir, Please Help me that How I can Upload data from Excel File in VB .Net Please Reply With Code Thanks Mrinal Roy

Member Avatar for lolafuertes
0
68
Member Avatar for Damon88

I want to change the color of the group header text in listview which separates all the items into various groups, there is no such option to do that directly because no such property exists. As far as i can think of it can be achieved via overriding the paint …

Member Avatar for jma2400
-1
3K
Member Avatar for Ramroma

Hi every one, I need help urgently please I am creating a db with an interface from VB.Net 2008, what I need is to export to excel from a datagrideview by clicking on a button. I have found a code but its giving me errors, I posted the code maybe …

Member Avatar for lolafuertes
0
381
Member Avatar for tim8w

I have a custom-shaped form created by setting the Region to an image. I want to be able to highlight the edge of the form when it has focus. To do this I believe I need to get the outline of the form and convert it to a path so …

0
53
Member Avatar for bestex

[CODE]Imports MySql.Data.MySqlClient Public Class Form8 Dim connection As MySqlConnection Dim con As MySqlConnection Dim da As MySqlDataAdapter Dim dt As DataTable Dim strQuery As String Private Sub Form8_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load strQuery = "server=localhost; user id=root; password=phoenix0931; database=accounts;" con = New MySqlConnection(strQuery) con.Open() Me.Text …

Member Avatar for bestex
0
489
Member Avatar for get connected

I am building an application that contains data that needs to be fed out to seperate groups of people. Sending them emails is the only way to do it but this takes ages to do. Does anyone know of a way to send emails through lotus notes via vb.net code. …

Member Avatar for lolafuertes
0
492
Member Avatar for tuckerdwz2025

I'm new to VB and am writing a basic revenue calculator for class and for some reason I can't get it to display the computed values in the label fields when I run the form. I've been through the example code provide to me, my textbook, google (how I found …

Member Avatar for tuckerdwz2025
0
205
Member Avatar for bestex

Hi all, heres my code [CODE]Dim con As New MySqlConnection("server=localhost; user id=root; password=phoenix0931; database=accounts;") Try con.Open() Dim dat As MySqlDataAdapter = New MySqlDataAdapter("SELECT customers_id,customer_name,customer_add FROM customers ", con) Dim dt As New DataSet dat.Fill(dt, "customers") ComboBox1.DataSource = dt.Tables("customers").DefaultView ComboBox1.DisplayMember = "customer_name" ComboBox1.ValueMember = "customers_id" Catch ex As Exception MessageBox.Show(ex.Message) Finally …

Member Avatar for bestex
0
117
Member Avatar for dmaclam

So I am currently writing a custom proxy server to handle http requests on a local computer. I am able to get the headers but am not sure how to then send them to the browser. here is my current source code: [[CODE] Imports System.Net Imports System.Net.Sockets Imports System.Text Imports …

Member Avatar for dmaclam
0
995
Member Avatar for bestex

I dont know what code to put Here? to get the exact value of my record on my database here is my code [CODE] Protected Const strConnPubs As String = "server=localhost; user id=root; password=phoenix0931; database=accounts;" Protected strPubsCMD As String = "select customers_id, customer_name from customers" Protected dvName As DataView Protected …

Member Avatar for bestex
0
209
Member Avatar for rkmeena
Member Avatar for Luc001
0
65
Member Avatar for bklynman01

I have a function that imports an Excel sheet into a SQL database. This function works except ONE line. [CODE] If sheetContent.Range("A" & exRow).Value2.ToString.Length < 1 Then Exit For End If[/CODE] The rest of this function works great, and it uses lines of code that are VERY similar to that …

Member Avatar for bklynman01
0
91
Member Avatar for ninjatalon

I've tried google a way to sort a table but couldn't get my code working. My program lets the user input enter information such as first name and last name in textboxes, once done they click on update button(so far everything works). On the top right of the form it …

Member Avatar for zy_430l
0
622
Member Avatar for poonams

hi all, I need a code which export access table data into excel sheet.I am working in vb.net2003

Member Avatar for Pgmer
0
96
Member Avatar for DONPAWPAW

PLEASE I HAVE OVER TEN CLIENT COMPUTERS. AM DESIGNING AN VB.NET WITH MSSQL SERVER 2005 EXPRESS APPLICATION THAT THE CLIENT CAN CONNECT TO THE DATABASE ON A ON COMPUTER HOW DO I DO THAT.# ie vb.net + sql server network application

Member Avatar for Pgmer
0
66
Member Avatar for sadiqkhanpathan

This is my first application that I have devloped in Vb.net. It is an advance version of a simple notepad.

Member Avatar for Pgmer
0
28
Member Avatar for josephbeluan

Is there anyone can post a simple code using vb,that start building a simple games? we have a project, by using vb, build a simple game. can you help me?

Member Avatar for codeorder
-1
95
Member Avatar for bLuEmEzzy

How to put checkbox in listview header? Use of checkbox is for select all and vice versa... Thank You...

Member Avatar for bLuEmEzzy
0
2K
Member Avatar for Tarkenfire

(I'm using Vis Studio 2008 and a textbook written for VB2008) Okay, so this problem from my textbook requires me to "animate" (read: move a picture box) a picture of a "robot" finding it's way to a wall and returning to it's original position. I have the logic of the …

0
121
Member Avatar for Ducklz

Hi there, I'm having a lot of trouble trying to add a new control to a dynamically created TabPage at run time, I have viewed many threads with similar help requests and cant seem to make the codes work! :( Any help would be greatly appreciated... Here's what I've got: …

Member Avatar for ninjatalon
0
307
Member Avatar for arezz

hello...anybody know how to print selected item in list view using crystal report..do i need to createcheck box in list view but how to print it...

0
63
Member Avatar for jmensah

Dear sir, I need a help. am having problem coding in vb.net. I have created a field which automatically in sql server. I want a code in vb.net so that user the text on the get focus, the automber would display the current no on the form. This autonumber is …

Member Avatar for codeorder
0
1K
Member Avatar for Netcode

Pls everyone, i need help with two regula expressions One to accept only file word and pdf file and the other to accept only images(.jg|.bmp|.png|.gif) Thanks

Member Avatar for ShahanDev
-1
124

The End.