VS 2008 Weird problem with labels on form startup
Hi ! I got a form with 14 labels and 6 checkboxes, and a custom background (i put it to resources) and custom icon.I got a weird problem, because when i start my program all labels and checkbox texts...
View ArticleVS 2010 Grabbing a control name
Is there an an easier way to get the checked control name? I have 200 of these to code and it seems like a lot of redundant code. Code: Private Sub SelfMutRDB0_CheckedChanged(sender As System.Object, e...
View ArticleVS 2010 Why is this Highlighted and how do i solve it?
It doesn't like me putting Namespace Gametuts before the Public class as shown. How do i fix this or where do i put it? Attachment 95801
View ArticleVS 2008 PictureBox.Text [Pb.With, Pb.Heigh]
Hi there! So the issue is : I have a PictureBox in my project that I want to draw a string on it, So far i had done it, the probelm is that the Text.Lenght is to big to fit and I only have half of it....
View ArticleVS 2008 How to hide Serials 1 label in MSChart
I am using the MSChart in VB.NET and I always see Series 1 at the top right of the chart. How can i change or hide that? I can't find the answer. Thanks!
View ArticleMS Word Spell Check and VB.net Windows Forms
Hi, Can anyone show me how to make the MS Word Spell check window to show on top of all other windows open? I am using the standard spell check code from the MS knowledge base. And whenever spell check...
View ArticleCenter Title when printing
I am printing a listview and in the preview it looks fine. But when it actually prints this is what i get. Attachment 95807 This is the code associated in the print code. Code: Â Â Â Â Â Â If title...
View ArticleVS 2010 Help needed to Read a text file! (i know sounds basic but ive tried...
Ok so here's the deal Making a database, and i want to read information from this text file into my program and save it to an array, now i cant remember how the code goes for the reading in part. ive...
View ArticleVS 2010 How to add explorer right click menu item for my program?
I got a program with a listview in it, and I would like to know how to add files through explorer to my program, like select a bunch of files, right click one of them and add all the files to the...
View ArticleVS 2008 Question about webbrowser control from another thread
I'm trying to set up a situation where outside of a form I can have form1.webbrowser1 start at www.google.com and navigate to www.yahoo.com where the URL before the navigate is www.google.com and after...
View ArticleVS 2010 How to make a Button start a Process on Task Manager
The title said it all really, i want my button to start the process explorer.exe on Task Manager.
View ArticleTry, Retry
I have code which tries to connect a chat client to a server and if it fails, exits the application. I'm now trying to get the program to wait 2 mins and try again. I was thinking of starting a timer...
View ArticleVS 2010 [RESOLVED] Checking for a drive letter
I want to check for a certain drive letter. I use this to get all the drives on my PC: Code: Dim allDrives() As DriveInfo = DriveInfo.GetDrives() Now I want to check if a certain drive exists. I'm not...
View ArticleChange format of a document, save it and send it to folder with a custom save...
I have a document named "Test.fdt". It's a form designer software. I put a field named "employee_number" and a button named "finish" in the form. The button rules can be changed using Visual Basic. I...
View ArticleVS 2010 VB.net ASP.Net Web Service to Call a Web Service
Hello, I hopeful that someone can provide me with a bit of help. I have developed the below ASP.net web service (web service A) that calls another web service B. The aim of the web service A is to...
View ArticleVS 2008 Tabbing the Values in a DateTimePicker
I have someone who would like to be able to Tab into the DateTimePicker Field, then tab to the day, then to the year. Is there a way to make this Possible? Thanks in Advance for the help
View ArticleVS 2010 Need some ome help with a project for college due 01/02/12
The program is for buying pc's in bulk.I have most of the layout done and a small bit of code.The parts i need help with and if you could explain what the code does so i can learn it that would be...
View ArticleCreating custom controls
I have an assignment that adds to an previous assignment. I read and watched multiple tutorials and don't understand how to start this. My current application is a plane ticket and seating calculator....
View ArticleVS 2008 v scroll bar help
I work for a lab and I am writing a huge program. As part of this, I have a simple text box where the user can put in a sample number, say w2484 or what ever they want. Right beside it I have a...
View ArticleHelp with a listview problem I am having... Ownerdraw fixed
I wonder if there is a way to change the color of the column names... where it's gray. I would probably like to change it to a darrrrrk gray. I've googled the crap out of it, and I know how to change...
View Article