VS 2008 How to use DoubleBuffered?
Hi ! I got a form withdark background, and when i start the form or hide it and show again, all labels are transparent for few milliseconds and it looks like piece of ...., someone told me here to use...
View ArticleVS 2008 How to use this function ? (reading memory)
Hi ! I found a class to read/write memore from some processes. I want to read money value from some game, and print it in Label1, but i have no idea how to use readalong function :( readalong code:...
View Article[RESOLVED] Help reading a default value from a registry key in CLSID - or...
So I can pretty much read any information I need from the registry that I need but this last bit. Let me explain what I'm doing and then perhaps someone can tell me why this specific code isnt reading...
View Articlevb.net WebBrowser control - click on link (it shows an error)
Hi I have used this code in vb.net to logoin to a webpage It works fine Code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click...
View ArticleVS 2010 [RESOLVED] Is there such thing as generic events for controls?
Hiya, I've got a form with 50 text controls. The common thing within these controls are their label which are incremented as such: txtOutcome01, txtOutcome02, etc... I want to be able to double click...
View Articlelistbox or array with two columns
i have a list box that i add file names into. the user clicks a browse button to open the file dialog and selects their files and adds them to the list box. Code:...
View ArticleVS 2010 Help with Visual Basic and Excel
So I am trying to make a program in Visual Basic 2010 with a form so that every time the form is entered it will add another row of data to an excel spreadsheet. With the code I am currently using, a...
View ArticleVS 2010 Set Attribute using Tab Index?
Hello Guys, I'm writing some automation and have run into the issue where I'm unable to SetAttribute due to the Element ID being encryped on each page reload. However, I do have access to the Tab...
View ArticleVB.NET application program Deployment
I'm preparing deployment of my VB.NET application program. This application is using some 3rd party .NET dlls. I've learned two ways of deployment. 1. Copy dlls to the application folder. 2. Use GAC...
View ArticleVS 2005 I know this probably isn't possible but I thought i'd ask anyways
is there any way to make a richtextbox link to a program function/sub? the idea has hit me of maybe some external .vb script maybe, but i'm not even sure if it would do that (execute local file) hell...
View ArticleVS 2010 [RESOLVED] Button properties
Hey all. I have a function that is used to change the properties of some buttons. This funtion is called within a loop and each button is assign a number. when it calls the function an id is used. Hope...
View ArticleVS 2010 Designing a print out.
Hello, now before I start posing my question I'd like to introduce myself. I'm Marcus Caecilius, somewhat of a novice when it comes to programming, which is why I am here asking for some assistance....
View ArticleVS 2010 Upload Image To API URL
Hello, I'm currently working on a little personal project for myself. Nothing big however I am kind of a noob as far as VB.NET goes so any help would be greatly appreciated. I am trying to upload an...
View Articlesum up times
Hey! i am makeing a timesheet application so i have 28-31 (depending on day of the mnth) textboxes that calculates the time difference start time to end time and that is working perfectly. but how do i...
View ArticleNeed help with a tax return code
I'm using VB 2010 and I'm about as inexperienced as they come. I've only created a handful of programs and they were all simpler than this. I need to create a tax return program so: When given gross...
View ArticleWhy for loop wont continue?
MY FOR LOOP WONT START. Code Code: Public Sub deleteprofile(profilename) Try MsgBox(profilesearchbox.Items.Count) /// WILL PROMPT THE ITEMS COUNT <> 0 For b...
View ArticleNeed Help For Fibonacci Series Program
So, the program is supposed to generate the numbers in the fibonacci series. (Last two numbers make the next unknown number). You enter in the first two numbers, and it is supposed to create the next...
View ArticleStudent in need of help with sort and treeview
I am supposed to write a program that takes data from a file named data.txt, that is set up like so: ccc, root abc, child xyz, child bbb, child aaa, child rrr, root 453, child 123, child Jones, root...
View ArticleVS 2005 FormatNumber Problem
Hello guys! I got a problem with formatnumber. Here is my code: com = "INSERT INTO ProductTable VALUES(" & productid & ",'" & tbinvoicenumber.Text & "','" & tbcompany.Text &...
View Article