[RESOLVED] Set listview subitem forecolor
Hi I have a listview two colums I am trying to set the forecolor of the subitem I tryed this as a test but not seem to work Code: LstItems.Items(1).SubItems(1).ForeColor = Color.Blue I even tryed in my...
View ArticleVS 2010 [RESOLVED] Dynamically created button-type class array problem
I am a novice in Visual Basic (I have been studying it at school for 2 months) and I have a problem with my current project. I am making a replica of Minesweeper. I want the 256 (16x16) tiles of the...
View ArticleTwo objects intersecting
This is just a quick question i am trying to get two objects interact. I am having label follow the path of a parabola and have something happen when the label hits the other label. where I am stuck is...
View ArticleCeaser Shift Encryption
I was just wondering if someone could help: I have a task where the user enters a message and an encryption key (between 1-10). The program then needs to encrypt the message using the key, and this...
View ArticleVolume Control
Hello Everyone, I need to control the volume of my Application [Form1] and not Master Volume, i googled it, doesn't seems to have any result, it kept giving me Master Volume. is there any way? I'm a...
View ArticleVS 2010 [RESOLVED] Inherit ComboBox class to add TAG property for each item
I expected to find the TAG property for each item in the ComboBox. Since, there is not, I now expect it can herited to add the property.
View ArticleVS 2010 Can't get Boolean working
I've got an encryption/decryption task and I put the option to decrypt in if the user press' 1, however this isn't working, I've attached my code and put the boolean part in bold. Your help would be...
View ArticleVS 2010 MouseEnter event in WebBrowser?
Hello, there is no MouseEnter event in the WebBrowser in VB 2010, how can I get that? Thanks, Andreas.
View ArticleHelp: Auto increment Alphanumeric code
Good day guys! I am doing a small function in my project, I have a Transactions Table in my database...the Table include: StudentID TransactionNumber Description Date I already know that there is an...
View ArticleVS 2010 Best Way to Create Categories?
Hi, I'm currently trying to organize a bunch of software products (After Effects, GIMP, World of Warcraft, etc) into several product categories (Video Editing, Photo Editing, Gaming, etc). Normally, I...
View ArticleTreeview Panel Selector
Hi VBForums, Often I find myself in the need of a treeview panel selector, so I created a new custom control and added 2 panels, and added a treeview to one of them (Panel 1). I docked Panel1 to the...
View ArticleVS 2010 Print multiple line multiple category Document
I have searched this forum for help on a printing issue that I have. There are lots of printing issues threads but I don't seem to be able to find any that address my particular problem. I am trying to...
View ArticleVS 2010 Smartest Way to Stop Webbrowser Tabs from Opening in IE Outside of...
Hey guys, Is it possible to make new tabs in a webbrowser open up inside the control itself? I am writing some automation and hit this speedbump...Some guy on Fiverr (freelance site) is telling me I...
View ArticleVS 2010 Clone properties of a control
I was wondering if we could clone all the properties of a control to another control (of same type). For me, I want to clone the properties of the existing textbox to the dynamically created textbox....
View ArticleVS 2010 User authentication and account type
Hi all, I am making a simple box office type program, where users can book tickets, add events, admit the guests when presented with a ticket etc. What I want to do is only allow certain functions to...
View ArticleVS 2010 [RESOLVED] Adding context menu items
I have a context menu (mnuContext) created at design-time and I want to modify one entry at runtime. I can't see an obvious way to modify an entry so deleting and adding will be fine. I must be doing...
View ArticleVS 2008 Is there a way to monitor a port by program/application/service name?
I have found plenty of code samples that will open a port (TCP/UDP), but what I'm wanting to do is monitor a port by application that may or may not already be open between two programs. How would I go...
View ArticleWant help to fix Login & registration system
Anyone can code me that system and make it To an online database? I Will Pay for it:)
View ArticleVS 2008 Ping Pong, need faster ball (interval)
Hi, I got a code for ping pong game, and to set the ball speed i change Interval in Timer1, i set the interval to 1 and its pretty fast but still not enough for me, is there a way to make it even...
View ArticleVS 2008 How to play sounds that others will also hear when they download ?
Hi, I want to make a ping pong game with sounds, how to play a sound and after i compile my program and give it to someone he will also hear it ?
View Article