20,284 Topics

Member Avatar for
Member Avatar for johaynser
1
79
Member Avatar for rahuldravid

Hi This is Rahul, i am a new commer.... any one solve my problem..... i have designed a form (LPO)in which it contains two panels. in that first one i put one combo box ie item code,which is alrady in the vendor master form. here in my lpo i chose …

Member Avatar for manoshailu
0
99
Member Avatar for jgarner

I am attempting to move from VB 6 to Vb Net using Oracle as the database. I cannot figure out the proper connection and/or access methods needed to retrieve the rows of data from the Oracle tables. I have attached a wordpad text document showing the VB 6 code that …

Member Avatar for manoshailu
0
73
Member Avatar for saravanarajan

Hi Everyone, I have a datagrid, columns name location code,account code,account name(read only), if i give the account no to check the acc. no in database and also automatically give the account name in another cell(i.e. account name cell)

Member Avatar for saravanarajan
0
76
Member Avatar for Rockstar4cs

I'm working on a coffee shop project for my teacher that has 3 different forms and a module I thought I was done when she told me to. Declare an "AddToOrder" sub procedure to keep a running subtotal of regular and/or decaf coffee ordered. I then started to decipher what …

Member Avatar for scottjo
0
105
Member Avatar for mistletoe667

I am trying to write a code that displays the contents of an array called rates in the ratesLabel using a For...Next statement. I think I have some of the work done. This is what I have: I have the click options for my display and exit buttons, the numbers …

Member Avatar for manal
0
77
Member Avatar for Chris147

Hi All, Does anyone know why I'm getting a 'Null Reference' error when I try to use a FolderBrowser? I have the following code (called from a Toolstrip Menu Item): <code> Dim fldBrowser As FolderBrowserDialog = New FolderBrowserDialog fldBrowser.RootFolder = Environment.SpecialFolder.DesktopDirectory fldBrowser.Description = "Which Folder do you want to use …

Member Avatar for Chris147
0
118
Member Avatar for domino.vbcoder

Hi all, im having issues with event's and methods. I have 2 forms, for example form1 and form 2. on form 1 i have a label and on form 2 i have a check box. what im trying to achieve is when the check box is checked in form 2, …

Member Avatar for manal
0
76
Member Avatar for ◄Medusa►

Wondering if any of you can help me with this, I've been struggling with it for weeks and I've tried every relative example I could find for it. Basically my program loads an image into a picture box, and now I need it to scan the picture and return the …

Member Avatar for peteratoce
0
250
Member Avatar for johaynser

How can I install VB.net 2008 after downloading from MSDN site . the size of the file is 3.05G and it is Image file. what is the way to do it.

Member Avatar for jbennet
0
98
Member Avatar for Cecilia_notes

What I want to do is: click on button1 in form1---> loads form2 ---->set focus to a textbox1 in form2 and show IBeam Cursor there. I tried textbox1.Focus() in Load, but it only do it for the first time I click button1, when I click button1 again, it loads form2, …

Member Avatar for Cecilia_notes
0
118
Member Avatar for rmk108

Hi, Does any body worked on sending and recieving fax from vb.net app. I got some thing called GFI fax maker. but i don't know to implement that in my .net app. Any body who has worked on FAX related stuff pls guide me. Any help highly appreciated. Thanks Kiran.

0
60
Member Avatar for rmk108

Hi, Can i print a page or form from my web application? I am using vb.net 2003. If so pls send me the related info. If not pls tell me what are the work arounds. i heard that we can do printing in windows app. can i be able to …

0
59
Member Avatar for Cecilia_notes

I need to replace the selected item in ListBox with the the input text in a TextBox, listbox1.SelectedItem = textbox1.Text doesn't do that. Do I have to remove the selected one and insert the new one? Thanks.

Member Avatar for Cecilia_notes
0
72
Member Avatar for gunner22
Member Avatar for domino.vbcoder

Hi all i was wondering wheather anyone knows about the context menu autoclose feature because it doesnt seem to work for me. I have a context menu associated with a control and i have auto close set to false but now my context menu wont show i have tried all …

0
59
Member Avatar for vekeneswari

I'm very new in vb.net. Please help to do :- 1) create login form, which validdate the username and password. 2) Import and export txt file to the sql server. thanks

Member Avatar for binoj_daniel
0
73
Member Avatar for popson

I haved developed a software in Visual Basic 6.0 and i want to convert it to VB.Net without re-writing the code, pls help me out

Member Avatar for binoj_daniel
0
249
Member Avatar for Mr.Wobbles

I am currently using a database within my program and I have no problem backing it up or restoring it when i am simply debugging. However if it is published and downloaded it cannot find the path that it needs to get to the database to copy it. My code …

Member Avatar for Triss
0
339
Member Avatar for Webbsta

hi, im developing an application that uses mswinsock and the two .DLLs it needs to run, because im using an installer program, it keeps the two DLLs in the same place as the program but when i start the program from the desktop shortcut, it tries to find the two …

Member Avatar for Chris147
0
99
Member Avatar for Chris147

Hi All. Does any one know how to add extra files (in my case .png's) to a VB 2005 installation? This used to be really simple in VB6, you just browsed for the extra stuff you wanted and that was that - not so with 2005. I have found the …

Member Avatar for Chris147
0
151
Member Avatar for hygeena

Hi, My datagrid is containig employee details with fields EmpID,Name nd Dept...I want to get EmpID,name,dept to corresponding text boxes when I m selecting the field(EmpId) from the datagrid.Hope u ll help me.. Regards Hygee

Member Avatar for Triss
0
83
Member Avatar for iamthwee

Ok, I'm using Microsoft excel version 2002. And VB 2005 express. I have imported the com library. Project > Add reference > com tab > microsoft 10.0 object library. Now how would I go about reading data from the spreadsheet? Surely there must be something easier than using oledb? [url]http://www.codeproject.com/useritems/Work_with_Excel__VBNET_.asp[/url] …

Member Avatar for Triss
0
88
Member Avatar for Alv45525

hello guys, i really need help....i have a transaction table in ms access N i want to retrieve last 10 transaction from the table from my vb form...how am i suppose to do it???i used the folloing code but it is displaying all transactions of a specific account number. N …

Member Avatar for Alv45525
0
128
Member Avatar for Steven_C

hi all, i am trying to find record in datagrid using a textbox (and/or a button) but it is not working. here is the code DataSet.Tables(0).Rows.Find(txtName) nothing happens when I type in textbox or when I press the Search button. can u tell me what wrong with it?

Member Avatar for Steven_C
0
73
Member Avatar for Alv45525

i am new to VB.Net. I have an assignment to submit next week that is on the 5 november 2007, and am having some problem in creating my program. Can you please help? i want to limit my MDI to open only one specific form at a time. like for …

Member Avatar for Alv45525
0
249
Member Avatar for StatiX

I have created an image column in my datagridview and want to populate the grid based on the result of a database query. I'm able to pull the data from the database and populate the fields fine, but the image column where I want to display the image shows a …

0
69
Member Avatar for shuey79

I have a Generic List that I populated in one class, I want to return this List to the main form. Is this possible? In other words I want to pass a Generic List from one class to another, how would I do this?

Member Avatar for iamthwee
0
62
Member Avatar for aniln

Plz Check the Link for More Detail. [url]http://www.itmatchonline.com/public/95981623.php[/url] Regards, Anil Nair

0
56
Member Avatar for Chris147

Hi All. I've got a small App (VB.Net) that adds Files and Folders to a List and then uses a Do.. ..While Loop to copy each item in the list to a new Directory (not unlike a backup program). I thought it would be good to add a ProgressBar to …

Member Avatar for Triss
0
87

The End.