20,284 Topics

Member Avatar for
Member Avatar for Lee21

hi guyz,how will I find an item that's in the combobox that everytime I pressed the keyboard it will be automatically displayed in the combobox?for example I have Items like cats,pigs,dogs in the textbox then when I press d or do the Items dogs will be displayed..please help me here!

Member Avatar for Lee21
0
71
Member Avatar for yanz

hi everyone, Recently i am doing a web application on receiving sms by PC. anyone has got any codes for receving sms using vb.net? or does anyone know where i can get relevant info for it? Thank you very much!!

Member Avatar for mukuljain
0
109
Member Avatar for bninja

Hi How can i check if some value exists in the data reader How can i do that ? any ideas please .

Member Avatar for Oxiegen
0
218
Member Avatar for rmontgomery

Hiya, whnever I use this code, I get a File Not Found exception, even though the file paths are all correct. Any ideas? thanks [code] Dim WordReader As String = "C:\Program Files\Microsoft Office\Office10\WINWORD.exe" Dim HelpPath As String = "C:\Documents and Settings\Steven\Desktop\TPBData\Help.doc" Shell(WordReader & HelpPath & "" & AppWinStyle.MaximizedFocus) [/code]

Member Avatar for kronald
0
192
Member Avatar for miweiser

I'm just going to post my pages here if someone will take a look and let me know where to go from here...sorry, I could have attached files if you would prefer. I am not sure what needs to be in my VB page if anything more is required nor …

Member Avatar for miweiser
0
187
Member Avatar for manav kumar

plz help how to connect two buttons with line and saved in database that button1 is connected to button2.....

Member Avatar for kvprajapati
0
76
Member Avatar for emaduddeen

Greetings Everyone, Can you tell me how to take a query that returns a single row of data and load that data into textbox controls. I know about ExecuteScalar but it is only good for a single column of data from the query. Thanks. Truly, Emad

Member Avatar for emaduddeen
0
66
Member Avatar for Anigmalee

[CODE] Dim myConnString As String = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Userpass.mdb;Jet OLEDB:Database Password=1234567890" Dim ds As New DataSet() Dim con As New OleDb.OleDbConnection(myConnString) Dim daCust As New OleDb.OleDbDataAdapter("Select * From Userpass1", con) Dim m_dtContacts As New DataTable Dim m_datarow As DataRow Dim m_cbCommandBuilder As OleDb.OleDbCommandBuilder Private Sub Form5_Load(ByVal sender As System.Object, ByVal …

Member Avatar for kvprajapati
0
135
Member Avatar for hannah39

Can anyone recommend a solution for getting labels and grid headers from a sql server 2008 database -- other than creating a table with all the column names and headers/captions and translating them. SQL Server 2008 tables don't have a caption column property which would be useful ... I am …

Member Avatar for Oxiegen
0
91
Member Avatar for ratnish kumar

Hello guys I asked to make a library management project in the college...last year project many over here would might know... I just wanted to ask you guys how should I proceed with this thing..

Member Avatar for Oxiegen
0
44
Member Avatar for Darkicon

I had a few friends test an app for me the first thing they reported to me was an exception from JIT Debugging. IO.FileNotFound on one of my buttons. Specifically what that button does is it launches a previously created batch file in a new subfolder of "Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)", which is …

0
35
Member Avatar for pharrill

I can not tell if my array is not working at all. Any help appreciated would be great! Here is the code: [code] Friend Class pizzaarray Structure Size Dim sizedecimal As Decimal Dim crustdecimal As Decimal End Structure 'Hold group number and total for 8 groups Private pizzaarray(7) As Array …

Member Avatar for pharrill
0
89
Member Avatar for Monster Killer

Hello. I am new to using databases in applications and i have a code to select data from the database. However, the first time the application starts, new data is inserted into the database which is needed after. But, the data does not appear until the whole application is restarted. …

Member Avatar for kvprajapati
0
134
Member Avatar for Learner7

Hi, I have three text boxes on my form as following: 1) txtTelephone 2) txtDate 3) txtPrice What actually I need to know is, how the text box automatically change the values to the below format: [COLOR="Red"]txtTelephone : [/COLOR] If I enter [B]0403507624[/B] it should change automatically the entered values …

Member Avatar for Learner7
0
109
Member Avatar for Mohd Sayyad
Member Avatar for drivehard-gopro

I have an Xbox 360 wireless controller connected on my PC and need to detect the presses of the buttons and movement of the joysticks.... and have no idea how to do it... Thanks in advance...

Member Avatar for drivehard-gopro
0
81
Member Avatar for Learner7

Hi, As I am to VB.NET, I would like someone to help me on SearchButton code. I am using MS Access database. I would like to get the result of search commond into ListView. Any sample code for this purpose would be highly appreciated. Regards.

Member Avatar for kvprajapati
0
131
Member Avatar for Darkicon

I'm writing a program to automatically setup some long files for use with streamwriting for another app. Basically all it does is add "sw.WriteLine("" to the beginning of every line and "")" to the end of every line. You gather a list of files which is entered into a listbox, …

Member Avatar for kvprajapati
0
141
Member Avatar for bernardb7726

I am sitting with a situation that I have to combined (3 years) for 26 site of 29000 database files where there is 1 table in each data base called RECDATA, I need to combined all that data Into one database file called RECDATA For example there is a database …

Member Avatar for kvprajapati
0
100
Member Avatar for Smalls

What I'm trying to do is get the form to catch any key on the keyboard that has been pressed so it will reset a timer? and is it possible to catch these keys stokes even though the app is running in the background?

Member Avatar for kvprajapati
0
175
Member Avatar for Learner7

Hi, I have the following code which works pretty fine with Listview. But I would like to use it with computer keyboard up/down arrow keys. How to modify the following code? Please do help. [CODE]Private Sub LVW_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LVW.Click txtTAID.Text = LVW.SelectedItems(0).Text txtVNO.Text …

Member Avatar for Learner7
0
1K
Member Avatar for Anigmalee

Hi, Im Newbie in VB, Need some help/advise here. 1)I dont know what different between Access Databass, SQL severdatabase, SQL server compact 3.5 in term in application? I just need a brief intruduction in when to use them(How to choose between them) 2)In My project, I use database to store …

Member Avatar for Alexpap
0
159
Member Avatar for CipherPol9

hi i am developing a software for tecnichal assistance. i am using a acces database which consists in two tables assitance and cliente and i use inner join to connect t«the two tables. now i connot save data on the table i made the inner join. What code i have …

Member Avatar for pritesh2010
0
85
Member Avatar for sangeethav

hi im doing a project based on radio buttons. i have to save the two group of radio buttons in the database using vb.net codings plz help me its urgent

Member Avatar for Alexpap
0
48
Member Avatar for sweetypie123

Hi i have a listview control on form1. I want to send the selected value to form2. I tried couple of ways but nothing seems to work correctly. Please help.

Member Avatar for sweetypie123
0
95
Member Avatar for DrkNite

we use a terminal emulator called facetwin to run our main unix based applications we want to attach a small document scanner and magnetic strip reader to the system this runs on currently we have a magnetic reader that emulates a keyboard so it sends keystrokes back to the unix …

Member Avatar for jimhutchins
0
134
Member Avatar for needanswer

I want to search the records from the textbox and display the records to the datagridview, if there are no records, just display empty on the datagridview. this is not working: [CODE] Dim sqlsearch As String sqlsearch = "SELECT * FROM setting WHERE mname LIKE '%" & TextBox.Text Dim adapter …

Member Avatar for pritesh2010
0
670
Member Avatar for aalto

There's probably a quick solution to this, but I'm struggling with VB2008 Express. Her's my situation anyway: A simple database has been created in Access, which is just basically a table of text, with some images as entries. A form has been created in VB2008 Express and linked to the …

Member Avatar for Luc001
0
108
Member Avatar for ankurtandon

Hi All I have “Visual Studio 2008 Standard Edition” and “Crystal Reports XI Developer edition”. I have to integrate crystal reports in my application. I am fine developing the reports using the “Crystal Reports IDE” but not sure on how can I integrate those reports into my application. I have …

Member Avatar for Luc001
0
126
Member Avatar for pardeep3dec

Hi i am working on a project for cyber cafe. My problem is that when i am using a form with maximize property who covers all the screen including start menu and status bar but whenever windows key is pressed start menu and status bar showed. so tell me how …

Member Avatar for Luc001
0
309

The End.