Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27186 articles
Browse latest View live

Combobox to Picture...

I have a ComboBox for "States". The object is to have a PictureBox that shows the matching flag for the selected state. My attempt, so far, has been to load the flags into the PictureBox and call on it...

View Article


VS 2008 Vb.Net: databasse connection issues

Good day, Please can anybody help me with the following codes, I am trying to define the objects that would allow me to navigate the following database, I am Using visual Basic.Net. I have established...

View Article


[RESOLVED] Problems with VS 2012 Express

I've tried to upgrade to 2012 express twice now and at the end it says that one or more components were missing and to reinstall the program. Now when I try to run it I get "The procedure entry point...

View Article

View Image Name

Right now I have a image list that is getting randomized and displaying images. I now would like to see the name of the image get displayed in a label. How can I get the randomized images to have their...

View Article

VS 2010 Inserting values into a database

I am using VS2012 Ultimate edition and am learning how to add records into a database. I see that there are two main ways to do this: SQL and DDA As a new programmer in this area, what way should I...

View Article


How to handle two programmes accesing the same file?

Hi, i have two VB.NET programs, namely A and B, basically they are two different EXE. Program A will generate a text file and save in particular folder from time to time. Program B will then have a...

View Article

VS 2010 How to access network information directly from Window's Network tray...

I looking for a way to check to see if the internet is available. My current method is to ping a popular site like Google. However, I notice that sometimes when I lose my internet connection, a message...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 (ask) picture album like windows explorer

how create photo album, i wonder to create like windows explorer with thumbnail folder (as category) when i perform click the show all my picture inside folder and show the name without extension just...

View Article


MS-Access 2007+ determine offset of image in BLOB field

I will start off with, it is not worth storing images in MS-Access for many reasons and that I was interested to hear if anyone else may have seen this. My reason for this post is out of curiosity than...

View Article


Custom controls

This might be like a handy man asking how to build a house but... How does one get started in making their own custom control? I want my own calendar control which looks and acts differently to the...

View Article

Image may be NSFW.
Clik here to view.

VS 2008 segmentation characters from image

I have attempted to build an application for a OCR system.. but i have a problem in the characters segmentation steps... I need a sample program.. please help... This is an example form to apply the...

View Article

VS 2010 Does anyone code with 64-bit o/s??

I'm curious - I've got an ID # that is BIGINT in SQL - so it's a LONG and not an INT in VB. So - the IDE made me add CINT() around all my LONG declaration so they could "reside" inside an array as the...

View Article

VS 2010 Web Browser with Tabs and Bookmarks Help

Hey there, I made an advanced web browser with tabs and bookmarks. But when I try to delete my bookmarks, it will not delete it after you close the program and open it again. I made the program with...

View Article


VS 2005 how to receive value on one from, from another form

Hi. I have a main form on which there is a textbox in which i want to load a value, from another form. on form1 i.e. frmreceive has two textbox, txtname and txtpassword (both are dummy) on the gotfocus...

View Article

Image may be NSFW.
Clik here to view.

TExtbox List Sorted from Data Grid View Not working properly

I have a DataGridView that when i click a button it sorts it by store name into a textbox on a dialog form, but for the life of my i can figure out why it is not displaying correctly This is how it is...

View Article


VS 2005 How to solve this problem"the identity of the application is not...

I have this code in the form load Code: If My.Application.Deployment.IsFirstRun Then                 My.Settings.usage = Now.Date                 My.Settings.Save()             End If and I'm getting...

View Article

VS 2010 Tcp Chat Program Show the Connected Chatusers

Hi, I have a Tcp Client/server chat program. But i wonder, if a client connects to the server, he should see the active users in the chat (including him) in a textbox. Any ideas how to do this? Thanks

View Article


VS 2008 Construct date from string

Hello, I have situation with datetimepicker where I try to set a datetime value (or maybe text) from string. Such this: Code:       With dtp_datum1             '.Text =...

View Article

Image may be NSFW.
Clik here to view.

Help with math.tan

I am trying to use the math.tan function but it is using the radians as the answer and I need it to use degrees. Here is an example: My calculator on my computer shows this in degrees Attachment 94903...

View Article

If Then Statement

My overall goal is to have text be displayed in a label based on the random image that is displayed. I would then like to have the user pick a button that has an IF Then statement analyze the text and...

View Article
Browsing all 27186 articles
Browse latest View live