VS 2013 [RESOLVED] Loop through all columns in binding source...
I am making a control and want to be able to get the data directly from a binding source... that is set via a property of the control. I need it to be able to get a list of column names, and also the...
View ArticleVS 2010 Question about two statements
What is the difference between these declarations?: Dim number = 0 Dim number as integer = 0 Thank you.
View ArticleVS 2010 Can't run program on another PC
I am in the process of creating a small database with search function. All was OK until the project is transferred to another computer (Windows 7). If I start the program, I get an error when I click...
View ArticleSimple Question.. Pls help me!
how to create a background music recorder recorder??? Pls help me...
View ArticleVS 2012 [RESOLVED] Triming Strings in FileInfo???
right here it goes.. I got a listbox called programlist which gets selected item to string. I do this so i can capture the location of a file and the file name. I am so confused and I have googled...
View ArticleVS 2010 How to modify a jpg image attributes
In windows 7, windows explorer, if you click on a jpg image at the bottom you see the following: -filename -Tags: Add a tag -Rating: -Dimensions: -Size: -Title: Add a title -Authors: Add an author Is...
View ArticleKeeping focus in the current DataGridView Cell?
I have a DataGridView in which the User is allowed to manually enter data in certain cells. Some of these cells allow for only numeric input. When they enter anything other than numerics, I popup a...
View ArticleSystem Tray Notification
Hi, I have created a system tray application that has a few menu items. Is there a way to have a procedure continually looping while staying on the main thread that will also keep the Menu items...
View ArticleVS 2008 Questions about interacting with printer/page setup when printing a...
Currently we have people who are printing websites for item pricing on invoices. The item pricing and invoice information is only available on several different websites. I have an application that...
View Article[RESOLVED] Struggling with trying to access a control on a form from seperate...
I still cant seem to wrap my head around this concept. I get the classes and forms are completely separate objects that can't see each other initially unless you pass on the data from the form to the...
View ArticleVS 2010 Several issues - formating/DGV/Textboxes
I made some changes to my code to bind some text boxes to my DGV (per suggestion) which makes sense but Now I am faced with another problem. When the file loads into the program. The textboxes auto...
View ArticleBeginInvoke In a Class
me.beginInvoke is not available in a class.... so how does a thread send data back to the calling class? Public Delegate Sub DelSub() Public Class MyClass1 Public Sub X() Beep() End Sub Public Sub...
View ArticleFormatting a string with Date/time picker parsing
I am trying to format a string to a list box with date input from a date/time picker and can't figure out how to parse it to do this. So far I have: Dim Customer As String Dim Video As String Dim...
View ArticleVS 2012 Passing a form name to a global subroutine.
Hello I have a project and a simple definition is that I have 2 forms (screen1 and screen2) these each have a picture box (pictureA) on each of them. When the mouse is pressed I want to call a global...
View ArticleHTTPLISTENER - decoding a client POST
I'm (trying) to write a simple HTTP server in VB.NET I have it up and running using threads, seems to be working fine, serving up web pages and processing HTTP GET's I now need to process HTTP POST's...
View Article[RESOLVED] Problem with FileOpenDialog
I just started to create a new program and the program crashed before the first form was shown. I narrowed it down to the fileopendialog but am not sure why I am getting the error. Running in VM...
View ArticleProblem with username and access database
Hello all, I have a problem with this code, I created an application with severals programs inside. Some of those programs are banned to some people, those people are clasified into an MS access...
View ArticleHelp with Timers in visual basic
Hi, i am a beginner trying to learn some visual basic games from youtube so i decided to follow along this persons tutorial on youtube for a mouse game but his timer is confusing me. Can somebody tell...
View ArticleVS 2010 Losing Class Variables
I have a class pro_6502 with a few private variables set as, I am assuming, globals within the class: Code: Private accumulator As String = "00000000" Private current_address As String =...
View ArticleVS 2010 Runtime Picturebox Help
So I'm trying to create a picture box at runtime, but my code just isn't working, no error or anything. Code: Dim componentVisual(10, 10) As PictureBox 'Global Variable Sub displayNewComponent() Dim...
View Article