Where does the application start from?
For building an installer, I need to know where an application executes from so I can copy files from that directory. For instance, when the files are on a CD (D:\), I need to know to copy from D:\. If...
View ArticleEmpty Textbox = Program crashes?
The program I have written keeps crashing if the textbox is not filled in..how do I Prevent this? this is the code I have this far.. 'to make sure that user enters week number less than 52 If...
View Articlecounting checked boxes
Ok, I have two forms. The first form you enter in a whole bunch of info and have a row of checked boxes. Once you click submit, the second form pops up calculating every thing entered on the first form...
View Articleproblem at host my custom control in datagridview
hi I crate a textbox control by Additional property as: InputType as inputs , inputs is enum : Public Enum Inputs Standard = 0 (user can enter anything) Numbers = 1 (only number) Alphabets = 2...
View ArticleTrying to add cost to pizza ordering system also a array
I have tried to add cost to pizza ordering system for a school assessment and i keeps failing I think i am putting it in the wrong place i have to add all the pizzas to together a regular pizzas is...
View Articlesend sms (could not load sms.dll) HELP!
I have created a device application in VS 2005 I have put the following lines of code in me form I'm using windows mobile and VB.net. I 'm trying to built an application which will send sms. Imports...
View ArticleReboot
Hi guys, Instead of using a .cmd file and programming to launch after xx processes, can I launch my form (Reboot form) after all other processes........
View ArticleFind out what page as start page
I downloaded a vb.net sample. There are many folders under project as sub-project. Once I open sln file and run it, all folders display on the start page as buttons. How to find out which page is start...
View ArticleVS 2010 [RESOLVED] Adding Events To Custom Controls
I have a custom control that has a series of comboboxes. In my application, I programmatically add the control to several programmatically created tabs. When the first combobox value is changed, I...
View Article[VB.NET] Fill combobox from MySQL!
Hey guys! I've got a combobox, and I need to fill it up with data from a column in a MySQL table. When one of the cells is selected, the data in the cell in the next row(on the right) is displayed in a...
View Articleado - insert from one DB to another
Hi all, not too sure on how to craft this sql, I want to insert into an access database on a share path, from another access database on a share path, in vb.net using Code: Dim cmd As...
View ArticleTry and Catch with outlook
With this code i send a email with outlook. Code: Dim application = New Microsoft.Office.Interop.Outlook.Application Dim outlookEmail =...
View ArticleCant obtain Access Token. Unauthorized exception. Help?
It seems that Dropbox wont let me obtain access token. Any suggestions? Steps 0-3 work fine but it stops on step 4 and gives and 'unauthorized exception' warning. I have entered the correct consumer...
View ArticleConnection string to MSSQL 2008 VB.NET
Hi Guys, I'm working on some app which have to connect to the database (MSSQL2008). My connection string looks as follow: Code: #Region "[--------First of all you need database connection be set...
View ArticleVS 2010 Alternative to default webbrowser control?
the default webbrowser controls with vb.net 2010 no longer seem able to function with my project. (don't ask me why, they just won't. they stop navigating. LINK) a webbrowser control is still the best...
View ArticleVS 2010 Winsock, hamachi, ''The requested address is not valid in its...
Hello all, This is my first post on this forum, so first short introduction, I'm Daniël, a 17 year old programmer with an obsession for aviation... Today i started writing an application to fly...
View ArticleVS 2010 Website login with WebBrowser and VB.Net 2010
I am converting an old Access database application over to VB.Net and have run into an issue that I need some help with. In the Access (VBA) application I can automatically login to various websites,...
View ArticleVS 2012 DataGridView Combobox Control
Hi guys, Just wondering if there was a way of populating a DataGridView control during runtime so that in one column there could be a few rows set to type string followed by a combobox control cell all...
View ArticleVS 2012 Send email
Hey, Guys i need help i wanna setup my program to do password recovery the thing i want it to do is to send me the email with the username inside of the body inside of my email but the thing is i don't...
View ArticleVS 2010 How to get Wan?
Hello again, I'm attempting to get my computers public IP (WAN) and I've used numerous codes suggested from the net and none of them seem to work! Example #1: Code: Function GetIpAddress() As String...
View Article