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

VS 2010 Serialized Objects with changed structure

If I have two (or more) versions of an application and the structures (or classes) used in each version of an application change, yet have the same names, what is the best way to make sure that old...

View Article


VS 2010 Textbox text format

When I copy a bunch of bytes out of a hex editor, the format is the following: Code: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 etc... I want the format to be like the following: Code:...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 How to Format Output with String.Format Method

It's Me again. I am having trouble trying to format the output using the String.Format Method. I have provided the code as well as my output and the output my professor said it should look like. Thanks...

View Article

[RESOLVED] Really Disturbing Problem

There may be a simple solution to the underlying problem here, but the behavior has me kind of spooked. The description is pretty simple: One routine creates classes and puts them into a list. I have...

View Article

VS 2010 Change cursor to a circle (defined size in code)

Hi, I have a form with a picturebox1, and the user can hover the mouse over this picturebox. I want the cursor to change to a circle when this happens, i would also like to define the diameter of the...

View Article


VS 2010 [RESOLVED] How to add time and date (UTC) when inserting a row in...

Hey you guru's :) As the titel says, I need my software to automatically insert the time and date in UTC to a colum in my Access database when I'm adding a row. How du I fix that, 'cause when I google...

View Article

VS 2010 How to clear displayed info after clicking on another button

I am very new to VB programming and while trying to do a problem I came up with an issue. I have 6 buttons set to display information. The problem is once the data is displayed in the corresponding...

View Article

Need help with Excel 11 object library

I need to update a VB.net project to use Excell 11 object library. Currently using Excel 5.0 object library. I downloaded the latest PIA's, no problem there. The issue comes when I substritue 11 for 5...

View Article


VS 2010 ListBox Drag&Drop and Double-Click

I have a list box that I want to be able to re-arrange with the mouse which I have working (needs improved though) and I would also like to be able to double-click on an item and change the text. The...

View Article


Access File Hierarchy?

I'm a somewhat experienced programmer but new to visual basic. I wanted to make an application that would show and list all files in a folder and sub-folders of a certain type (.png, .txt, etc.) but I...

View Article

Image may be NSFW.
Clik here to view.

calculate button display help

Hey everyone, I am pretty new to visual basic and I'm currently taking a Business App Dev class at my university. We have a homework assignment that is not due until monday that im stuck on. Em pretty...

View Article

Copy

Hi Users, I have a project that requires me to use a href from a websites source code, however the problem is that the href changes depending on what is being done. So I am wondering is there a way of...

View Article

a little problem with scope

i have 2 forms and a module1. in the module1 i define a class windowdata1. in this same module i define an instance of windodata1 Public wd1 As New windowdata1 which should have global scope and it...

View Article


VS 2008 Struggling with if...then and logical operator

Hi, I have two calculated values for which I wrote messages: If value1 < 0 orelse value2 < 0 then Message1.show end if If value1 > 1000 orelse value2 > 1000 then Message2.show end if This...

View Article

VS 2008 Help Listbox Load Item And Auto Check If Item is Contain

Good Day Guys.......... I' am using vb.net Please help me about my problem loading item on listbox from notepad. my notepad have a text sample NotePad: EE0-ITEM1 EE0-ITEM2 ITEM3 EE0-ITEM4 ITEM5 My...

View Article


[RESOLVED] Label does not refresh on load

I'm trying to help someone on another forum it I can't see what the issue is here. The text changed event fires on the form load but the Label4 does not refresh. Label4.text is set at "Start" in the...

View Article

Application is... Stalling???

My program reads data coming in from a serial port, this data includes battery voltages, and a load cell reading. If the "logging" button has been activated, then it should place some of this data in...

View Article


VS 2005 vb.net code in MATLAB

Hi. Can i use the vb.net simple code, like 2 + 2 = 4 in MATLAB? I mean that i write a simple sum program and then cut and paste it in MATLAB, so will it work? If not then what i will need to do?...

View Article

VS 2010 app path

hi! i am new in vb 2010 express i use vb6 before and my code is as below in vb6 Option Explicit Private sPhotoPath As String Private lncount As Long Private Sub Command1_Click() Dim iMaxCount As...

View Article

VS 2008 Brick Breaker

ok, I new into vb and i'm trying to build up a brick breaker game...it's working well so far but i keep updating it. What i need to know is how to collect the stuff that fall from bricks..example: a...

View Article
Browsing all 27554 articles
Browse latest View live