Problem with For/Loop, need help
Hello all. I used the code below to get the values from the memory address of a program. It supported multiple instances of the program. However, since the program updated the last time, the values are...
View ArticleBeginner VB - ComboBoxes values to determine Textboxes output
Hi everyone. I'm currently started in learning Visual Basic. At the moment, I'm creating programs just for practice, and I'm currently creating a burger restaurant order program. But I'm really...
View ArticleLocal Database in VB.NET Express 2010 Help
Hello everyone! I have three problems with the local database in VB.NET that I would like some help with. (I'm new to using Local Databases in VB.NET...) The first is about programatically writing to...
View ArticleJSON and .NET
Here are several resources that I found very useful for working with JSON in .NET web service solutions JSON Viewer which works as a stand-alone app and ha a Fiddler add-in. JSON.NET library for...
View ArticleNeed to Watch the Command Line Arguments Being Passed
I have a project which passes two command line arguments to another project. I am trying to setup a watch to see what the values of these arguments exactly are. So in the watch window I enter...
View ArticleQustion about book
I don't know is this the perfet forum to ask this ( not forum on golobal , forum as VB.NET ) , but here is the thing. I really want to learn programming , just the problem is I don't have such a...
View ArticleVS 2010 timerque
i saw this thread for vb6 : http://www.vbforums.com/showthread.p...imerQueueTimer but i need it in vb.net :P can anyone help :)
View Articlevs2010, Button(1) - Button(2500) "Addhandlers" too much for memory, how to...
To explain further, i'm creating lots of buttons and want to be able to have each perform different actions. R = 1 C = 1 For i as Integer = 1 to 2500 Button(R, C) = New Button Button(R, C).Parent = Me...
View ArticleCalculating Time Difference in Hours between Records
I'm finishing up a project for school and am having an issue. The application I've created uses an access database and a VB application. A user clocks in and clocks out with their email address. When...
View ArticleVS 2010 Good evening to all!
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If (Me.MaskedTextBox1.Text.Length = 5) Then Dim strArrays As String() = New String(5)...
View ArticleHow to access methods in a subclass of a class
I have a class file in my project: class DataManager { public class LocalDB { public void CreateDatabase() { } } } Now if I'm in my forms code and I have "DataManager DataManager = new DataManager();"...
View ArticleToo many timer ?
Too many timer can affect the program , im right ? Cuz i added one time to my program, and now another timer is dead, doing only 5% of what its suposed to do and when i deleted him , things came back...
View ArticleVS 2010 Passing Connection Object To All My Custom Objects
I have a general "Best Practices" question... What is the best way to pass the database connection string/object to custom objects? They way I've been doing it is that I have the connection object as a...
View ArticleNeed Help - Willing to pay $
Hello, I need help writing an application that I'm working on, I need someone who atleast has 20,000 posts on this forum site, or someone who has knowledge of ways to connect to the internet using a...
View Articleprojects messed up?
hello i have reinstalled my computer today and backed up my projects and then put back my projects. but now all my projects has this strange thing that the components i used are all placed on that...
View ArticleVS 2010 Threading Question
Hi, I have two classes.. Class1 and class2.. in constructor of class 1 i am creating a thread.. and in that thread i am creating 10 threads.. so if i cancel parent thread, will it automatically cancell...
View Articlemp3 player
Is possible to associate a commandbutton a code to play an mp3 file? Note: my mp3 is in c:\mdir\file.mp3
View ArticleForum Issue - Duplicate Threads
I've read in the other forum issue thread that y'all would like for a new thread to be opened for each individual issue. This one is in regards to the amount of duplicate threads being posted. I tend...
View ArticleSyntax question concerning an if statment
Ok say I have a list of numbers that I want to make sure do not equal each other can I do it like this: If (num1 <> num2 AndAlso num3 AndAlso num4) Then If (num2 <> num3 AndAlso num4) Then...
View Articlecan you block try-catch exception pop up ?
I have an error thats in another post.. but trying to get a band aide for now.. can you run this code.. Code: DebugText = Now.Date.Date & " " & Left(Now.TimeOfDay.ToString, 8) &...
View Article