20,284 Topics

Member Avatar for
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview.And as per my requirement the data is supposed to be filled from three different tables in database.I have created the query and is succesfully able to populated the data in it with the cross join. Have a look at my structure. Table1,Table2,Table3. table1 has 2 …

Member Avatar for Ehtesham Siddiq
0
298
Member Avatar for jefroxnergal

I'm currently practicing working on mobile application using vb .net 2008. So I have these 5 forms that I link together. The form # 2 is where my quit button was positioned. I want to quit the whole application but form # 2 was the only form that is terminated …

Member Avatar for jefroxnergal
0
93
Member Avatar for khentz

on my project, i have a search textbox and also a listview. What I want to do is when a user type in the search textbox, it will automatically list all of possible results in the listview. For example, if I type letter 'a' in the search textbox, it will …

Member Avatar for aishapot
0
87
Member Avatar for papershop
Member Avatar for hueikar
0
82
Member Avatar for bluehangook629

hey guys, I dont know where to start on this so please help. I have multiple forms and reports with different print area. Some are designed to print to a thermal label printer and others to department shared printers. Currently the user is able to change the printer in print …

Member Avatar for bluehangook629
0
93
Member Avatar for rooneey10

I am creating an Interactive map which displays the facilities when the user clicks on the Checkbox, such as toilets. It will display all the toilet locations via PictureBoxes. I want to do this without having to write all this code? [CODE]Private Sub chkCash_CheckedChanged(ByVal sender As System.Object, ByVal e As …

Member Avatar for Unhnd_Exception
0
719
Member Avatar for hackerjackie
Member Avatar for Reverend Jim
0
82
Member Avatar for pfm200586

Hello everyone. I have a program that is driving me crazy. It is a cashier change return where the user enter the amount owed and the amount paid and when he/she press calculate the program should display the change due as well as the number of Dollars, Quarters, Dimes, Nickels, …

Member Avatar for Reverend Jim
0
395
Member Avatar for hackerjackie

hi..I want to ask the specific command button and forms commonly used in the property custodian inventory??thanks

Member Avatar for lolafuertes
-3
53
Member Avatar for hackerjackie
Member Avatar for Reverend Jim
0
117
Member Avatar for slenno1

Hey Everyone, So I currently have a user interface that I created in visual studio that takes user input as arguments for a certain VBS script that I wrote, and then calls and executes that script via the Process.Start method. When the script is executed, it is executed as a …

Member Avatar for Reverend Jim
0
202
Member Avatar for dakaboguy

Im trying to select data from a MS access database, i have done this for SQL server before with no problem, but now with a Access database i get a run time error for "No value given for one or more required parameters". Below is my code [CODE] Private Sub …

Member Avatar for dakaboguy
0
1K
Member Avatar for TIP.Synergy

i got an error >>> Arithmetic operation resulted in an overflow. please help thanks in advance [CODE]Private randomClass as new Random For i = 0 To CInt(10) - 1 strId &= Mid(strCodes, Int(Len(strCodes) * randomClass.Next() ) + 1, 1) Next For i = 0 To CInt(4) - 1 strId2 &= …

Member Avatar for Pgmer
0
693
Member Avatar for delcatto

A fast and universal way to get all the user information on the active directory with export to csv. Don't forget to make a reference to system.directoryServices. [CODE] 'CONNECT 'with Authentication 'Public enTry As System.DirectoryServices.DirectoryEntry = New DirectoryServices.DirectoryEntry("LDAP://YOURSERVER", "USER", "PASSWORD", DirectoryServices.AuthenticationTypes.Secure) 'no Authentication Public enTry As System.DirectoryServices.DirectoryEntry = New System.DirectoryServices.DirectoryEntry("LDAP://YOURSERVER") …

Member Avatar for piyush.agrawal
0
2K
Member Avatar for NetJunkie

So, I am running into an issue. I am wanting to display the contents of the open CMD window in my Rich Text Box. Any help? Thanks.

Member Avatar for Teme64
0
537
Member Avatar for pro_gee

help please i am creating a game and i would like to record the score and name ounce the player is game over.. you can also view the records

Member Avatar for Lipe Shtogu
0
121
Member Avatar for Lipe Shtogu

Hello to everyone i have a problem with my project. in one form i have 2 textboxes in one i have displayed the serial number. in the second i want display the current user logged on software. how can i display the current user logged in ????? the code for …

Member Avatar for Lipe Shtogu
0
136
Member Avatar for vn412

Hi, I generated columns from database and getting cell values from database too. my problem is that for some columns I have to generate checkbox in each cell at runtime. I m using visual studio 2010. Please Help Thanks

Member Avatar for Patel Pritesh
0
295
Member Avatar for RedexProGamma

[CODE]Public Class frm_Main Private Sub btn_Start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Start.Click Timer1.Start() End Sub Private Sub btn_Stop_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Stop.Click Timer1.Stop() End Sub Private Sub btn_Reset_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Reset.Click tbx_Min.Text = "10" tbx_Sec.Text = …

Member Avatar for hericles
0
244
Member Avatar for Lek Plepi

i have two DatePickers on form and I want filter between two dates. So when i click search in lsitview display the dates between can anyone tell me how to deal with?

Member Avatar for sgt_toasty
0
139
Member Avatar for jonoman

Hi, I want to create a function to test the first character of a string to see if it is lower or upper case, and change it accordingly. However, the rest of the string has to stay the same. Dim S As String = "C:\Users\profile" should be returned as "c:\Users\profile" …

Member Avatar for jonoman
0
91
Member Avatar for rossi_4656

Hi guys, I'm trying to hook the keyboard in vb.net. Who can show me an example where you press button "F2" and a message box appear (MsgBox("You've pressed F2")). I need to hook the keyboard to make some action when DirectX application is running (I've Already tryed with "registerhotkey" but …

Member Avatar for Unhnd_Exception
0
3K
Member Avatar for Jake.20

Guys, i have problem in my search button after i search the name it didn't highlight the name of the person. this is the code that i found on the internet. [CODE]Dim searchName As New TextBox Dim sname As String sname = InputBox("Search for gym user." & searchName.Text) Dim foundItem …

Member Avatar for LuckyBhumkar
0
200
Member Avatar for marsky
Member Avatar for Netcode
0
57
Member Avatar for Lek Plepi

Hello everyone I have a problem. i want to make a form with movable command buttons. the aim is that these buttons will represent the computers that are installed in one room. or the tables in one bar. all the tables can change depending the order that user give. can …

Member Avatar for Techyon
0
348
Member Avatar for TIP.Synergy

it's a search listview and i want to retrieve the data all i want is to populate a data in listview per each row please help... here's my sample code [CODE] Dim objDataReader As OleDbDataReader objDataReader = objCommand.ExecuteReader If objDataReader.HasRows = 0 Then txtCostCenter.Text = "" txtDivision.Text = "" End …

Member Avatar for TIP.Synergy
0
102
Member Avatar for Oneryavuz

i have a reminder section in program and I want to see some icon when 2 days before to remind so i need to sort dates and i need to measure the time interval :) how can i do this thx for Answers :)

Member Avatar for Oneryavuz
0
61
Member Avatar for dil.om

hello sir, i am working on attendance system project.For that i want to use swap card machin.plzzzz tell me the connection code between swap card machine and in my attendance software. plzzzzzzzzzzzzzz help me......!!!!!!!!!!!!

Member Avatar for Lek Plepi
0
163
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of …

Member Avatar for Ehtesham Siddiq
0
321
Member Avatar for shivya jain

hello, I want to link a text file in my userform. [B]Can i use linklabel for hyperlink?[/B] please help me........... thanks in advance.:confused:

Member Avatar for Unhnd_Exception
0
262

The End.