Competition Winner Announcement Program
So I've been trying to do a program which asks for 5 competition participants name and 5 score mark as Input. And it should give output by announcing the winner with MsgBox("First Place goes to ...")...
View ArticleDrawing/Placing a "circle" or Image on a button (Like a notification in iOS)
I cant seem to get this figured out... I have a button, that i would like to have a notification of saved items. (not important detail: user saves a "sale" for later... button will show ( 1 ) in upper...
View ArticleVS 2010 Automate serveral URL downloads at once from website document using...
Hello, I am using WebBrowser control in my code for get user input » submit it to web site form and trigger the submit button to get information from database, the website then displays several href...
View ArticleVS 2012 [RESOLVED] Sending GUIDs and a byte array over LAN.
I need to send a couple of GUIDs and a byte array over a LAN. I thought about creating a serializable Class containing the GUIDs and byte array as properties. Then binary serialize it into a tcpclient...
View ArticleNeed 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 2012 Deployment based on .NET
My question or more so a issue. In an environment where one machine runs Windows XP and has access to the internet but is restricted due to a work environment and runs .NET 3.5 Whilst the other runs...
View ArticleVS 2010 Insert data from database into listbox
Hi, Basically can someone give me an example on how to insert data such as name and price from access 2007 into a list box. I ask this because i am building a POS system which will produce a receipt...
View ArticleVS 2010 [SOLVED] form1 show anther form like form2 , 3, 4 inside the first form
hi everyone i want to make that after you selected a RadioButton its will show the form2 , 3 ,4 inside the first form1. [Message] ============= i dont mean form2.show() i mean that i want that form2...
View ArticlePlease explain why these are two 'No No !' commands.
Hi, in recent days, I've been admonished for using two commands: 'My.Application.DoEvents' and 'End'. If they are so bad why are they still available? Ok... I have a project, at the end of which, or if...
View ArticleHow doI - Change EVENT IN textbox
I want to write the code that if you write something particular in TEXTBOX1, then a certain text appears in TEXTBOX2, and i cant understand why its not letting me, what did i do wrong? someone can give...
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