VS 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 ArticleVS 2010 Looking for comparable namespaces of Awesomium
looking for the equivalent of the webbrowser namespaces/functions/properties/events in awesomium : .Document .DocumentText (for use with webbrowser.documenttext.contains("string") )...
View ArticleTime Stamp / Storage of Time in DB
Hello all I Am storing time in a SQL db and right now the time is stored in HH.MM.SS I would like to only store the HH.MM. I know how to use the following to string DateTime.Now.ToString("MM/dd/yyyy...
View ArticleVS 2008 Microsoft Ado.net sync framework conflict
hello all, I have a project that sync the client and the server. i'm using northwind database and customer table for testing purpose. here is the case. SERVER SIDE: Record 001 - Company Name changed...
View ArticleVS 2012 Multiple threading for my program issues!
Hello! Newbie here :) I am trying to make multiple threads for my Web Crawler program. I am expanding upon some old code I found lying around the internet. It needs to be multi threaded or else...
View Article2nd Form Load interupted by 1st forms calling event
Hello Everyone, Going a little crazy looking for an answer. There are two forms, Search and View. Search is the startup form and has a button linking to View. My problem is that my view form does not...
View ArticleMoved my VB6 upgrade project to a new machine and cannot open forms in designer
Hi! I moved my VB6 to VB.NET upgrade project to a new machine. I can compile the application (with many warnings), but I cannot open some forms in the Designer. It says: Code: To prevent possible data...
View ArticleVB 2010 and database on website
I have an application that connects to a database on my computer. What I want to do is host this database on my website. How would I go about changing the Data Source from a local file on my computer...
View ArticleVS 2010 Can WebBrowser change a HTML code?
Could I make that when I go to this webpage in a WebBrowser: http://www.pirlotves.com/player/canal2.php? I have this code: http://www.pirlotves.com/player/canal2.php?width=650&height=440 Change for...
View ArticleMovements & Timer
I am making a falling game, where things fall and you have to avoid them. I'm using pictureboxes as the falling objects which are connected to a timer but I'm not really sure how to make it so then...
View ArticleVS 2012 unbound column doesn't show result
Hi, VB newbe looking for some help. :) i have a datagrid with 8 columns (id, ean, name, description, price, totalprice, a spacer column and vat) i like to show a calculated column in a datagrid showing...
View ArticleVS 2010 VB.NET: How To Copy Data From Excel Workbook To Specific Table In SQL...
Hi All, I need help with an example to achieve the following task. I have an excel workbook which contains 4-5 columns, No Headers and 40,000 rows of data. I would like to use a form which would allow...
View ArticleVS 2010 [RESOLVED] HELP please!
I was going to add a tricky bit of code to my project and since VB always saves when you don't want it too, I decided to make a "copy" of my entire project folder and saved it on my desktop. Well guess...
View ArticleVS 2010 [RESOLVED] Idea's regarding a parent app with added modules/mini apps
Hi I find myself rewriting these small apps for people all the time which do very basic things, usually rearranging files, merging, parsing etc, so im trying to come up with an application where i can...
View ArticleMath.Round not rounding to correct amount
Please refer to the following - does anyone know why this is not rounding up the second decimal place? The correct result shoudl be 2059.43. Dim tempVFD, amount, exch As Double amount = 2025 exch =...
View ArticleVS 2010 ASCII to Hex
I'm currently using the following code, but it won't convert "advanced ASCII", such as: ¥ © etc... It just gives them a question mark value (3F). How can I make it convert them correctly? Code:...
View ArticlePrint Forms
I downloaded the power pack 3 and started using the print form feature that prints the form exactly as it is. But the problem my form is full screen and i use A4 Printing Paper. Only part of the form...
View Article