VS 2008 DataGridView update problem
Good Evening All I am struggling with a datagrid view that i currently have got. The code i currently have for the form is attached below. The combobox filter is populating fine & the datagridview...
View ArticleNeed Help With Hot Keys (NOT USING TIMER)
Ok so i have started a project but i need hot keys i have used the timer method but it does not do what i want it to do. Like the .net forms have a key pressed i want it to be like that as a timer is...
View ArticleVS 2010 Is there a better way to extract HTML data using DOM?
HTML Code: <table> <tr><td>T1R1C1</td><td>T1R1C2</td></tr> <tr><td>T1R2C1</td><td>T1R2C2</td></tr> </table>...
View ArticleVS 2010 Datagridview and ContextMenuStrip
Hi! On my Form there is a DataGridView that has a ContextMenuStrip bound to. ContextMenuStrip has one button "Delete". When I Right click on DataGridView then it displays the ContextMenuStrip,...
View ArticleVS 2010 convert string to integer
i have this function to read from text file..the problem is some times it read numbers and retun it as string although i want to return it as integer..any clue how to get this done Code: Public...
View ArticleVS 2008 ListView1.Items(i).ImageIndex - Help
Hi there! I need help. The main problem is that i want to use the imagelist into the listview, but i only have 6 images. I tried to randomize it but it didn't work. The code I'm using: Code:...
View ArticleVast ammount of data manipulation between Excel and VB.NET
Hello, I would kindly ask for a direction for the following dilema: I have huge XLSX sheet where I perform approximately 2000 calculations and about 100 graphs. It took me more then 1 year to build it...
View ArticleVS 2010 label background
Hi, i have an object that it would refer to the label thats written in the text box and after that THE OBJECT would be the label and i want to change the label background heres some code : Code:...
View ArticleVS 2010 Selecting a Random items from a listbox.
I wanted to make a program that enables the user to input text into a listbox and hit a button and it will randomly select one of the text out of however items there are. It will then take the random...
View ArticleVS 2008 Guys... I got a problem... trying to output from an RTB to a text...
I am trying to print all of my data from a RichTextBox to a text file. in my RTB i am showing everything in its proper place.. BCF-2373 FLEXI MULTI U WO 3 C3730 WO 09271 23731 BTS-1045 U WO 1 5...
View ArticleFooter in grdiveiw
Hi, I have a gridview with many rows and no paging only scrollbar. I want to add a footer only for last 2 columns whose value will sum of the column(ex. total of price).I also want to make the footer...
View ArticleImport information to outlook from Excel developer
Hi, I have an attached excel sheet. where tab 1 consist of some information for employees and tab 2 consist of email ids of those employees. I want to automate the sheet in such a way that if i press a...
View ArticleVS 2010 Recovering Saved Internet browser passwords
Im trying to make a program that recovers peoples internet passwords that have been saved, yes im a hacker get over it. Can anyone tell me any codes to help me or give me a tutorial?
View ArticleVS 2010 [RESOLVED] Is my new program good?
I created this program with C# coding and launched it with a Java Applet. This is an online notepad (Test) As I said there is NO download! Its an online program! Link: Junk removed by moderator, all...
View ArticleVS 2005 How to insert textbox value into DataGridView.
Hi. I've a dgv and 4 textboxes. I want that i insert the data in all 4 textboxes and then after pressing submit button the data goes to DGV and from there i press the Send button and the DGV data goes...
View ArticleVS 2010 Auto refresh contents of listbox?
I have the following working code, but I want it to auto-update after another entry has been written to "mytextfile.txt" Code: Private Sub Info_Load(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 Change Height/Item Height
Hello. I want to be able to change Height property for controls. Like Height for TextBox and ItemHeight for ListBox. But the controls won't let me change it. They set it back to their default value...
View ArticleVS 2005 Importing from excel into sql server
How do you import an excel file into a Sql Server database in vb.net? I am new to vb.net and I am creating a program that users need to have the ability to import from an excel file on a regular basis...
View ArticleVS 2010 A first chance exception of type 'System.IO.IOException' occurred in...
I never use to get this error, but then it popped out of no where. VB2010 points at this line for the error. Dim fs As New IO.FileStream(OpenFileDialog1.FileName, IO.FileMode.Open,...
View ArticleGmail
Hello how to put in a listbox list of my email box recption displayed in a webbrowser. with their links and when i click in the listbox i can open the message in webbrowser. i do the connexion with...
View Article