VS 2010 Grouping by already defined groups
I have a Dictionary(Of String, Integer) like so (excuse the lack of a type declaration, all the VB code you see was translated from C#): Code: Dim baseStatRelation = New Dictionary(Of String,...
View ArticleCustom Tab Control - OnPaint vs MessageBox - Problem
Hi I will explain my problem, I got a MDI parent form that contains many child forms. For each child form I'm trying to display a messagebox(with .show). The issue here is that the messagebox appears...
View ArticleVS 2008 Need help changing a button's backcolor back to ActiveCaption
Hello I set the backcolor of a button to ActiveCaption when I created it. Then in my code later on I changed it to cyan. Later still I want to reset the color back to ActiveCaption, But I get error...
View ArticleHomework Help!! Please!!
I am so lost in this class. I just need to get past my last two assignments in this class and I don't have to worry about VB again. I am going to school for web development/Admin. Please help me, I...
View ArticleVS 2008 Invalidoperationexception was unhandled
Hi everyone I am using a SQL database in my program I made the database in SQl server management Studio and imported the data from a excel spreadsheet, everything went fine no errors It works fine in...
View ArticleVS 2010 Run-Time Error '462' - Please Help
Hi everyone, I am new here and I really need your help. I am creating a excel macro to copy some information to a word file as plain text, after that, I am trying to format the pasted text. The macro...
View ArticleVS 2010 saving and loading listview
Ok, many of you have helped me recently with a listview problem, well, I hit another one. Basically, I have a score bored in the form of a listview, the position in the right hand column, player name...
View ArticleBest way to include "a Form that sends Emails" - in several different Projects
Using VB 2010 Express. In my VB5 System that I am converting to VB 2010, I have a single "Email Form", that connects to 2 Databases, that I use to send an Email to me if a System problem occurs. I call...
View ArticleVS 2010 Event to handle any application form load?
Is there any way to have a single routine that will get called any time any form loads in the entire application? Even dynamically created forms and such?
View ArticleVS 2010 [SOLVED]Multithreading help,
Hey guys, I am having a problem with multithreading, what im trying to do with it is uploading a picture over the webclient function. It's uploading the file and everything, but it doesnt go to the...
View ArticleVisual Studio cannot start debugging because the debug target is missing
This is why I so GD hate .Net. Everything was working fine as I was working some code and then I get two types of error messages that are so Fing verbose they tell me nothing but that whoever wrote the...
View ArticleAwesomium & QIOS Devsuite in conjunction
I'm attempting to use both the QIOS QTab element in conjunction with the Awesomium web framework, and the core problem I'm running into is when the user opens a new tab, the Awesomium element will...
View ArticleSetWindowPos failing to bring windows to front in Windows 8 when Windows 8
I have a chat application written in VB.net. It uses SetWindowPos function to set the window to top when a new chat message is received. It works fine also.But in windows 8 it will not bring the window...
View ArticleActivate Ajax With Webbrequest Or In Webbrower1
Ajax is a type of programming in asp.net where you can have a page reload part of it or change well keeping your position on the page and the same link if you need to know more then here...
View ArticleChanging WebBrowser Document Text?
Code: Public Class Form1 Dim old As String Private Sub Timer1_Tick() Handles Timer1.Tick If RichTextBox1.Text = old Then 'do nothing Else...
View ArticleVS 2010 calculate the value of one cell by values of 2 other cells
hi i have a datagridview in my form . in very simple state : i want to set the value of cell(1) of rows(1) equal to sum of values of cell(2) and cell(3) of rows(1) ... in other word : Code:...
View ArticleVS 2010 [SOLVED]question abute the load if there is no file in the folder...
hi i dont have any idea how to do it so if some one know how to make the program so if the form1 will look at some folder and there gonna be a file like .txt and if there is no file in the folder so...
View ArticleVS 2010 Dealing with CommPort device identy. Help!
Hi, The code below should do the following: Finds all available CommPorts. Checks if they are open. Opens the free Commport one by one and interrogates them to get the idendity of the DMM. Finds the...
View ArticleCopy data from opened site and paste it to excel/database
Hello, im newbie here, and in programming too (big newbie..). Got a certain problem that can't solve alone, so i decided to write here =) I was tried to make a "simple" calculator for certain site...
View ArticleVS 2010 [SOLVED]help me solve this problem with loading files..
hi agen i have a problem with my loading files i made so its will make the form1 check if there a files exists or not but i want to mkae the program will check more then one file Code: Private Sub...
View Article