Vertical 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 Deleting space after 5 digits
Hello all, I'm new to this forum but wanted to give this a shot. I have a huge text file (if put into word is 182 pgs) that has a space after 5 digits that I need deleted. An example of the data would...
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 ArticleNeed Help writing to event log.
Hello All, I need help writing to the event log. The problem I ran into is writing to a folder under Applications and Services. Here is the path I want to write to: Code: Event Viewer...
View ArticleVS 2010 Mouse input for input box re: Picture Coordinates
Hi all! I'm having an issue and so I turn to the geniuses for help :) What I'm trying to do: I'm trying to have users be able to click a button, which then allows the user to click the top left corner...
View Article[vb 2012] Input single lines of text from text files
i basicly explained wat i need help with in the title the smaller the code the better :) i would also like each input to have it its string attached to it dim bob as string = line1 dim tools as string...
View ArticleVS 2010 [RESOLVED] CheckedListBox problem
I'm trying to implement a listbox that allows the user to click on a tick box without triggering any code. I'm experimenting with the CheckedListBox but this doesn't distinguish between a click on the...
View ArticleVS 2010 delete lines from a text file
Hi All, I want to delete specific lines after I've written them to the console. The code I am using is below and with the red is marked where I want to delete: Code: Imports System.IO Public Class...
View ArticleVS 2005 [RESOLVED] load an xml file to textboxes
i have a xml file including this table below and i want to load the node <Nom> to textbox and <adresse> to an other textbox etc Code: <?xml version="1.0" encoding="utf-8"...
View ArticleScaling a Pictuebox
Hi. What Iam trying to do is scale a Picturebox so I can use my own mesurements For example if I wanted to draw a square height that starts at -5 in. and ends at +10 in. so anything that i draw inside...
View ArticleVS 2008 [RESOLVED] Checkbox CheckState problem
Hi, I have a problem with some checkboxes. I have a form with two checkboxes and a textbox. When the checkbox 1 is checked, then the checkbox 2 should be unchecked. Also, if the checkbox 2 is...
View Article