20,278 Topics

Member Avatar for
Member Avatar for Steven_C

Hi all, i am new to VB.NET/ASP.NET. I need a sample project for an online banking (login and view transactions). does anyone have a sample project, or anything that is close to it??? even if you have only a sample login form, i will really appreciate. thanks in advance.

Member Avatar for vanjan3.0
1
692
Member Avatar for DanielWuVB

Is there anyone use VB to write the POS software (for intrenet use only, not online) ? I am thinking about to write a POS software for restaurant, any suggestion ? which is better VB, C++, C# or .... Thanks

Member Avatar for DanielWuVB
0
83
Member Avatar for y0yie_333

i want to have 2 listbox. the first listbox is for the Main category and the other one is for the sub category. and by using sql 2005 for the database. help me plz. . . for example my main category for the 1st listbox is ADIDAS CONVERSE NIKE SKETCHERS …

Member Avatar for sundarchum
0
173
Member Avatar for 07-0466

What driver do you need to connect vb.net to MySQL? How do I create a Data source to MySQL? ...am only getting the options for SQL and MS-database! Please help... am designing a reg system for a college! Thanx :-)

Member Avatar for JJCollins
0
443
Member Avatar for DanielWuVB

I added 2 textboxes on the form and runs it...I pressed the enter after I type in simple text.. it will not goto next textbox but tab can do .. why ... no nay code.. strange.... Thanks

Member Avatar for DanielWuVB
0
255
Member Avatar for tokenzyx

Good pm to everyone, pls. help me how to manipulate ultrasonic motor using vb.net. I need code for this thank you:)

0
39
Member Avatar for wikinick

Hi, For a school assignment, I have to make a game of BlackJack using VB2008 Express. I have decided that in the login screen, the user will select his name from a listbox, and then type his password into a text box in order to get to the game screen. …

Member Avatar for Pha
0
112
Member Avatar for Eekhoorn

I made a litle program which querries a database, filtering through it by means of several comboboxes. As you probably can see; I am a bit newbie in programming. But still I got the first form working and this made me rather proud. But here comes the problem. I also …

0
68
Member Avatar for arjen

hello guys can u help me with code. Everytime i run the program and update the data in database. I got the error in this code [CODE]da.Update(ds, "reservationdata")[/CODE] [CODE] Dim dt As DataTable = ds.Tables("reservationdata") If resno.Text = "" Or custname.Text = "" Or custaddress.Text = "" Or TextBox1.Text = …

Member Avatar for arjen
0
245
Member Avatar for PerplexedB

I have found that [CODE]Me.DataBindings.Item(0).BindingMemberInfo.BindingField[/CODE] gives me the name of the field. Can I also find the datacolumncollection in this way?

0
103
Member Avatar for pathomporn

Dear Sir. I do my program with VB.NET and use windows service to run some module with windows OS everything is fine. But I want to know how I can put the Description of my service to the Administrator Service Tools. I try to find anyway but never know in …

0
50
Member Avatar for marniel647

guys anyone helps me how to create a setup in vb.net that comes with a ms access database and the .net framework if it is not existing in the system.. and also a crystal report... and also i want my database go automatically to C:\temp of the system.. pls help …

Member Avatar for Naveed_786
0
148
Member Avatar for McDedz

Hello everyone, is there somebody here can help me in my study? my study is about remote access, can you give me ideas on how it works? what are the requirements needed on how to control a terminal pc in terms of programming it. i am planning to use vb.net …

Member Avatar for PerplexedB
0
93
Member Avatar for aram25

Hello All I'm new to VB and i need help on how to rename text file with textbox contents. I have a textbox and i would like to make it so once a button is clicked the text file is renamed according to the contents in the textbox. I am …

Member Avatar for aram25
0
649
Member Avatar for close_encounter

I've been hitting my head against a wall here trying to figure out what stupd thing I'm doing wrong. I know its right in front of me but can't grasp it and my chapter for multiforms is pathedically short. What I'm trying to accomplish is for the user to select …

Member Avatar for close_encounter
0
107
Member Avatar for PerplexedB

[CODE]Partial Class system.windows.forms.control Overridable Sub ioEnabled(ByVal mode As ModeValues) End Class[/CODE] ... gives me a zillion errors. Is there a proper way to "expand" a system class?

0
83
Member Avatar for missjace

Hi! Can anyone suggest to me the appropriate code for me to be able to generate the info I needed? I'm having a problem in producing a certain number of record in a field for one primary key. I'm doing a profiling system intended for a police department. I have …

0
59
Member Avatar for zarifin99ska

i wanted to do like this. can anyone help? [ATTACH]17495[/ATTACH] [ATTACH]17496[/ATTACH]

Member Avatar for zarifin99ska
0
91
Member Avatar for zarifin99ska

how can i call data from database that newly updated(into row) to be inserted into a labels, here is the screenshot: sorry for my bad english. i hope u can understand. thanks.

Member Avatar for zarifin99ska
0
92
Member Avatar for selle05

can someone help me in creating a program that will simulate the two page replacement algorithms by using a reference pattern or string. The output of the program is to give the number of page faults of the two algorithms. Details of the program: 1. Declare a one dimensional integer …

0
54
Member Avatar for arjen

hello guys, I have a problem with my code first is i have two combobox named facname.text(facility name) and facno.text(facility no.) and when I choose in facility name(facname.text), in the facility no.(facno.text) should display the number of facility in that particular facility name..For Example you 2 facility for bowling and …

Member Avatar for arjen
0
103
Member Avatar for manidollars

I am Getting this error while updating MS Access through an OLEDB connection. I have already checked all the connections which were closed at that particular point. I am getting this error while updating an image in MS access database. Amazingly query runs fine if I omit updating of image.

0
45
Member Avatar for bokr66

Hi, I have a problem with an VB aplication programmed in Visual studio 2005. Recently i was upgraded my computer with windows XP to Windows 7 Ultimate (fresh instalation). After that I made reinstallation Visual studio 2005 and service pack 1 for Vista/win7. My problem now is when I run …

Member Avatar for bokr66
0
370
Member Avatar for styopah

I know similar questions have been answered elsewhere, but they weren't much help to me. I've only been using .NET for about a week so go easy on me! I'm trying to insert data into an MS Access database. Here is my INSERT statement: [CODE] sCmdIns = "INSERT INTO Table1 …

Member Avatar for crapulency
0
87
Member Avatar for srinim84

i have empty datagridview. Now i need to enrty the multiple values in datagridview after that when i click the save button i need to store the all values in sqlserver using c#. Please help

0
85
Member Avatar for valipour

Hi i want to use crystal report in my report i used a parameterfileds with name "bill_num" [code] CrystalReport1 report1 = new CrystalReport1(); report1.Parameter_bill_num.CurrentValues.AddValue("my bill number"); crystalReportViewer1.ReportSource = report1; [/code] but after running program my report asks me to set a value for "Bil_num" and ignores my value("my bill number …

Member Avatar for Naveed_786
0
103
Member Avatar for swathys

hi, Below is my code for DELETE button. What i want is if the user select the transaction from the listview and press the DELETE button it must be able to delete the transaction from listview and text file(temporary log file) which i keep all the transaction record. At the …

Member Avatar for Oxiegen
0
122
Member Avatar for absoluthamm

Hey everyone, I have been searching and searching and cannot find out how to do what I'm looking to do, that is the only reason I would post a new thread. So basically, I am wanting to read a file that looks similar to this: [CODE] DATA START NOTES FILE …

Member Avatar for GeekByChoiCe
0
161
Member Avatar for AntonyLini

Hello All, Open Destination Folder programmatically using Folder Browser Dialog. [U][B][COLOR="Green"]CodeSnippet attached below[/COLOR].[/B][/U] Usually all know about the dialogs available in .net like savefiledialog, openfiledialog, printfiledialog etc; but many of us dont know about folderBrowserdilaog. Me too was unaware of it, and searched a lot to get code to open …

0
310
Member Avatar for vb.babyboy

hello, im a new user to vb.net... but i really really like this vb.net.. and im doing my best to learn it. well, i have a question: im using access as database.. my application needs to access the database, can i use a datagrid in my form to communicate with …

Member Avatar for JJCollins
-2
188

The End.