19,728 Topics

Member Avatar for
Member Avatar for Bianca Zhang

Hello. im trying to creat a pocket pc application using visual basic. but i got problem access text file. system always shows that "counld not find a part of path". the code i wrote is like: [code] Imports System Imports System.IO Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, …

Member Avatar for leonardo_4
0
619
Member Avatar for Balaji_6
Member Avatar for rproffitt
0
81
Member Avatar for Glenda C.
Member Avatar for Noorul Ariff

Friends i need code to search the datas... I'm doing INVENTORY project... i'm using ACCESS databse with vb.net... i'm having purchase, sales tables... THIS IS MY PURCHASE TABLE: Code Price Category Type Dat SP Brnd 11 222 cde bgf 9/10/2025 356 asd 12 255 MEN Shirt 5/10/2010 355 Vanhesun 55 …

Member Avatar for Reverend Jim
0
4K
Member Avatar for Glenda C.
Member Avatar for ihthishaam

Hi guys, I am new to vb.net i want to know how to pass a datagridview row values onto another form once the row is been double clicked.

Member Avatar for Angelo_5
0
5K
Member Avatar for KushMishra

Hi All, I have a collection of huge records (6000+) wherein the object in the collections has got 50+ properties, so ideally it is not a good idea to run a "For-Each" loop here. What I want is a "GroupBy" clause which would get me a Dictionary (Of String, String) …

Member Avatar for KushMishra
0
3K
Member Avatar for pri.chakraborty

hello sir, i am new in vb.net.. i am making a project on railway reservation.. in train booking page, there are multiple textbox in my project to insert multiple passenger name for reservation.. i want to book train in one click... so, i have to insert all the passenger name …

Member Avatar for Reverend Jim
0
5K
Member Avatar for jailani_1

i have started system calculater in vb.net using process.start() method but i want to retrive it s value in textbox , how can i do that

Member Avatar for Reverend Jim
0
972
Member Avatar for wilsonchama

Hi Guys, Kindy assist me to make this code work. I want the datagridview to populate data from SQL server 2012 database based on the employment number selected in the combobox. below is the code I have tried to generate. Private Sub btnRecords_Click(sender As Object, e As EventArgs) Handles btnRecords.Click …

Member Avatar for mikeybware
0
197
Member Avatar for Titty_1

DataGridViewCheckBoxColumn Checking Issue I added a DataGridViewCheckBoxColumn to My Data Grid Dim DesChkBox As New DataGridViewCheckBoxColumn DesChkBox.Name = "chbSelect" DesChkBox.HeaderText = "Select" DesChkBox.TrueValue = True DesChkBox.FalseValue = False grdView.Columns.Add(DesChkBox) DesChkBox.Width = 50 grdView.ReadOnly = False grdView.AutoGenerateColumns = False grdView.RowHeadersWidth = 5 And through a procedure I want to check the …

Member Avatar for mikeybware
0
152
Member Avatar for JModak

I use the this code. showing "Update" msg but not update and if i add an item then show "Update" not "save" Please help me..... Private Sub Button14_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button14.Click Dim sql = "select Count(*) from pur_invdet where purinvid= txtpurinvid.text" Dim cmd = …

Member Avatar for dspnhn
0
2K
Member Avatar for sashiksu

I'm currently using below code for print all things in data grid view in vb.net 2012. By all things I mean all columns. Try Dim mRow As Integer = 0 Dim newpage As Boolean = True With gdvcussearchcustomer Dim fmt As StringFormat = New StringFormat(StringFormatFlags.LineLimit) fmt.LineAlignment = StringAlignment.Center fmt.Trimming = …

Member Avatar for Elvis J.
0
6K
Member Avatar for Abdul_41

I am new in reporting with crystal reports. i am trying to genrate a report in vb.net. My data to be displayed in the report is based on a screen output. But I don't know how to bring the data from screen to report. Please help me any one so …

Member Avatar for Santanu.Das
0
167
Member Avatar for Mr.M

Hi DW. I would like to know if its possible to get the source path of a file copied/moved to a folder I set a FileSystemWatcher? What I mean is that get the location as to where this file is coming from if its was copied/moved into this folder. Thank …

Member Avatar for xrjf
0
298
Member Avatar for ChadW

I know I'm just missing the mark here, but what I am trying to accomplish is simply adding the results of two text boxes. Example: Form has two text boxes and 1 label The user enters a number (any number from 0 - 10) into each textbox when the user …

Member Avatar for Akbar_6
0
9K
Member Avatar for Programmer_2

Cant print crystal report viewers records after 32767 page ... im using crystalreportviewer.printtoprinter command

Member Avatar for ddanbe
0
130
Member Avatar for Obbie_1

![Untitled.jpg](/attachments/large/4/6c6056e3fdbd847b94af20fe43f18581.jpg "align-center") Why can not save to the database? my script Imports MySql.Data.MySqlClient Imports System.Data.Odbc Public Class Arsip Const DSN = "DSN=arsip" Dim conn As OdbcConnection Dim cmd As OdbcCommand Dim da As OdbcDataAdapter Dim dr As OdbcDataReader Dim ds As DataSet Dim table As DataTable Sub koneksi() conn = …

Member Avatar for Mr.M
0
215
Member Avatar for Obbie_1

![gh.jpg](/attachments/large/4/8742b15dbecb5444d6086d0a2f3fa080.jpg "align-center") why? help sir

Member Avatar for Mr.M
0
217
Member Avatar for Obbie_1

![as.jpg](/attachments/large/4/e42faf81a2adc0852d2179e721ce2085.jpg "align-center") Can not call form1,, help please

Member Avatar for ddanbe
0
168
Member Avatar for Obbie_1

What is the function of twain, wia, sdk in visual studio? Then i have a printer cannon pixma mp198 is it support twain or wia?

Member Avatar for DeanMSands3
0
192
Member Avatar for Khabibb
Member Avatar for ddanbe
-1
222
Member Avatar for JModak

Hello Teachers I create a project in vb.net 2010 with access database. I want to show data in listview. It Is show in listview but a problem I entry **Id wise**. So, when I click on the show data button I see the **Id** . How to show the id …

Member Avatar for xrjf
0
308
Member Avatar for DobyMoby

Hi, Is it possible to bind tooltip on cell mouse move event DataGridView in Visual Studio 2015 ? The goal that i want to achieve is , that tooltip to display a float data with SQL querys on DataGridView Ceels. Thanks

Member Avatar for rproffitt
0
85
Member Avatar for leyla

Hello, I am creating a code that allows the user to insert data into textboxes and then have it stored in an Access database. The code that I used worked previously but since I added the second query, nothing is added to either tables. Here is my code: Private Sub …

Member Avatar for Fecs
0
4K
Member Avatar for Luke_7

hi im having some trouble transfering images over tcp. i currently have a function set up to transfer text but would like to know how i would do this for images. thanks in advance.

Member Avatar for xrjf
0
87
Member Avatar for JModak

how can I use Alt+Del to Delete listview item ... Now I just select the row and press del key delete the item, But I want to delete item by press alt+del key. How it is possible Please help me.... What I have tried: Private Sub ListView1_KeyDown(ByVal sender As Object, …

Member Avatar for xrjf
0
1K
Member Avatar for Mr.M

Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app and configured the static IP address and the wp7 and server does connect when I run WP7 on a simulater, …

Member Avatar for Mr.M
0
577
Member Avatar for Tim_8

Hi, I have a DGV (dgvListOfJobs), populated from an SQL database to show the user a list of 'jobs' (i.e. rows). I also show 7 other DGV's (dgvMonday, dgvTuesday, etc) for each day of the week so the user can drag a job from the list and drop it onto …

Member Avatar for xrjf
0
806
Member Avatar for Reverend Jim

I've never been a fan of readme files. They are fine for project files where you will likely need note of building an application, or for distribution packages where you might need extra information on installing a package. But sometimes you want to add a comment to a file (perhaps …

Member Avatar for Reverend Jim
2
785

The End.