VS 2010 [RESOLVED] OLEDB import Excel file with HTML content!
Hallo hallo! I wanted to import an Excel Sheet into a datatable. After using this code Code: Dim MyConnection As System.Data.OleDb.OleDbConnection Dim DtSet As System.Data.DataSet...
View ArticleVS 2013 Convert C# to vb.net
Hello everybody. I use converter.telerik.com to convert this code to vb.net ,but can not run . Can you help me ,convert this code to vb.net . Thankyou very much. HTML Code: int number = 1;...
View ArticleVS 2012 Get "Balance" From a website?
Hello everyone. I recently learned how to log in on a website, I haven't been using httpwebrequest a lot though in the past, so right now I'm working with GetElement by ID/Value Now, I know how to go...
View ArticleVS 2010 [RESOLVED] blocking a keystroke
Hello I have had no luck finding what I want on the web, maybe you can help! My program has a multi-line textbox. The user must not use the enter key! I have tried lots of things to no avail. I am...
View ArticleVS 2013 A from to read data from an ECU
Gents/Ladies, To cut a long story short I'm a PLC/SCADA guy but i have a bet with a guy at work who says i can't code normal software so its a bit of challenge for me :D, I'll start of and admit my...
View ArticleWhat do these errors mean?
I have an aspx file and a aspx.vb file. It's a simple new user Web form in VS 2013: aspx debug errors: Quote: 'password' is not declared. It may be inaccessible due to its protection level. 'strEmail'...
View ArticleVS 2012 How do i click this button?
Hello, i need to click on the "Get my code" button but i dont know how to press it, since i do not have the ID or something. link: http://www.ign.com/prime/promo/deus-ex-free
View ArticleVS 2010 Could not retrieve schema information for table or view.....
Hello, I am using the VB 2010 the Data Source Configuration Wizard and am getting the following message when I press the finish button... I am using a Access 2013 database for my Category Table. Here...
View ArticleMaking a table application with VB/Database/Code app
So for a class I'm taking I have to make an application that works with a simple app. Basically for the VB portion, I need to create a table with the following categories: First name, last name, Colour...
View Article[RESOLVED] Find & Replace In Word
How would one use a find/replace function while in word? For example if I wanted to search for the word "Bulldog" and replace all instances with "Dawg"? I attempted to follow the guide here:...
View ArticleVS 2010 [RESOLVED] Cannot bind to the property or column LastName on the...
Hi, I receive the error "Cannot bind to the property or column LastName on the DataSource" when I try to load the form "frmMake Booking and I can not find where the error is occurring. frmMakeBooking...
View ArticleVS 2010 "Column 'Column Name' does not allow nulls"
Hi, I receive "Column 'Column Name' does not allow nulls" when I try to save information to a new table in the database even though, all the text boxes are populated on Form_Load so there should be no...
View ArticleFinding SSN Format on Web page
Good morning, I am having trouble figuring this out. It's probably really simple, but i just can't find how its done on google. My company has a webpage that pulls Equity for an owner, but this page...
View ArticleVS 2012 Cannot see anything in my Form1 but can see the code
Hey, I'm using a custom theme but this is what happens. So as you can see there's no text boxes, labels or anything like that. However, I can see my codes and stuff. Please help! My form is empty but I...
View ArticleVS 2013 DataGridView with RegEx replace very slow
I made a simple 2 column DataGridView which loads the first column with a list of strings from a text file then has two text boxes to use as arguments in a static RegEx.Replace process which puts the...
View ArticleVB.Net 32 bit and 64 bit compatibility
I just change my computer from 32 bit to 64 bit. I'm using a 32 bit MS Office and just recently found out that the Component Object Model aren't compatible to 64 bit. The first compatibility issue that...
View Articlehow to round up values to nearest 50s in vb.net
hi all i want to round up values to nearest 50s. for example: 1033 to 1050, 1071 to 1100, 1377 to 1400 how can we do it. please guide me thanks in advance gvg
View ArticleVS 2010 help with linq problem
Hello I know nothing about linq (I want to learn) I have the following code Code: Private r As Random Sub Main() r = New Random 'Create an array of exclusive numbers from 0 to 10...
View Article2 player online game
Hi All I've created a little game in vb 2010.net It's a card game for 2 players, that uses images in pictureboxes. At current you can run it in the userform, but the only problem is that you can see...
View Article