Hiding user controls in the toolbox?
Hi VBForums, I have a quick question that might have a quick answer. I have some usercontrols in a solution that are just panels with tab controls...but each is different so they are all separate...
View ArticleVS 2010 HTML Scripts/Functions from VB
I got a problem and I have no idea how to deal with it. Ok, I want to run a script with the click of a button and the script I want to run is in the html on my WebBrowser. This is an example of the...
View ArticleVS 2010 [RESOLVED] Structure And Lists of Structures
Hi There A project ive been working on recently is using a MySql Database, The host of which is fairly slow, its not unusable but its not as quick as id like. to that end i have decided to shed as many...
View ArticleConnect Four check for winner help!
Hello! I am new to these forums, but I hope to become a more advanced programmer soon. Well I come here with a dilemma. I am writing a program that allows you to play Connect Four. Now my problem is I...
View ArticleVS 2005 How to insert picture in SQL Server by using vb.net
Hi. I have a form on which, except so many textboxes and combo box, there is picture box. I need to insert the picture of employee in his Personal Information Table, in SQL Server 2005. So please...
View Articlewebrequest error(cookies not enabled)
when i send my webrequest through the response i get says to enable browser cookies which i already have a cookiecontainer for below, why am i getting this? Try Dim logincookie As CookieContainer Dim...
View ArticleVS 2010 Having hard time trying to click this button wtih webbrowser.
Code: <a class="submit blue" href="#"> Add </a> That is the html of the button, I can't seem to get it right.. Any help? I'm using WebBrowser control
View ArticleVS 2010 Class structure
When developing applications in Visual Basic.NET, should the format be the same style as java where classes should have public accessor and mutator functions to read and change private variables, or...
View ArticleVS 2010 Need a script which makes combination of some buttons impossible
Hello, first of all I am new to this forum, so do not blame me for questioning stupid questions :thumb: I am making a program for chemistry at school. I have 15 buttons of 'positive' elements and 13...
View ArticleGet Record count
Hi I am trying to get the total count of records in a table, I was looking for something like record count but cannot find anyway thing. How ever I have done tow function to return the record count I...
View ArticleError log, Maintenance plan, flow chart? For Vb.net
So yesterday I created 2 programs for my Finals in Computer Programming 1. I made a program that finds the average of 15 grades and prints A B C D F depending on the grade you got. I also made a...
View ArticleQuestion about collision
I'm doing some follow-up work on a project that I have and it moves a panel(or picturebox) that's moving inside a panel. The code goes something along the lines of this inside a timer: Code: Static x...
View ArticleFile Stream Problems
I am making a project for my grade eleven computer science project. It is a program where you input your date of birth and it returns you the following: Luckynumbers What day of the week you were born...
View ArticleVS 2010 Load data in DGV based on the values using NOT IN Clause
Hi all, I am trying a simple employee management system in vb.net 2010 and MS Access 2003 I have a task, In form1 their is a button and a DGV if the user click the button, list of employee names will...
View ArticleVS 2010 Update Datagrid on form1 from form2
I have a datagrid(bound to a datasource) on form1, and when i click my add button i open form2 (bound to the same datasource) my details form. All is good, on form 2 I am trying to use:...
View ArticleProblem canceling background worker operation.
Hi VBForums, I am invoking delegates in a backgroundworker so they don't block the UI. I pass in a delegate using AddressOf to a method called StartJob, which invokes the delegate in the...
View ArticleVS 2010 ComboBox Population Problem
Hello, I hope you are doing fine. I have expirienced a problem when trying to populate a combobox with objects. I created the following class: Public Class Pintura Public M_Product As String Public...
View ArticleSet orgin of graphics via SetMapMode + Himetric??
Hi, I am dooing an engineering application and I need to draw some objects. It MUST have an origin in a bottom left corner, not in upper left (the deault setting of GDI). Currently, I have to...
View ArticleSurely someone knows how to get better than 640X480 resolution from a web cam??
I have a Logitec Pro 9000 webcam that can take pictures at 1600X1200 resolution. I am trying desperately to find out how to capture the preview image. I have used AVIcap32.dl and this seems to only go...
View Articlevb.net and add parameter method
Hi All, I have tried to find examples of the add parameter method of inserting but most i see don't make sense. below is my sql statement and vb.net code that inserts it, the reason I wish to use add...
View Article