set webbrowser home page
Hi, I am noob in vb. just starting to learn. I would like to create a webbrowser window, where there is no button and address bar. all I need is to open a default page, immediately when I open the...
View Articlestring.split, first char of similar characters.
HI. Usual non string person here. I have some values like "asdasd, 1234,3" and "xcvzxcv", 355,44" I would like to split them but only take in consideration the first "," character. So the above will...
View ArticleGet Drag & Drop File Process Name
I currently have a script which allows you to drag and drop a file into a box, and it displays the path of it into a list box. I would like to be able to get the process name of the file so that I am...
View ArticleVS 2010 How to pass a (variable size) custom datatype array to a usercontrol...
Hi, I am making my own chart control, in which a data point at location x,y is coloured according to a third parameter. My vb solution has two projects : the usercontrol project, and a testapplication,...
View ArticleVS 2012 Selling Applications
I have developed a few Visual Basic applications, and am wanting some advice on the best way to make some money from these applications. Should I include advertising, include software with the...
View ArticleSolving Index Laws (Algebra)
My co-employee (math professor) is asking my help to make a simple algebra solver for him. The specific topic is Index Laws, is there anything in .Net that I could already utilize for this or do I need...
View ArticleChilkd form still jumping on resize
This is driving me nuts. I posted this question not long ago and thought it was resolved but it is not. I can't figure out why this is happening but more importantly, I can't figure out how to make it...
View ArticleVS 2010 Loop after message box is colsed
Hello, firstly I am a complete novice. I am trying to trying to write code that will detect if a text box, txtMaxLength65 or txtMaxLength35, has an entry after a value is entered into text box,...
View ArticleHow can I make the background image move?
Right now I have a form like this The image in the BG is a long image and I want it to move from left to right...which I got it to do with a picturebox but...that kinda messes up my labels and stuff So...
View ArticleChat
I'm trying, for a week now, to make a chat room not lan only but i can't make it work, the best i done is lan only but its pretty much useless, I searched on google found some examples, but nothing too...
View ArticleBest way to talk to a service over LAN
So here is my situation: I have created a service application that was installed on all the computers by group policy on a domain. Service looks for a file sitting at a shared location in a text file...
View Articlevb.net How to keep gui functional while webbrowser is navigating
Hi, i'm italian , so first of all sorry for my bad english. I want to keep gui functional while webbrowser is navigating. When I run my program, the gui freeze until webbrowser is completed, so the...
View Articleid of inserted register in SQL Server
Hi, I have this process that inserts a register in one table and then another register in another table. The thing is that the one in the second table must be referenced the id of the register from the...
View Article[RESOLVED] Copying text help
Hello VBForums, i need some help with this program i am trying to create. I have like no idea on how to do this, i also have close to none experience with coding I am trying to make it, so when i press...
View ArticleCopying text help, Saving data.
Hello VBForum, Its me again, and i am wondering if its possible to save the settings on this thing. So, is it possible to create 2 buttons to save and load the text that is in textbox 1 - 10? If it is,...
View ArticlePrint Datagrid on multiple A4 pages
I have tried to print a datagrid content using the ff code. It only prints half the A4 page. Sometimes, the printed data list order is in reverse. What causes this? I want to print all content of a...
View Articleworking with arrays
I'm very new to VB and a student of about a month. I've created the below code and it just doesn't work. Having already spent 2 days on this and tried many, many variations of code, I'm just lost. I...
View ArticleVS 2012 Opening 1 form and closing another
Code: Private Sub btnOKfrmTieSelection_Click(sender As Object, e As EventArgs) Handles btnOKfrmTieSelection.Click frmTieDataInput.Show() Me.Close() End Sub I would like to close...
View Articleneed help with printing with out preview dialogue ??
hello every one :wave: i'm using vb.net2008 and the RDLC reports and MS access i have made my DB application and every thing was awesome . now i need for method to get rid of the print preview...
View ArticleVS 2010 Caption From Mouse Click
Ok, so currently I can get the caption of a window from the mouse position, but how can I get it from just a mouse click? Code: Imports System.Runtime.InteropServices Public Class Form1 Public...
View Article