Someone have simple solution?
Ok, maybe it will sound wierd to ask this since I wrote the code down, but, I don't understand how it work. I am coding a testing application (for learning only) and the application ask several...
View Articlevb 2010 reading and recording data project. PLease help!
hi, All I am working on a school project out the book visual basic 2010 fifth edition by tony gladdis. I am in chapter 9 pg592 programming challenge number 2. I am suspose to create a program that...
View ArticleDisplay Info from Database to Label
Hello Everyone. I need help with something that is probably fairly simple. I need a program to display all information from a certain record to a label. Here's how it will work. The user will enter a...
View ArticleArray.Sort Help
I'm using Windows 7 and Visual Studio 2010, programming in vb.net here is the code and the screen results are below Code: Dim hands(7) As String     For t = 0 To 0       card =...
View ArticleVS 2010 SendMessage help to an external program
Hi guys, I am not sure how this works yet but I am using spy++ (see pic) but it looks like the text box I am trying to send text to does not have a class name or description will this be a problem? If...
View ArticleVS 2010 Reading A Text File Line By Line
Program: VB.NET 2010 Express. Hello. I have this function. Quote: Public Function OpenKey() As Boolean Dim s2 As String = "www.xx.com/config.txt Dim webRequest__1 As Net.WebRequest =...
View ArticleSlot Machine Game Code
Hello all! I need help coding a mini game for my computer science class. I'm not sure where to start, and the whole game confuses me, so I thought I'd come here for help. I have to create an...
View ArticleCheckBoxRenderer and ownerdrawn ListView
Hi, I need to customize a Listview, so I'm drawing all the items myself. Each item contains an image with a height of 50 pixels. I also need to add a CheckBox to each item. Because the Listview is...
View ArticleVB.NET DateTimePicker
Can anyone help me with a problem I'm having with datetimepickers on my project? I have two on my form, they are used to calculate the amount of days for a car rental application. I have them coded and...
View ArticleVS 2010 Dictionary case sensitive
Hopefully this will be the last question that I have on this project...... I have a dictionary with data similar to "Jim|whatever" and am trying to do a search. I can use Code: Private Sub...
View ArticleVS 2010 DirectCast used to work and now it doesn't
I have 10 textboxes called TextBox1 to 10 and I need to refer to them by their number. I used the code below and it worked fine. When I closed VS and reopened it later, I changed the filename of the...
View ArticleVS 2010 Assignment Help Urgent! Child forms menu strip showing in parent...
Hi all. Class assignment is to create a MDI Project, a simple text editor. I've created both the parent and child forms. Both with their own menu strips. Parent: File/Add Windo, Display, Window/Tile...
View ArticleHow to create textbox/button combos to edit parts of certain lines in .text...
Hi, I'm trying to build a simple level/mission editor for a PC game i have using VB 10.0. I'm pretty much a beginner with VB although i've done some basic database design and development with VBA about...
View Articleget values from .bat file and create a .dat file
i am working on a project where i have to open a .bat file and get its values and convert it then create a .dat file. i would like to know if this can be done using vb.net. i am using vs2008 for this...
View Articlecustom user component, test container strange behavior
I use VS .NET 2010, ultimate edition. I think I'm going crazy :) Working to my component I suddenly change to work independently (without test form project) in instance, I create a windows control...
View ArticleValues across forms
I'm trying to take a value for number of days across forms for a calculation. I have to calculate an insurance rate on a cost per day basis. I will have the value for days in a textbox on a previous...
View ArticleVS 2010 Not sure why I'm getting this warning?
Having issues generation my barcode, have a warning "Variable 'str' is used before it has been assigned a value. A null reference exception could result at runtime" Public Class Form1 Private Sub...
View ArticleVS 2010 Did .ToString stop being required?
Did VS prior to VS 2010 require .ToString and all of a sudden it's "widening"? I can't get my project to balk at me forgetting .ToString - but I seem to have all the Strict's and Explicit's turned on?...
View ArticleHow to calculate sum of all the total text box to Grand Total Text Box in VB...
i want to calculate the sum of total text boxes and the resultant value should appear in total text box what is the code for that please provide the code in visual basic 2010 format. my text box names...
View ArticleHow to print a group box using crystal report in VB 2010
i attached an image that is group box how i can print that group box using crystal report .please kindly help me. thanks to all in advance or reply any tutorials regarding crystal printing Attached...
View Article