VS 2010 Do not use GOTO
Hello, I have some code in VBA that I am converting to VB 2010. The code has several GOTO statements, which this forum tells me are now bad practice. Below is a flow chart of part of the code. I think...
View ArticleHELP:reading and convert this code
last week, i found this code from game database 0x551d00561e0001c80002c80003c8 55 = weapon enchanted level 551d = weapon+29 and 00 after 1d i guess its = (space) that red number = (space) 56 = armor...
View ArticleDatagridview With Dropdownmenu (as Combobox Column)
I am new to VB.Net development issues. I want to build a datagrid/datagridview with dropdownmenu (as Combobox Column) in which user enter values to be searched in db/dataset/datatable. After the user...
View ArticleVS 2012 Syntax for adding object attributes
Which of the following code statements is the better to use: Code: For Each ZipArchiveEntryObject As ZipArchiveEntry In ListOfPackageContents PackageItemForList = New PackageItem...
View ArticleVS 2012 How To Get This Look On Visual Basic?
So I saw This program with square and colored buttons pic link -http://prntscr.com/1o2rkp < main qeastion > so i was wondering how could i get those look on my project?.. < /main qeastion >...
View ArticleVS 2012 How To Get This Look On Visual Basic?
So I saw This program with square and colored buttons pic link -http://prntscr.com/1o2rkp < main qeastion > so i was wondering how could i get those look on my project?.. < /main qeastion >...
View ArticleVS 2012 How To Get This Look On Visual Basic?
So I saw This program with square and colored buttons pic link -http://prntscr.com/1o2rkp main qeastion : so i was wondering how could i get those look on my project?.. :confused: i have tried krypton...
View ArticleVS 2012 How To Get This Look On Visual Basic?
So I saw This program with square and colored buttons pic link -http://prntscr.com/1o2rkp main qeastion : so i was wondering how could i get those look on my project?.. :confused: i have tried krypton...
View ArticleDetermine if system x86 or x64 when searching for specified executable in...
I need the application to be able to determine whether the system it is being used on is x86 or x64 so it can be pointed in the correct program files directory depending on the architecture of the...
View ArticleVS 2012 Is there a way to tell where an event was raised from?
I've got an event that's firing more times than I thought it should fire. Is there any way to tell where an event was raised from? The event is DataContextChanged for a ComboBox. All I need is basic...
View Article[VB2010] - having string problems
i'm trying open a process with arguments, but i belive that i have some errrors:( Code: Dim strCompilerName As String Dim strCPPFonteName As String Dim strEXEFileName As String...
View ArticleCalculate items in a ListBox to Equal Target Value
Hey Guys, So i have a form with 1 Text Box and 2 ListBox's TextBox1 equals 300 (TargetValue) The ListBox1 contains the following numbers; 100 150 250 7 12 9 200 5 50 I'm looking for a way of looking at...
View Article[Relolved] Takes too long for TableManager to Update in vb 2010 Express
Using VB 2010 Express, Windows Forms, and a SQL Server 2008 database My Prospect Table has many columns. When I click the Finished button with the code below, it takes 6 seconds for the "UpdateAll" to...
View ArticleVS 2010 CheckBox state and my settings
Hello, Was wondering if anyone can help me please was wondering how do i go about saving the state of my checkbox if its true or false and then load that when the application runs again?
View ArticleLooping thru controls on a form?
I was wondering if there is a way to loop thru all the controls on a form that will include all controls within container controls within the form. In other words, I handle such code like this: Code:...
View ArticleHelp with making a false Boolean
Hello everyone! I've just started learning VB and have been trying to figure this out all day now. I need to construct a simple program that multiplies numbers, which I know how to do just fine, but I...
View Article[RESOLVED] Extracting JSON data
Hey guys, it's been a few years since I've touched VB.net, and I'm needing a bit of help with a project that I'm working on for a family member. I'm writing a program to manage and maintain an auto...
View ArticleFrequency Counter
I have a little project I am building that needs accurate frequency counting from a microphone. I googled for hours and all I can find is that it's not possible. I have an app used for guitar tuning...
View ArticleVS 2012 Accessing extended event/application and service logs from VB.NET 2012
In the new versions of server 2008+ MS have added an "Application and Services" folder to Event Viewer, I dont seem to be able to programaticaly access any logs in here, My Code: Code: Dim strValue...
View ArticleVS 2012 [RESOLVED] Date Time conversion error
I am converting my program from Access to SQL. I am getting an error in the following code. It has to do with the DateTime conversion. I placed the message below the code. The table structure is as...
View Article