VS 2012 Looping Help!!!
Hi I have a problem with my code, and it would be great if you can help It is looping, but only recording the result of the final loop in the list box. My code is below, Is there any reason it is not...
View ArticleVS 2012 Progress Bar Load issue
Hey, Guys i need help im trying to make a progress bar that loads second form but also check for a update This is my check for update code Code: Public Sub CheckForUpdates() Dim request As...
View ArticleChanging text in label with timer
Hi all, I am new here and I have one problem. I have to implement code that will change text in label every second with timer. Text values are: "maximum" and "minimum", so text in label should change...
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 Function ?
Below is my code for a function to calculate sales tax involving multiple forms. All I get is 0.00 formatted to currency. Can anyone tell me where I'm going wrong? I was sure I had it. :confused: Code:...
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 Article