VS 2010 Generate Barcode
Good Day, I would like to ask some help generating Barcode Code38 When the User type on the Textbox it will automatically Generate a barcode on the Image container Your Response/Help is Highly...
View ArticleVS 2008 Display graphics in tabforms
I have tab pages in my form and in one of the pages, based on the user's selection, some engineering graphics have to be drawn. I tried my best to get the same on the tab page but wasn't able to figure...
View ArticleProblem using Background Worker to generate array of Hashes from file list
Hi there, I'm currently having an issue with using a BackgroundWorker to generate SHA1 hashes from a file list. Its getting through 18 files before stopping (9677 Files in the list) :( Any help would...
View ArticleVS 2010 Simply Problem - Need help!
I'm currently doing a school assignment. The aim is to basically find out the amount of animals there are remaining when a certain percentage is wiped out, you then enter the amount of years that the...
View ArticleNeed help with awesomium browser
Hello. I am using the vb.net sample of awesomium sdk (awesomium.com). While browsing the webform, it saves cookies and user settings into cache folder. I have added a form, with a tabcontrol that...
View Article[RESOLVED] Changing transparent background image
I've made a program with a transparent background image using the following code in the form_load sub. Code: Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True) Me.BackColor =...
View ArticleHow to Grab Songs from a Radio in TextForm or Winamp? (VB6 Example Added)
Any coversation or any product close this this: http://www.vbforums.com/showthread.p...playing-module For vB2010 or Higher: I am wondering if there is anyways to grab the Name of a Playing song from...
View ArticleVS 2010 need help with coding a program
Hi, I do not know how to code this "Mailing Calculation: Registered Mail: RM8.00 for first 500gm and thereafter is RM6.00 per 500gm. Normal Mail: RM4.00 for first 500gm and thereafter is RM4.50 per...
View ArticleVS 2012 Splash Screen (Visual Studio 2012)
Hi guys, I am wondering how to make a "splash screen" appear while an application is loading... Any help would be appreciated, thanks!
View ArticleWanted: someone with more logic than me :)
Hi again! So I am expanding my program, but can't get the logic right behind my code. The code itself is no problem. I have a listbox with items (text files) and every file needs to be read by string....
View ArticleWebBrowser.NewWindow event - Can it block dialogs?
I'm using the webbrowser control to login to this forum, but I'd like to detect or suppress the "You have a new private message" dialog window from showing,.... This is hard for me to test since if I...
View ArticleArray Lists
I'm a beginner into vb.net, im doing a small billing software for my company. I have list of product codes adjacent to which are the name of the product and its MRP in an excel file. when the form...
View Article[RESOLVED] How to get sum of a database solumn between two days?
Rather simple task which I can't solve... VB Code: Dim sum_fld As Long = 0 Dim fr_day As Date = DateTimePicker1.Text Dim to_day As Date= DateTimePicker2.Text Dim con As New...
View ArticleVS 2010 How hard would it be to make this?
I am making a new program called "Square Code". What you do in the program is when you start it up, you enter in a phrase like "Hi cool lol" in a textbox then you press generate and a box comes up like...
View ArticleVS 2012 [RESOLVED] Can't Open Batch File in VS 2012?
Hey guys. This is something so extremely simple but it's just not working for me. I'm just trying to have my program execute a batch file using process.start(path). However, I'm getting an error "The...
View ArticleHow to Sort DataGridView
Okay I've been searching a lot on this topic and I've found some conflicting information. First, is it possible or impossible to sort a datagridview by clicking on the header of the column in the...
View ArticleVS 2010 Clicking a button in webbrowser (WB)
hi guys, Code: Imports System.Runtime.InteropServices Imports System.IO, System.Net, System.Net.Sockets Public Class Proxy Dim AppLocation, CurLocation As New Point(0, 0) Sub Sync()...
View ArticleVS 2010 how to search in a list ( of boek)
hi I used list (of t) How can I search in the following list To find 1 one book by a7 And to Find all the book by genre.roman Bit of code Private LijstBoeken As List(Of Boek) LijstBoeken = New List(Of...
View ArticleApi
hi, can anyone tell me what's is an api ? and give me some examples about them please !
View ArticleVS 2010 Grab some text from HTML source,
I need some advice on what to do. I'm making a program to do some math with hours worked and need to extract the hours worked from the website but the way I'm doing it is really sloppy and buggy. What...
View Article