20,285 Topics

Member Avatar for
Member Avatar for Ashveen96

I get no errors but when the program is debugged the code doesn't work, nothing happens. Can someone please tell me what I should do? Thank You! Private m_PanStartPoint As New Point Private Sub frmBirthdayCake_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Panel2.AutoScroll = True 'Picture Box Settings …

Member Avatar for Begginnerdev
0
2K
Member Avatar for johmolan

I where to create a report from a mdf database-file. I have named the columns 1 - 70 for the simplicity when reusing the same code in several methods. But when I am to create the report is says that the column name is not cls compliant? How do I …

Member Avatar for Atove
-1
112
Member Avatar for Waldis_1

Hi. I want to select the max value in a column (I want to increment the numbers using code instead of autonumber) I have tried some samples from the internet but it has been useless. Does anyone of you have a working code to share with me? Thanks in advanced.

Member Avatar for Santanu.Das
0
11K
Member Avatar for MatthewVb

hey guys, im trying to create a dice cricket game where u use 2 buttons, one for each innings and then use a random number generator for the number 1-6. i understand all that code but im not to sure how to write code to collect and sum numbers 1, …

Member Avatar for necrovore
0
196
Member Avatar for Mz.AvIuM

good day everyone, we're creating a software for our thesis, and im just a beginner and i dont know what to do with my printing with this fill up form.. thanks for those who want to help :) im using vb.net 2008

Member Avatar for Santanu.Das
1
196
Member Avatar for ddanbe

Well, start a new forms application from VS. In design mode, drop a DataGridView and a Button on the form and fill in the code. The button clickhandler will add an extra totals row to the datagrid. Here it will keep adding and totaling, which is of course meaningless, but …

Member Avatar for ddanbe
0
2K
Member Avatar for Swati_5

Hi, I trying to pass the selected file contents to another form gridview, In the first form1 all the csv files will get load in the datagridview,if i click on checkbox column in gridview the selected file content get load into the next form grid view. As i am new …

Member Avatar for Mr.M
0
173
Member Avatar for MatthewVb

hey guys quick one, im doing an income vs expenses form on VB, i have two mulitline textboxes, one for income and one for expenses. Everything works well but i dont know how to add up the numbers in the textboxes when i have say 5 incomes, in the income …

Member Avatar for MatthewVb
0
294
Member Avatar for Dudestreet

Hi Team, So I am working on this project where I have 5 comboboxes that loads data from an .accdb file and Displays the result as per selection in a Text Box. I need to add Timers(as many as Required) to capture the Text-Box Data **"10 seconds After"** the fifth …

Member Avatar for Reverend Jim
0
222
Member Avatar for Waldis_1

I am adding data to a table in MS Access (2010 Version) from VB 2010 (using INSERT INTO statement) but when I exit the database and enter again the records are lost. Is there any known condition that causes that loss?. Thans in advance.

Member Avatar for Santanu.Das
0
369
Member Avatar for Waldis_1

When one is out of practice easy becomes difficult. In this function I want to count the records with icliente status "pendiente" as criteria so we know if customer has a pending loan, but the function returns 0. What's wrong in the function? Public Function prestamospendientes() MsgBox(Me.txtid.Text) Me.Refresh() Dim prestamopendiente …

Member Avatar for Waldis_1
0
134
Member Avatar for Hassan_9

hello, please i need some help.I have a vb.net form and a menu strip that contain (choose language).Now,on click of the language the program change the texts of the form but i need a function or something to restore the content of my form .Please any help?????

Member Avatar for Santanu.Das
0
85
Member Avatar for Hassan_9

exception has been thrown by the target of an invocation please i need some help

Member Avatar for Hassan_9
0
401
Member Avatar for jjones0150

Create a Visual Basic application that meets the following requirements: No buttons can be used. All actions must be handled by menu commands. (Note: This is intended only to provide experience with the use of menus. Do NOT do this in the real world.) You will create separate functions to …

Member Avatar for ddanbe
-3
179
Member Avatar for J.C. SolvoTerra

NOTE: The games GUI is not fully implemented, so changing it's image and difficulty is done manually in the Button.Click Event NOTE: Whether you download the VS2013 source file or copy and paste the code, you need to download, and extract the two image files to the project's "Bin\Debug" directory. …

Member Avatar for J.C. SolvoTerra
1
323
Member Avatar for paulablanca

Can someone tell me / post some codes here on how could I validate my datagridview? I mean, a certain column on my datagridview should accept integers only, otherwise, it will return a messagebox. Kindly include on which event it should be posted. Thank you very much. God Bless. :D

Member Avatar for valeriduss
0
6K
Member Avatar for themaj

A question for VB.NET - Access DB folks here, although some might consider a strictly DB question. Is there an order of operation when a SQL query 'does its' thing' relating to the 'WHERE" clause with multiple parameters? In other words, could you rearrange the elements [filters] of the WHERE …

Member Avatar for pritaeas
0
237
Member Avatar for digitalsindh

Hello All we want to print datagrid view's 20 records per page, but it seems LIMIT Command is not working and shows error plz can any one help or suggests alternet. this is our coding. ANPSql = "Select * from Table1 limit 0,20" MsgBox(ANPSql) Pth = My.Application.Info.DirectoryPath ANPConn.ConnectionString = "Provider=Microsoft.ace.oledb.12.0; …

Member Avatar for Santanu.Das
0
527
Member Avatar for johmolan

I have created a windiws forms program in visual studio. I am using a local mdf database file. I have also imported the same database inte my sql server. I hav altered the connectionstring in my.settings, But when I try to connect to the sql database the debugging just shuts …

Member Avatar for Oxiegen
0
187
Member Avatar for J.C. SolvoTerra

>Take Heed There are lots of things to be aware of with the Windows Registry. In most cases the best thing to be aware of is that ideally you should avoid playing with it at all costs. Alas, we are what we are and we do what we do. My …

0
1K
Member Avatar for ssertoglu

Hello everyone, I have a problem as every newbie :) I'm using vvb express 2013 and opening my windows with below code (credit goes to the owner, thanks to him btw) to prevent the form from opening twice: If Me.yenifaturaekle Is Nothing OrElse _ Me.yenifaturaekle.IsDisposed Then Me.yenifaturaekle = New Yeni_Alış_Faturası …

Member Avatar for Santanu.Das
0
223
Member Avatar for Ashveen96

Hey! I'm trying to connect my backend (Ms Access) to the front end (VB.NET 2010). I'm trying to retrieve data and I get these errors. I have two problems: 1. For i = 0 To dt.Rows.Count - 1 when typed the above code in the load form I get the …

Member Avatar for Ashveen96
0
344
Member Avatar for Deep Modi

Hello Everyone, I am creating the maze game in vb.net I found the way of creating the maze game is easy way. But now I want this to access the auto updates. - Fine I can do this. Now the ## problem is: ## How can I set the levels? …

Member Avatar for J.C. SolvoTerra
0
1K
Member Avatar for danny.entico

Hi, i made this app which loops a sequence of numbers from 2 textbox and displays it into a datagrid view, what i am looking for is a code that would pass each row of numbers into defferent pages in the report. Example a sequence numbers are from 0001 to …

Member Avatar for Oxiegen
0
155
Member Avatar for Santanu.Das

There are no Ribbon object in toolBox but I desire to add a ribbon instead of MenuBar or ToolBar like Office. I search everywhere in vb.NET2010. How do I add it in my project. I have no idea.

Member Avatar for oussama_1
0
164
Member Avatar for singhSP

1. Form created in VB2008 3 Textbox [Name(string), Company(string), Contact(number)] 3 Buttons [New Record, Update Record, Delete Record] 2. Database created in MS Access 2003 File Name: Contact.mbd Fields: ID [Primary key] Name [Text] Company [Text] Contact [Number] How to Create Connection? How to get data on form load from …

Member Avatar for Santanu.Das
0
10K
Member Avatar for Deep Modi

I am creating the program, But I am tired with the regular form look. I want some theme that can change the look of my program. Last I Used the Influence Theme. (Thats great) But want some new theme. (Credit will given as mentioned in the program.) ...FREE THEME... From …

Member Avatar for Deep Modi
0
1K
Member Avatar for Deep Modi

Hey Everyone, I forgot this simple code and messup. I am having almost 23 Files in my resources. (extension: .Targa Files) now When the User Click Extract Files, I need this files to be extracted to "fbd.selectedpath\MyFiles\" (fbd: folderbrowserdialog) The Another Thing is Each files are big, So obviously it …

Member Avatar for Deep Modi
0
355
Member Avatar for Papa_Don

Hello group! I've created a short program to open an application at a specific time. It's working but is attempting to open the application multiple times. What should I be doing to control the number of times it is opening? It only needs to open one time. Here's my code: …

Member Avatar for Papa_Don
0
364
Member Avatar for Mr.M

Hi Dw community I don't know whether it me or, but there is something a bit wrong that keep on happening so I think we should remember that we were all a students once and if we didn't work harder and put much effort in practicing code we wouldn't know …

Member Avatar for deceptikon
2
278

The End.