Quantcast
Channel: Very simple help needed
Browsing latest articles
Browse All 15 View Live

Very simple help needed

ive never used it but from your description looks like it has worked and is on the project itself. it may well not be a UI Control as such but rather an object. Have you read the docs, if any, on how...

View Article



Very simple help needed

 ahmedilyas wrote:you may wish to look at this:http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=903&SiteID=1http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=747347&SiteID=1there...

View Article

Very simple help needed

you may wish to look at this:http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=903&SiteID=1http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=747347&SiteID=1there have been some...

View Article

Very simple help needed

Ok I am coding a button, when you click it it prints a form.Heres some code: cmdCal.Visible = FalsecmdPrint.Visible  = FalsecmdClear.Visible = FalsecmdExit.Visible = FalsePrintForm PrintForm doesn't...

View Article

Very simple help needed

 ahmedilyas wrote:sure. well to me, you are trying to use a button called cmdCalc but there is no button called that. Make sure that the name of the button is correct. Or rename an existing button on...

View Article


Very simple help needed

sure. well to me, you are trying to use a button called cmdCalc but there is no button called that. Make sure that the name of the button is correct. Or rename an existing button on the form or add a...

View Article

Very simple help needed

Ok I have a new question. Link This is a screenshot to a project I'm working on.  Don't worry it's a fictional thing, I am just using it to try to brush up on visual basic, as I haven't used VB in...

View Article

Very simple help needed

well regardless of the control you use, in order to display output, you would require a label or perhaps manually paint/draw on that control. There is no "Frame" control that you can use "off the...

View Article


Very simple help needed

Say you were making a calculation program to add two numbers, so you'd have two text boxess to put the two numbers you want added in, you put in 15 + 15 and you click a button and the computer adds...

View Article


Very simple help needed

well you can use any control you like, still trying to grasp by what "frame" control you are referring to. To display some textual output, regardless of what "frame" control you use, you need to place...

View Article

Very simple help needed

Right now I just want to be able to have a button that when clicked it will put a number in the "frame" a number of my choosing say the number 15. When I click the button it puts the number 15 in the...

View Article

Very simple help needed

to generate a random number:Dim randGen as new Random()Dim theNumberChosen as Integer = randGen.Next(min, max) this will generate a random number for you between min and max. Now this will give you the...

View Article

Very simple help needed

Well, what I'm trying to do is make a very simple game of blackjack and decided I needed to be able to make a button and when you click on it it assigns a number value to the frame control i need.  I...

View Article


Very simple help needed

there is no such frame control but perhaps you are referring to a panel? Maybe a split container? Are you able to explain a bit more in what you are trying to achieve? In regards to the whole assign a...

View Article

Very simple help needed

I apologize for asking this but I couldn't find any help. I wanna put a button on my form that will assign a number to a frame,  it needs to be uneditable by the user but editable by the computer.  I...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images