Need help with labels upon button click
Hi all, I'm trying to figure out how/where to code the ability to concatenate a label based on a button click. The project I'm working on is a calculator. User inputs number1 and number (my variables)...
View ArticleMySQL Connector
We are seeing some real inconsistencies using MS Access over a LAN. I am hoping to use another DB platform like MySQL. I am totally new to using this platform on Windows so here goes another learning...
View ArticleVS 2008 SqlCE- Invalid Column ID _ sysTrackingContext
hello All, I have a project that uses Sqlce database 3.5, this application perform the microsoft ado.net sync framework using wizard, the database created fine at the initial sync and then I deployed...
View ArticleSomething happen !! quick help ...
Can anyone explain for me this code i can`t understand it .... Code: Sub dimSquare() If xUp < 0 Then xUp = 0 If xUp > 600 Then xUp = 600 If yUp < 0 Then yUp = 0...
View ArticleLittle help on Console Application
Hi, I am a new member. And also kind of new to Visual Basics. I needed a little help on Visual basics, console application. I'll be so happy if anyone can help me. Well,The attached picture shows what...
View ArticleVS 2010 TreeView Drag and Drop Node Placement
I have a VB application with two TreeViews. I can Drag and Drop from one treeview to the other. I can prevent a drop on particular nodes. I can allow a node name change. What I need ..... I need the...
View ArticleVS 2008 ContextMenuStrip.SubItems Using Which DataGridView.Row
Ok, I have been trying for weeks. I manage to create so far a ContextMenuStrip with subItems using some DataGridView.rows but since I have to programm which row for display the items. My question is...
View ArticleVB 2010 Counter from reading a file
I am trying to make a loadcounter so that as a form loads an ID number is input into a readonly text box. This would be calculated from the hash address of the last saved record saved on the file plus...
View ArticleOld time Visual Basic 6, now switching to .Net ... need resources
Hi, I have been programming in VB6 for the last several years and am now being forced (Win 7) to switch to VS2010 and VB.Net. Are there some good resources out there to help me with a transition as the...
View ArticleVS 2010 Adding user control to my application
I'm building a windows application , I added user controls but each time when i drug and drop any of them to my main form it show up empty even its full of controls !!! can anyone help please ???
View ArticleVS 2010 Textbox New line
hey i want a code that does: if i pressed the button its going to a new line in the multiline textbox. and then write the message what is in form2.textbox1 i tought IT was event button_clicked...
View ArticleHelp with Windows media player events
Hi everyone, I am currently making a program that will serve as a replacement for powerpoint. My program will need to play, in a specific order, 144 videos. The maximum video length is going to be 8...
View Article[RESOLVED] VS 2012 Express: Add Existing Items to New Project
I found this on a thread at another forum: Quote: I tried this in Visual Basic 2008 Express, and I didn't even need to manually copy any files. I started with Add Existing Item, navigated to the other...
View ArticleVS 2010 Running Attached program in an EXE
Dim Zed As Const = "Split" Copies the file in the path. IO.File.Copy(filePathBox.Text, SFD.FileName) Places the files into the copied program. IO.File.AppendAllText(SFD.FileName, Zed & File &...
View ArticleVS 2010 Regex On Email Message
Hi Guys, Once my application downloads emails i feed the raw message via pop through to a function: Code: Function getMessageInfo(ByVal inputMessage As String) As String Dim regex As New...
View ArticleVS 2010 ContextMenuStrip opening in "wrong" place
I'm guessing this is glaring oversight on my part but I'm a bit stumped. I have a ContextMenuStrip bound to a ListView. I also set the DropDown property of a DropDownButton (called ACTIONS) to be this...
View Article[RESOLVED] VS 2012 Express: Check for Instance of App Before Running
I have just developed another one of those killer apps which is short and sweet but all the folks in the company are clamoring for it. So it's been deployed now company wide. There are several ladies...
View ArticleVS 2010 [RESOLVED] Doesn't recognise Imports System.Speech.Synthesis
I am using VS 2010 Express. When I try to type "Imports System.Speech.Synthesis", intellisense fails when I get to "Sp". I continue typing the full line and I get the error: "Namespace or type...
View ArticleVS 2010 Start new instance unless command line args are present
I can set the project to be a single instance app, and I can get the command line arguments, but if there are no arguments I need a new instance of the application started up. If however there are...
View Article[RESOLVED] Do Until Look - Exiting my program.
Hello Need help with something. I have a program that upon button click will count to 100 by 10s. I have a button, and a listbox for the data to be displayed/output. I have the code set up properly, i...
View Article