OptionMenu Control
Attachment 97863 The above is a control created by me that allows you to select options in a list. It can be configured to allow only a single selection or multiple selections. Basically ,its a fancy...
View ArticleMath algorithm
I can't make application that will find The lowest common denominator and the greatest common divisor for n numbers. So basicly, application must take all numbers someone input then find the greatest...
View Articlevisual basic email format
How do I check the textbox if it is using email format like @yahoo.com @gmail.com or other email services? Let say Email: thisisatest@yahoo.com If valid then do nothing.. else this text should popup...
View ArticleVS 2010 insert file in to MYsql
Hi There Im trying to upload a word doc in to my Mysql Database and im having some trouble. I can upload fine (it seems) but when ever i then try to download it, ti come back corrupt this is the code...
View ArticleVS 2010 Is there a way to highlight specific characters in a CheckedListBox?
I have an application that I developed in VB (VS 2010) and it uses a CheckedListBox control to display a number of lines (>100 at times) from a text file. The goal is to allow a user to enter some...
View ArticleDreamInCode
DreamInCode is one of the sites I participate on. Today it looks like it has been hijacked by ads.adsgoogleads.com or it has gone away. http://www.dreamincode.net/
View ArticleTrying to convert a funtion to generic funtion using entitysets
I trying to convert this to a generic funtion where I can call this and just pass the table through Private Sub tblOrderDetailsSet_Updating(entity As tblOrderDetails) Dim change = entity.Id Dim newvals...
View ArticleVS 2010 How can I populate a listbox with certain words from a textbox
How can I populate a listbox with certain words from a textbox example here is the textbox data Quote: blah blah blah id="pickup_3138592" blah blah blah id="pickup_66434" b;ah blah blah...
View ArticleText property issue with MDI Child form
I recently migrated an application from VB2010 to 2012. The application has a main form which has the isMdiContainer set to true. I have a 2nd form (admin) which I open as a child by using: Dim...
View ArticleAPI Help
Good Afternoon All, I am green when it comes to programming so bear with me. I need some help figuring out how to get a button to take a value entered into a text box and go online to a specific...
View ArticleKeyUp Question
I'm using the KeyUp event for something trivial (if the Control key is down, clear a Boolean). In one situation, the Boolean wasn't being cleared, but that was understandable, since the KeyUp event...
View ArticleVS 2010 Programmatically click the Yes (Save) button after calling...
Hi, I'm a VB.net newbie developing an script in Visual Studio 2012. I'm launching Qlikview (a dashboard app) and closing it using the following code. When Qlikview is launched, new data is...
View ArticleVS 2010 This is my general Help Page
Ok guys, i have a problem. So i am making a gravity simulator, just using a ball and a floor. i've got the following code (ovBall is the ball)(xVelocity is what you think) ovBall.Left = ovBall.Left +...
View ArticleVS 2008 new here and stupid beginner in VS2008
i've make (long time ago) a short VB5 Prog for archive my CD's, but how more i input is slows down more and more because i didn't understan to use SQL Database no i want to create a Image downloader...
View Article[RESOLVED] Unable to connect to any of the specified MySQL hosts.
Hello there. I've been trying to connect to a database hosted at Go Daddy, but haven't had any luck yet! To start with, I've already made sure to allow Direct Access on my database and I'm sure the...
View ArticleSuggest me a better tablet under 5K INR other than Micromax P275
Hi guys, Always wanted to buy a tab. But won't get a chance to buy it! This time, I have allotted a small amount to buy a tab. I am looking for an entry level tablet which is under 5000 INR. I have...
View Articlerun time error 3421
I am using VB6 and I am getting a run-time error. I want to but a debug code @ the cm7 that tells me what the var is at the time. I know what the part number is that it gets the code. I am new to VB6...
View ArticleMsgbox with the good answer(work with file)
hi guys.I have to do a projekt for school.We have to do a quiz.We must take data from a file txt and I;ve got a problem.I've got 2 Option Buttons(Yes and No) and i need to make a msgbox with the...
View ArticleI need some help regarding in looping for scroll list :((
Hi Programmers, I have a problem regarding on how to display a multiple query values in scroll bar . Please look at the picture. Here is the scenario, : The user is trying to search a book, but the...
View ArticleCreating approving authority for specific users?
Hello, I am a complete newb when it comes to VB so I apologize is this is in the wrong place or doesn't make sense. I've been thinking about developing an Access database with a front-end application...
View Article