Help DataGRidView not Bound but i cant import from TXT
i have a txt file that i want to import into a DGV that i didnt bind to anything but vb says its bound. Heres my code Code: Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVisual Basic download a file faster {HELP}
Hello i need help How to make Visual Basic download a file faster ?? I'm using Direct link but How to make download file faster thanks
View ArticleVS 2005 Get the List View Item Name
Hello guys! I have here a picture of my ListView from my project. Attachment 95549 Now if I selected one of the item and clicked the OK button, how can I get the item name? Example: Let me say, I want...
View Article[RESOLVED] Adding Handler to DataGridView doesn't run code correctly
Hello, In my project when i dynamically create a DataGridView I am adding a Handler to the CellParsing event wit the following line: Code: AddHandler DatGr.CellParsing, (AddressOf Datgr_End_Update) My...
View ArticleVS 2010 Multiline data from Access DB will not stay multiline in Report!
Hi Now a thread with this second problem. i have som data in a tablecell in an Access DB which is multiline, and it is multiline, and when I get this into my report it is converted to singleline which...
View Article[RESOLVED] How to make a function when user hits Enter?
Hi As the title says, how do I make a function when the user hits the Enter button?? I know it's basic but I can't seem to find it??
View ArticleVB Webserver Capabilities
I am working on a project which consists of a web server (xampp) running on a Windows XP machine. The web server receives a stream from our hosting company when a customer requests a product drawing. A...
View ArticleVS 2010 How to access a connection string from a web.config or app.config in...
Hi Guys, I have a class library that I've used as a DataAccessLayer in my website. In the web.config file for the website I defined a connectionstring. In the class library I accessed the...
View ArticleChart - Clustered and Stacked - How to ?
Hi, I have a set of data like the one below (from April to March). To respect our fiscal year: Attachment 95583 This example is for 3 years, all years having 2 categories (local and world). I would...
View ArticleVS 2008 Str Function
Dim j As Integer Dim Hold_Number As String i = 2599 i = i + 1 'at this line, i becomes 2600 as you would expect Hold_Number = Str(i) j = Len(Hold_Number) After the last line executes, j = 5, not 4 as...
View ArticleReading 64bit registry entries from 32bit app - hurlp!
So I've been over and over and over this and for some reason it completely escapes me. I cannot get this to read 64bit information properly and I could really use a hand as to what I'm missing here. I...
View ArticleVS 2010 How to pass textbox value from a form to outlook add-in
Hi all, I have some code which populates a combobox and I want to pass the selected value of the selection to my outlook add-in. How can I reference the value on the form from the item send routine? I...
View ArticleVS 2010 [RESOLVED] Financial.Pmt Help
I am trying to get a program to work for class...but obviously it is not working. I have spent 5 hours trying to figure out what is wrong and have rewritten this several times to no avail. Here are the...
View ArticleVS 2010 filter a dataTable using distinct column value...
Hey all, I have a large data table that stores process data. The table has a process_start_time column (dateTime value) and a total_process_time column (double). I ultimately need to get the sum of the...
View Article[RESOLVED] Array out of range.
Hi I am trying to make some code to collect tokens of a string. but I keep getting an out of range error, tho it works with some expressions here my code. Code: Public Class Form1 Private Enum...
View ArticleVS 2010 How to set the ListView cell text or background color
Hi all. I am new to WPF and I am trying to change the cell text or background color in the cell. Example Cell >= 1.25 change color to red Cell <= 1.24 change color to green Here's my xaml Code:...
View Articlenull reference
i am getting a 'system not set to an instance of an object' nullreference error when i run the following function: Code: Function collisioncheck() spikes(1) = spike1 spikes(2) = spike2...
View ArticleVS 2010 [RESOLVED] Need help converting textbox numbers into integers
I'm creating a temperature convertor in Visual Basic 2010. I have the code working, but I need it to convert the result of the conversion into an integer. I've tried, but no success. I'm trying to...
View ArticleVS 2010 Difficults with transparent edges.
Howdy. I've wanted to make my application to look more "flashy", so I decided to put a skin on it. So I've set the background color to Orange, and the Transparency key to Orange as well. As a result...
View ArticleVS 2010 compare two datasets
hi everyone, hope you doing fine. I really need some help. actually i am developing a small application for creating invoices. one thing that i am finding really hard is when you have to edit an...
View Article