VS 2010 A student problem :/
Hi, I am a student and my teacher has given me a task for my christmas vacation. I am working with Visual Basic 2010. Sorry for my bad English, I will try to tell the task clearly. So... lastly we were...
View ArticleVS 2010 Form removing zeros when saving
I have two different forms that use datasets to save data to access database files. Each form saves to different files that are setup the same way, just in different locations. Both forms use textboxes...
View ArticleVS 2012 - Database addnew
Hi guys I have just installed visual studio 2012 and tried to find my answer on google but its useless :( . So im asking you first off all is there any youtube channel or website to learn visual basic...
View ArticleVS 2010 Index was outside the bounds of the array
Hi All, I have the following file, with blank row after every section: Code: Country - Levski;Team oper;A;E1914;BGR.BGN - LV - 19140101; Napravlenie kategoria;Validno ot;Vremevi paket. referencia;obekt...
View ArticleVS 2008 Set programmatically the maximizebox click
Hi, I inserted a datagridview in my application and I set its width like this: dgvNumber.width = 50 When the user clicks the maximizeBox, I want the width of that datagridview to be set automatically...
View ArticleActions per minute
My goal for this is to keep track of the number of times the user presses the following buttons: Left/Right Click Q W E Space Bar The users won't be inputting any of these actions directly to the form...
View Articlexmldocument loading from a resource
I currently use this to load an xml doc from disk: dim si As New XMLDocument si.Load(Application.StartupPath & "\sydata.syt") How do I read this from a resource file instead? Have tried many ways...
View ArticleError message appears when you read a text file
Error message appears when you read a text file to Aldata jerked Message PHP Code: Attempted to read or write protected memory to it. This is often a signal that other memory is corrupt. I can not...
View ArticleVS 2008 How to extract the MIDI instruction and send the data to the usb port?
hello there. im a newbie in visual basic. im using the VB8. this time i need to use visual basic for my project to create a program that can extract the MIDI instruction from the midi file and send the...
View ArticleVertical Label - Vertical Text VB.NET
Hello all, For I have some trouble to find out how to create a vertical label or vertical text in VB.NET myself, I would like to share my solution. WARNING: I know it can be done better - this solution...
View ArticleNeed Help With POS System
So im on my final project. i need to complete this last from(i guess) but i dont have any idea how to do it. what i want to do 1. i want to select item from my access database 2. the price will be...
View ArticleVS 2008 windows 8
Hi, Happy new year and all that, I've just put VS2008 on my laptop running Windows 8 Pro. I'm trying to run a database program which is using Jet 4.0. I'm getting an error when it tries to open the...
View ArticleVS 2008 extract the MIDI instruction and send the data to the usb port
hello there. im a newbie in VB. i need to create a program that can extract the MIDI instruction in the MIDI file and sent them to the USB port. basically, what i know about the MIDI is thy are in...
View ArticleRelative path
Hi all, im working on a DB that wotes to a file and would like to have the text file within the VB.net app. I currenlty write to the file as below...... but would like not to have a hard wired location...
View ArticleNeed Help With POS System
So im on my final project. i need to complete this last from(i guess) but i dont have any idea how to do it. Attachment 94659 what i want to do 1. i want to select item from my access database 2. the...
View ArticleCan't deploy my images and wmv files
I have a simple VB.net project. Works fine in the IDE. I am trying to deploy it onto a server so my helpdesk guys can deploy it to all the workstations. The project has two pictures (used as buttons)...
View ArticleVS 2008 how to pass the values to browser window both user name and password
I have a VB.net application that at the climax of it calls this in a startnewbrowser function Code: Public Function StartNewBrowser(ByVal sURL As Object) As SHDocVw.InternetExplorer Dim...
View ArticleWhat control to use for a defining a in Code-Behind?
I need to define a <DIV> within my code-behind and I'm not sure what control to use as it's definition. Any ideas? Thanks,
View ArticleHelp with executing command from cmd
Hi, I am trying to execute this command from cmd when a button is clicked: Code: wevtutil qe system "/q:*[System [(Level=2)]]" /f:text /c:5 /rd:True The problem is that I can't execute it successfully...
View ArticleVS 2010 [RESOLVED] "Could not find file" - is WebBrowser locking it?
I'm getting a "Could not find file" error when trying to File.Copy an image file which is currently being displayed in a WebBrowser control. The latter is in "design mode" and is being used as a basic...
View Article