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 ArticleExcel 32bit vs windows 64bit
Hi, This is a question that has still taken me one week and no solution.. Please help me.. - Ok on my old laptop had Excel 2003 (32 Bit) and windows (32 bit) - My application worked very OK when using...
View ArticleVisual basic 2010 Express Verify User Login Details? Help!
This is for a login form. The user needs to enter the correct username and password which are stored on the text file to gain access. I already have the usernames and passwords in the text file so i...
View ArticleVS 2012 Develop shareware or free & professional edition
Hi, I plan to create a 'Professional' version for my software in addition to the "Free version". I am contemplating whether to create a 'Shareware' or just two separate software for 'Free' and 'Pro'...
View ArticleVS 2012 VB.Net Controls and limitations and how to get the most out of...
VB.Net Controls and limitations on designview for data grid view, tree view, list view etc all seem to be limited to design customization.... like take a look at this: http://i.imgur.com/0zdHBOF.png...
View ArticleAny FREE developers willing to participate in a small project of mine?
Here is what I am trying to achieve: an iOS-6-like notification center for Windows. I have done about 60% of the project using VB6 but the rest requires access to Twitter and Facebook which is...
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