Timer Help (How to create a Simple Timer with (Minutes and Seconds Only) ?
Hey everyone, I guess a few of my colleagues in here knows that I really dont like timers! I am trying to create a timer for a Chat Room that allowes users to Chat for a Certain Minutes. But I wanna...
View ArticleControl/Form background image performance as a function of image format/size
Hi all, A few quick questions regarding background images for forms/controls. In ALL cases I'm looking for the best performance in rendering at form load/ switching between tab controls etc. 1) Does...
View ArticleHow to get height of individual buttons in a MenuStrip
I have a menu strip, that can have buttons added/removed. I want to be able to get the height of each individual button, and add them up. Is this possible?
View Articleunbelievably long "background operations" in vb.nte
I have a vb project. it has ~10 forms. a little while ago it started misbehaving in the following way: after loading the project the first time i click a button on a form to drop into the code, it...
View ArticleVS 2012 Dim As New Web Browser
Hi guys, I want to make a private program and i'm stuck with dim something as new webbrowser browser.navigate("www.youtube.com") but this function only focus on internet explorer, Since internet...
View ArticleVS 2012 Check Default Radio Button
Hi. I am building a Tic Tac Toe game and I came across some trouble when I was trying to select the Radio Button that the variable states. Heres my code. Code:  'Level Selection Enum   Public Enum...
View ArticleVB 2010 Form1.cs Form1.vb question
i have a tutorial on the net, but my problem is.. on the net it is on Form1.cs but mine is on Form1.vb when creating new application how can i change it to cs from vb and how can i return it..
View ArticleHow to determine the Url of the current page that Webbrowser is on
I am writing some code to navigate to a particular web page determined by the current page webbrowser1 is on. That is, if it was on one page go to a certain page, but if it was on another page go to a...
View Articlecell backGround
just encountering a tiny issue but i'v been pulling my hair to resolve it. after adding the custom controls (4 labels, a dataGridView and a button) into the form, see structure below, -- Main Form --...
View Articlecustom dgv rendering
hi i am wondering if any 1 knows how i would go about making something like what is in this post for a DGV http://www.vbforums.com/showthread.p...Strip-Renderer
View ArticleFind line number of a string
I want to be able to find the line number of a certain string E.g. i have a list here hi lol jake derp i want to be able to find the line number of "lol" how would i do that ?
View ArticleVS 2010 How to make objects appear and disappear?
Hi everyone, I'm working on a form where I want to have a gif appear on launch (with the background in tact) and then disappear after 3 seconds, THEN have my form items (textbox etc) appear. What is...
View ArticleVS 2010 Help with a currency converter?? really simple question
I'm not very skilled with visual basics and I'm learning how to use it at school. I'm making a currency converter and was a bit stuck. Basically my currency converter has the option to update currency...
View ArticleHow to force user to open game through launcher
Hello VBers, I'm new at this forum and I'd like to say hello everyone by explaining something and seeing if somebody could help me :) I am making a private server for a MMORPG and I want to code a...
View ArticleVS 2012 Making a Dice Roller Application, need help
So my application (obviously) rolls dice (virtually). I've got the sides of the dice working, so you could roll a 19835-sided dice and get a result. But I'm not exactly sure how to roll multiple dice...
View Article[solved] Best way to "wait" when using form transitions?
I am using the DLL from the following google code project in order to create some transitions in my UI: https://code.google.com/p/dot-net-transitions/ Now, the transitions happen asynchronously, so I...
View ArticleVS 2010 Trying To Use ObjectListView
Hi, Well, im trying to use: http://www.codeproject.com/Articles/...o-Use-ListView I've added a reference to the .dll and added the components, as said, that was no prob... I then added: Code:...
View Articlefind text between other text in webpage
lets say i need to see if "kardoser" is between "thread date" and "moderator" in a webpage
View ArticleVS 2012 Application That Login in a website with a textfile
so basically i made an application that require login in my website ( automaticaly ) open = IO.File.ReadAllText(IO.Path.GetTempPath & "\mysiteLogin.txt") Dim username As String Dim pass As String...
View ArticleDGV draw boarder lines
I am really needi9ng some help with fixing the code i have below. What its designed for. this was needed to try draw a rounded rectangle over a DGV row when its selected only. then paint a gradient...
View Article