20,284 Topics

Member Avatar for
Member Avatar for khentz

Hi, I have a search textbox in my form. I also have, textboxes for computer name, mouse serial number, monitor serial number and phone number. While in my database, they are all reside in one table named tblComputerAsset. I am using Access for my Database. What I want to do …

Member Avatar for Netcode
0
89
Member Avatar for khentz

Hi, I have a search textbox,I would like to know how to list all of the searched items in the list view.

Member Avatar for khentz
0
83
Member Avatar for SimarAsr

Hello, I developed a vb.net application using Ms-Access 2007 as backend. Now can i deploy this application in a machine where Ms-Access 2007 is not installed. Is Ms-Access runtime necessary for running the Apllication in machine not having Ms-Access 2007 installed?

Member Avatar for kvprajapati
0
136
Member Avatar for Ruchi224

Hello.. I am new to vb.net. Need to know how can I retrieve the value from compname field of my table, to the textbox7 in form i made. While the user enters data in the textbox, i need to compare the entered textbox value, if it exists or not, in …

Member Avatar for kvprajapati
0
145
Member Avatar for rbrnkr

I have a test.txt file that contains: 1/15/2011; somedescription ; Joe Blow ; $50 1/18/2011; somedescription ; John Doe ; $30 2/1/2011; somedescription; Joe Blow; $90 I want to be able to pull all rows of data associated with Joe Blow if a users selects Joe Blow from a combobox. …

Member Avatar for Reverend Jim
0
158
Member Avatar for moparman426

alright i have this problem out of my book that i bought used and goin through doin some self excersiesfor practice now this one has me stumped to ends the only thing i have so far is my dim as integer thats it but the problem reads like this: Your …

Member Avatar for Reverend Jim
0
218
Member Avatar for kylelendo

Dear friends I am trying to convert an exe file to another file preferrably a BAT file or MSI file I have converted an file into exe but now i want to convert it into another file [CODE] Private Sub Decode(ByVal strFrom As String, ByVal strTo As String) Dim fileIn …

Member Avatar for kylelendo
0
163
Member Avatar for casey_sunako

Hi guys, I would just like to ask if it is possible to capture and record streaming videos from websites like youtube, dailymotion, etc. using vb.net? Are there certain streaming protocols that should be considered? I hope someone could help me. Thanks.

Member Avatar for Reverend Jim
0
140
Member Avatar for raaif

Im trying to change the title of a mp3 file but it doesnt work ans also error An attempt was made to move the file pointer before the beginning of the file pops up at file seek ive comented it out (ie. '///###@@) in the WriteID3v11() sub heres my code …

Member Avatar for raaif
0
150
Member Avatar for raaif

I have a listbox with data as follows; [ICODE] 78550Item10 78550Item6 78550Item4 78550Item5 78550Item3 78550Item9 78550Item2 78550Item1 78550Item8 78550Item7 [/ICODE] How am I to sort the items in ascending order based on the digits at the end of the string so after sorting it is like; [ICODE] 78550Item1 78550Item2 78550Item3 …

Member Avatar for raaif
0
1K
Member Avatar for IT_Student_604

-- hello there!, here i am again asking for some help... i want to retrieve my data from my ms access database and i it gave me this error.. [COLOR="Green"]"Index was outside the bounds of the array."[/COLOR] ------ can someone help me about this?.. i put my code on my …

Member Avatar for IT_Student_604
0
791
Member Avatar for xxxferraxxx

Hello, as the Title said: How to minimize the form It's borderless and I need to minimize it while clicking on the Icon Exampel: [url]http://img580.imageshack.us/img580/4212/rewrwerwer.png[/url] Thanks in advanced :)

Member Avatar for xxxferraxxx
0
172
Member Avatar for juniorsilver

Hey guys I'ld really appreciate if u can help me with this. I'm building an application that has an access database for storing codes for voters. my problem is that after i update my database with the usual vb codes, i'll have to exit the application before the datagrid view …

Member Avatar for juniorsilver
0
2K
Member Avatar for thetraeller94

I want my to create an explorer like application. What control should i use to show the contents of a directory. I tried listview and listbox. Unfortunately i was unable to add items in a listview using the function getdirectories("D:\") I managed to do so with listbox control. But how …

Member Avatar for thetraeller94
0
240
Member Avatar for luxermax

Hi Guys I have automate ssh to Linux box using vbs script (to log in and execute commands) but i need to make a tool which edit the vbs values and execute it Brief : vbs script : [CODE]set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "plink.exe -v -ssh ubnt@192.168.1.20 -pw ubnt -m …

0
45
Member Avatar for megansims07

I'm attempting to create a program where the login and password will be verified on an SQL database of user information. I keep getting the error "SQL Execution was unhandled" I marked the code that was causing the error in red. I'm using Visual Studio 8. Keep in mind I …

Member Avatar for lolafuertes
0
193
Member Avatar for aadi_capri

hello every1 actually m new to vb.net, i have installed oracle 9i on my system and i dont knw how to connect even a simple form to my sql table in which i have two fields named first_name and last_name, the name of the table in sql is user. can …

Member Avatar for danthevan
0
182
Member Avatar for johmolan

I use VS2008 where I have a program where I have about 20 tabpages with datagridviews and textboxes. But when it comes to printing windowsforms the sollution is just not good enough, and of course pÃ¥ programming skills is not good enough either. I want to print out the data …

Member Avatar for Teme64
0
96
Member Avatar for debuggger

Hey - I'm looking for something similar to using vectors and pointers that I've used before in C++; unfortunately, it doesn't seem like there's an equivalent function in VB.net. What I have is a copy of the array behind a multi-line Rich Text Box, and I need to separate the …

Member Avatar for Reverend Jim
0
184
Member Avatar for danthevan

Hello, this is my first thread in DaniWeb.. I'm still a VB.net beginner and I like programming so much. I had a problem when I was making Tic Tac Toe code, it was just for practicing so I have created a form and added 9 buttons and named them btn1, …

Member Avatar for Unhnd_Exception
0
151
Member Avatar for Ezzaral

Many of the software development forums have a sticky thread featured at the top for recommended resources on getting started with or improving one's knowledge of that language. VB.NET currently has no such resource listing. I personally do not work with VB.NET, but if those who do would like to …

0
102
Member Avatar for saba kausar

helloooo please help me!!!!!!!!!i have project which is in vb6 but my teacher wants my project in vb.net please tell me what should i do and it is an 200 marks project please help me

Member Avatar for saba kausar
0
254
Member Avatar for aadi_capri

hello every1 i would appreciate if any1 cud help me with setting an image to label what i want is a label with no text jst an image display on the label... thanks in advance!

Member Avatar for aadi_capri
0
110
Member Avatar for manutd4life

Hello every1, i create a mdiparent form and a form1, all i wanted to do is to close the mdichild form(form1) with a close in the menustrip. Sorry i cant explain this clearly When i want to close the opened childform with menustrip (i create a button close in the …

Member Avatar for skyusb
0
482
Member Avatar for ktab

How may I filter a bindingsource between 2 numbers? Obviously "column_name BETWEEN Num1 AND Num2" does not work, since between is nor supported. Any ideas?

Member Avatar for ktab
0
2K
Member Avatar for shena

Hi, I wrote a vb script in text file to send an automated email as a reminder to 36 recipients. I'm loading recipients from access database. I can send out email when i tried with test db, whereby there's only one recipient for each category (TO, CC, BCC). However, i …

Member Avatar for lolafuertes
0
453
Member Avatar for breaker14

This is my vbscript to read the text file .. I want to know how to split some of the chinese characters. In my code it prompts the Text Line by Line with chinese characters my problem is how to split the chinese characters and the open and close pharenthesis …

Member Avatar for lolafuertes
0
505
Member Avatar for Ruchi224

Hello..I am developing a windows application in vb.net and getting an error of system.nullreference exception. I am trying to insert data in the database, insertion occurs in the first go. But, when i stop the porgram and re-run, i get the exception. Can anybody please help me with this ? …

Member Avatar for Ruchi224
0
304
Member Avatar for Cifale

Hi all, I am working on a Chart showing the activity per customer for the last 12 months + the current month (I work in a technical support team). Basically, my SQL query is providing me with the right result most of the time. It looks like this: Sep 10 …

Member Avatar for lolafuertes
0
121
Member Avatar for aadi_capri

hello every1, i am new to vb.net and was wondering how can i trigger a label_click event on the press of a key. thanx in advance!

Member Avatar for aadi_capri
0
192

The End.