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

Encryption - Maybe?

Hi All, A little history first... I'm writing a windows application for me and a few friends. It is very simple. It checks for the external IP address of a server and if it has changed from a...

View Article


VS 2012 Need help with coding a certain algorithm

Hi! Im stuck on a problem I have. My task is to create an in memory object structure based on the content of an excel file. The excel file represent widgets that can exist in an object hierarchy. The...

View Article


Random.Next generating same value repeatedly?

Code: Public Class TestObject     Public Property RandomNumber As Integer     Private rand As Random     Public Sub New()         rand = New Random         Me.RandomNumber = rand.Next(0, 10000)...

View Article

how to disable ReceivedBytesThreshold...

is there a way to disable ReceivedBytesThreshold when using VB.NET? I don't want the system to interrupt all the time. At some point I would rather loop and wait for a serial received byte. Please...

View Article

Image may be NSFW.
Clik here to view.

Listview and String problems...

Ok.. The code I have works, however... I have to use a messagebox to display all of the users from a single group. I'm trying to figure out how to add then to a string array and display them on a...

View Article


Please help with printing.

I am trying to print multiple pages using a listview. CODE: Dim ItemCounter As Integer For ItemCounter = 0 To lvwLearners.Items.Count - 1 PrintLearnerList(e) ' this is what I want to print Next If...

View Article

VS 2010 Replace function help

Hey guys i'm trying to find a way to replace certain characters like < and > with double quotes, like " and ". The problem obviously is the fact that vb uses " " to take string input so putting a...

View Article

Duplicate Check (two column)

Hi all, i created a table (columns: part_no, part_desc, pi_loc) whereby part_no field has unique values. But, now need to add one more column "customer" and the part_no will have duplicates. And, we...

View Article


Download Program - backgroundworker

I wrote a thread before, but my login session timed out and when I went to post it, I lost everything I wrote, so I am going to keep this one short. I am creating a program to download files from...

View Article


VS 2010 Joining 2 arrays of Bytes together

Trying to write some code to pass things to a web server in the format that it expects. Essentially we have a salt plus some other stuff that we hash together, and then pass the salt and the hash in a...

View Article

VS 2012 Clicking on OpenFileDialog Doesn't Select It; How Do You Change Its...

Hello, I'm following the Microsoft Tutorial for Beginners ("View Picture" Project) and they just click on "OpenFileDialog" to change its properties, but in my version of the IDE, clicking the object in...

View Article

Get Active Window problem

Hi, I'm trying to make my program get the active window title and save it as a string. I want this to find the title of the active window, save it to a string, and to get the next active window. Here...

View Article

Image may be NSFW.
Clik here to view.

VB 6.0 Compressed File Text by Algoritma Shannon-Fano

Dear All.... :( I want to create a VB 6 program. Look like the picture above program. Can anyone help me to find the Source Code program? Compressed and Decompress File txt, doc, rtf, html by...

View Article


Image may be NSFW.
Clik here to view.

VS 2005 Algoritma Shanno-Fano in Visual Basic 6.0

Dear All.. I want to create a VB 6 program. Look like the picture below program. Can anyone help me to find the Source Code program? Compressed and Decompress File txt, rtf, doc, html by Algoritma...

View Article

VS 2012 CreateParams is being called multiple times

Why is CreateParams class is called multiple times when form is first time loading? Why is it triggered when Restore is clicked? Code: Inherits Form Protected Overrides ReadOnly Property CreateParams()...

View Article


VB 6 -> .NET Display

I was given a program to install on a machine. I do know the program was written in VB 6 and made to work with .NET 1.1. (Microsoft.VisualBasic.Compatibility.dll). The program emulates a piece of...

View Article

Container for desktop icons

Hi all. I'm new to vb.net. I want to make a custom container for my desktop to "hold" desktop items (folders, shortcuts, files...). Similar to a folder/file browser, but without trees, sorting, or...

View Article


VB.NET and PC USB buffer...

Just curious...I am using VB.net along with a hardware interface that runs off USB to PC (with its own GUI) and also provide the "same" result on an analog output pin. The analog output takes time to...

View Article

Populate text box with a combobox selection. VS2012 and Access

I'm using the following code to populate a combo box from an access database: Code:   Dim cm As New OleDbCommand("select * from employee", m_cn)         Dim dr As OleDbDataReader = cm.ExecuteReader...

View Article

Change form's autoscroll position

I tried looking around Google and other forums and couldnt exactly find what I was looking for, everything I tied didnt really work at all. What im trying to do is, when you click on Button1, then the...

View Article
Browsing all 27207 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>