VS 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 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[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[RESOLVED] Sum of items in listbox
Hello, I have a program that I've created a Do While loop counting to 100 in 5s. I get the results perfectly, but now I am trying to add the sum of all the numbers in the box and display in a label. I...
View ArticleRetirement Calculator
Program: A Human Resources department wants a report that shows its employees the benefits of saving for retirement. Produce a report that shows 12 predicted retirement account values for each...
View ArticleJewel Master Prototype
Can't remember if I shared this yet or not but here is my finsihed prototype of Jewel Master a game prototype Im selling. Video: http://youtu.be/ByoThUAERRk
View ArticleBest way to read and use all this data
Hey, I have a fairly large xml file that is formatted like so: Code: WireData> - <Signal_Name Name="1L1"> <From_Device>asd:4</From_Device>...
View ArticleIf statment missing
Hello, here is my problem, code I write is working, so purpose of code is to save value in textboxes if TB1 is something inside and if Count (it is define as Timer, so with clicking it rise up + 1,...
View ArticleSyntax Highlighting
Hi, I want to use Syntax Highlighting in a Rich Text Box (or any text box for that matter). I got it working with my own code using Selection and SelectionColor. However this seems like it's not that...
View ArticleChanging Color of Simple Bitmaps
If I load a bitmap let's say it has only two colors, white pixels on black pixels. Code: Dim myBitmap As Bitmap myBitmap = Bitmap.FromFile("file.bmp") Attachment 99151 Could I change the foreground...
View Article