VB Help?
First of all, I'm VERY beginner at VB, so excuse my lack of knowledge. Anyways, I've posted this on another forum and have had 2 people try to help me and neither could figure it out. Well, the past...
View ArticleQuery access DB by column name and fill listBox with column info
Hello everyone, First I want to query an Access DB by column name (on a specific table): comparing a TextBox with the column name (therefor the below sql code) Second, fill a listBox with the...
View Article[RESOLVED] Join 2 datatables in vb.net
Hi! I am trying to combine 2 datatables into 1. Why? Here it is. I have this Table structure in my database for (attendance monitoring). AttendanceID EmpID Time Date Event 1 758 08:03AM 2013-12-08 TI 2...
View ArticleVS 2010 Retrieve radion button values from groupbox
I have 3 radio buttons in a groupbox. I have coded what I thought was correct, but the event only works on one radio button. For example, when the form is frist opened and I click on...
View ArticleVS 2008 Simulating Connecting Lines ( Like MS access Query Grid )
if we open MS access Query grid which provides us the graphical representation of Table Connectivity through a LINE Connecting between 2 fields with arrows i wanted to try the same between 2 or more...
View ArticleVS 2010 VB Apps don't show in Windows 8 Start
Hello, I'm moving from XP to Windows 8. After installing some apps created in VS 2008 & VS 2010 I don't see them in the Windows 8 start menu. I don't find them with search. They are in the control...
View ArticleVS 2010 Is it possible to extract a range of video using vb.net and not just...
I'm looking to write a program to make it easier to a create highlight video at season's end. During the season, as the games are initially viewed, a spreadsheet is kept that tracks an individual,...
View ArticleCursor Position on Parent Control.
Hi All, Is there any way to find the cursor position on the parent of a control ??? What I mean to say is that suppose if you have a label whose parent is a picturebox, then is it possible to know the...
View Articleweather app using feeds from yahoo!
hey y'all, i made this video that tracks the weather using feeds from yahoo feeds, maybe it can benefit you: :D
View ArticleVS 2010 [RESOLVED] Get Date from string containing short month and year
I have a string containing a short date and a year, e.g. dec2013. The format is always fixed but the month is always lower case. I need to convert this to a date so I can loop through some months. The...
View ArticleVS 2012 Instant Messenger
Hello, My company is wanting an in house Instant Messenger built. I have some experience in developing websites and applications but my focus before this was mostly with Visual Basic. We are expecting...
View ArticleVS 2010 Me.Close
I have a number of VB.forms that all contain the same Private Sub. I want/need to replace all these subs with one single sub. It seems to me I have two solutions : a. Turn one of these Private Subs...
View ArticleVS 2010 Adding listview data and sorting items.
By "playlist" i mean just a folder. I have a collection of wav files I want to sort into playlists. I have two columns that capture both the file name and the file length. How can I loop though the...
View ArticleVS 2008 [RESOLVED] approach on timing advice
Sorry for the length... trying to be thorough. I am designing an animated menu/marketing app that will run on a laptop and be viewed on a large HDTV (think new McDonalds/Burger King menus). My idea is...
View Article[RESOLVED] Install VB App in it's own Category in Windows 8 Start Screen
Hello, I'm moving apps from XP to Windows 8 & 8.1. I'm getting my apps to show in the Start Screen but in the general area in the beginning on the left side, not in it's own category. How can I get...
View ArticleUsing multiple SELECT SQL statements under 1 subroutine problem
Basically I am running the sql command: Code: sql = "SELECT [Name] FROM [Staff]" and then populating a datagridview with all of the selected values from that SQL command and then putting the first cell...
View ArticleAt wit's end: Need a 3-d array of a Class... how to ReDim it to the actual #'s?
Disregard... please delete this thread.
View ArticleVS 2012 My software does not open in other PC - the only way is compiling in...
My software is compiled in x86 framework 4.0 . I am using advanced installer to build the exe file. This software does not open in other pc, it is not a framework issue because i have installed 4.0 in...
View ArticleVS 2012 Populating listview with a 1 dimensional array using split method
Hello, this is my first post! I would like to ask help with this one, i am creating a server/client program using tcp/ip! I need to put the data received in my listview, but all i can do is to show it...
View ArticleVS 2012 Validate XML-text from (Rich)Textbox against XSD
Hi there, I've been looking for a method to validate my xml(string) in a (rich)textbox against an .xsd. The best sample I've found is: http://www.vbforums.com/showthread.p...ainst-xsd-file, but it uses...
View Article