20,278 Topics

Member Avatar for
Member Avatar for paoi00

is it possible to send email eventhough in LAN connection using Microsoft outlook ? is it programmable in VB.Net? can someone teach me? thank you !

Member Avatar for Begginnerdev
0
195
Member Avatar for hhm_pro992
Member Avatar for mh.cool992
0
191
Member Avatar for mh.cool992

Hello! I am makeing inventry program for my SHOP, When Button1 clicked, listview all items will UPDATE, listview coloum 3(QUANTITY) will SUBTRACT from ms access quantity. Please help me........ Private Sub ButtonAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click Try Call OpenConnection() Dim v1 As Integer Dim v2 …

Member Avatar for mh.cool992
0
750
Member Avatar for uLp.aArOn

I Want to make my program search and delete.. Iam Using MS ACCESS 2010 Public Class main Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click AddProd.Show() Me.Close() End Sub Private Sub TblInventoryBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Me.Validate() Me.TblInventoryBindingSource.EndEdit() Me.TableAdapterManager.UpdateAll(Me.InventoryDataSet) End Sub Private Sub …

Member Avatar for jireh
0
288
Member Avatar for ms061210

**PLEASE HELP ME. THIS CODE WILL RETRIEVE THE SEQUENCE YOU MADE. AND WILL OUTPUT IN THE TEXBOX IN THE NEXT FORM. BUT MY PROBLEM IS THAT IT DOES NOT RETRIEVE/GIVE THE GENERATED SEQUENCE. FOR SHORT NO OUTPUT T__T . PLEASE HELP.** Public Sub getJO() Dim oradb As String = "Provider=OraOLEDB.Oracle; …

Member Avatar for Begginnerdev
0
181
Member Avatar for ct_hunny

im trying to split the value using "," and it success but how i want to remove "," symbol at the of my array data example of my problme 1,2,3,4,5, expected result 1,2,3,4,5

Member Avatar for Reverend Jim
0
3K
Member Avatar for Thermalnuke

Hey guys Just learning about List Boxes, I have a quick Question Im Creating the Program where I have 3 text boxes and when I hit the add button it adds them to the list box off to the right if they already Exist in the list box then it …

Member Avatar for Thermalnuke
0
903
Member Avatar for paoi00

how to insert picture to print using PrintPreviewDialog.? I will be Printing a template of an ID and print it. thank yo.,

Member Avatar for Begginnerdev
0
59
Member Avatar for Nasirjan
Member Avatar for Begginnerdev
0
81
Member Avatar for vivekanandaan

Can somebody suggest one free barcode OCX which can be used for Vb.net projects . Regards Vivek

Member Avatar for deceptikon
0
61
Member Avatar for paoi00

is there any easy way to generate an ID in PrintPreviewDialog or other way. i dont get the idea of CrystalReport . and including the picture in the ID that will be generated. Please Help ME.

0
73
Member Avatar for roachae

I need to combine several TXT files, the number of files may vary, and the data contents of the files will need to be in specific places in the combined file. Some of the data files will be similar as will contain values at different time steps. Each of the …

Member Avatar for G_Waddell
0
180
Member Avatar for jontennyeah

i have a 1 textbox namely txtplate. I want the textbox that can input only Plate number. (example WXY 123 (with space and the 3 letters are in uppercase)

Member Avatar for G_Waddell
0
424
Member Avatar for HibaPro

i have this two tables fields: table1 (BOQSectionsAndParts_ID,BOQSection,BOQPart,ProjectNO) BOQSectionsAndParts_ID is a primary key table2 (BOQItemEntry_ID,ProjectNO,BOQSectionsAndParts_ID,BOQ_Item) BOQItemEntry_ID is a primary key and BOQSectionsAndParts_ID is a forign key. this is a sql server in my vb forum : i view the BOQ sectin as a combobox what i need is when the …

Member Avatar for G_Waddell
0
219
Member Avatar for alvr

Hi, I want to show one table of my access database in a ListView. I tried with [this](http://www.daniweb.com/software-development/vbnet/threads/332383/displaying-columns-from-ms-access-table-to-a-listview-in-vb.net#post1420774) but DataSource isn't a property of ListView. My table have two colums: "food" and "kilograms". Food column is the primary and unique. I use VS2010 and .NET Framework 4.0

Member Avatar for G_Waddell
0
114
Member Avatar for jontennyeah

i have a listview with subitems namely Name,Age,gender,position, type. The positions are Driver Conductor and Inspector. I want to do is when i Select the name in the listview If his position is driver AND his attendance is IN, the name will be add in the combobox.add.item . if the …

Member Avatar for G_Waddell
0
141
Member Avatar for jontennyeah
Member Avatar for ahmedyakson

Please i need help in this situation.I have a button two combo boxes with some values in it on a form and i want to icrement them when they are selected. Button_Click For example If cmbbox1.Text = "Mathematics" and cmbbox2.Text = "L1" Then let label1 view the result as L1maths/100,L1maths/101 …

Member Avatar for Dili1234
0
151
Member Avatar for mitch_oso

Hi Everyone I'm using a comboboxcolumn and comboboxcell into a DataGridView, and everything is correct but i don't have idea how do I put text on combobox, I trye many things but nothing works :S This is my code Dim column2 As New DataGridViewComboBoxColumn Dim column3 As New DataGridViewComboBoxColumn Dim …

0
68
Member Avatar for jontennyeah

i just add a form but when i try to run my project it is an error and saying "A startup form has not been specified" what will i do? thank you

Member Avatar for jontennyeah
0
176
Member Avatar for razekc

Hello: Using this post http://www.daniweb.com/software-development/vbnet/threads/358691/textbox-autocomplete-from-database (thks andeepparekh9) build a autocomplete. Now i need show the id of my seleccion on the autocomplete on another textbox. Some idea? Thanks Regards

Member Avatar for razekc
0
165
Member Avatar for paoi00

I wish to save and retrieve image in access 2007. in our search module , if employee number typed, it could retrieve all information of the employee including the image saved in database(?) if this can be happen?

Member Avatar for Begginnerdev
0
203
Member Avatar for paoi00

how can i upload an image with the same size of the picturebox? can someone help me ? :)

Member Avatar for nmaillet
0
132
Member Avatar for paoi00

i have one table containing 2 columns namely Designation and Department. i want from choosing on DeptnameCB the DesEmpCB will display the corressponding designation to the department chosen. i have this code as of now. Dim strsql = "select * from DesignationEveryDepartment where Department = '" & DeptNameCB.Text & "'" …

Member Avatar for paoi00
0
154
Member Avatar for sean.downes.96

Hello again, How do i do the code where i have a list box with certain names in. Also a textbox called Username. When someone enters the name into the textbox to get access to a form, how do i make it so it only allows the names from that …

Member Avatar for sean.downes.96
0
136
Member Avatar for lulu79

Hi, How can i convert my column with timespan dataType (Eg: 04:04:45 ) to DateTime in HH:mm:ss format (Eg: 04:04:45)? Currently I can convert the column to datetime (Eg: 10/2/2012 4:04:45 AM) but I only want the time (Eg: 04:04:45 ). Can someone help me please...

Member Avatar for brylle
0
9K
Member Avatar for jontennyeah

i have a listview with subitems namely NAME Age and Position. The positions are Driver, Conductor and Inspector. I have 3 textbox namely CountD, CountC, CountI. What i want is if i Click the Name in the listview where the position is driver, the CountD.text will display 1 and if …

Member Avatar for Begginnerdev
0
798
Member Avatar for mohana_61

hey, i need to insert a row into datagridview meanwhile it has to be updated in the database(backend) using oledb. thanks inadvance

Member Avatar for Begginnerdev
0
157
Member Avatar for jontennyeah

I have a 1 datagridview in form1 with columns namely ID,Name_, Address, Birthday, Age, Gender,Status, Position, Driver License , Attendance, and password. The position is a combobox where the items are Driver, Conductor and Inspector. In form2 i have 3 listview namely Ldrive, Lcon, Lins. The problem is this , …

Member Avatar for jontennyeah
0
155
Member Avatar for aidan.fowell.5

Hello, I am trying to create a currency converter, but when I press 'convert' it get the error message: Index was outside the vounds of the array. Here is my code: Imports System.IO Imports System.Text.RegularExpressions Public Class Form1 Private Sub doCalculate() ' Need the scraping Dim Str As System.IO.Stream Dim …

Member Avatar for SaintQJ
0
172

The End.