VS 2008 Is Good For A ListView?
Dec 26, 2009
In my VB6 project I had eight list boxes in an array. I was able to create a command to move to the next listbox by adding one to the index. I was able to move to the next selected item in the listbox with a command also.All the data in my arrayed listboxes: I was wondering if I could put into a ListView with multiple columns in VB2008 (each column would have the items from the listboxes mentioned before).
If they were in a ListView, would I be able to work in each column by moving to the next item with a command like I did before, and then move to the next column of items with a separate command?
I was thinking it would be easier to do that than array all those listboxes again.
View 1 Replies
ADVERTISEMENT
Feb 23, 2012
the code below just all of the sudden started loading the list and then just decided that it wasn't going to let me view any of it lol nothing but a blank listview,,but according to the scrollbar there is stuff loaded.and while i'm here whats a good alternative to loading a listview using StreamReader .. it seems slow compared to the old vb6 loads I've done on list in the upwards of 45000 or more and even they loaded in less than 10 sec [code] 1 min after posting this and 20 min rubbing my head before that..i found the prob..the form load wasn't loading my headers at all..i didnt noticed that ..course there was no errors either.
View 20 Replies
Apr 13, 2009
I just want to ask is there an IDE as good as Visual Studio 2008 for Linux? MonoDevelop IDE is not good, I need a free Visual Studio for Linux?
View 3 Replies
Jul 6, 2009
Can anyone point me to a good tutorial for creating custom controls. I want something that is actually understandable.I have gone through a few but nothing really any good at this point. I want to create my own contol that uses its own look and not just modifying a windows control.
View 2 Replies
Jan 15, 2010
I wanted a good example of the GOTO statement, I really want to know how to imply the goto statement in my future projects.
View 7 Replies
Sep 22, 2009
I have a vb-2008 program that contains a (listview) control.
View = details
AllowColumnReorder = true
Lets say the table has 3 columns (a,b,c) and 1 row of data.
a b c
1 2 3
I want the user to be able to re-arrange the columns (by dragging the column headers) before printing the contents of the table.
c a b
3 1 2
Statements like:
.. ListViewX.Columns(2).Text
.. ListViewX.Columns.Item(2).Text
.. ListViewX.Items(0).SubItems(2).ToString
Give the column-name (c) and cell-contents (3) of the origional table .. not the (3rd) column (b) of the re-arranged table.
How can i get the column-name and cell-contents of the (3rd) column of the re-arranged table?
View 1 Replies
Mar 21, 2010
Do I really have to go through all this just to find out what item has been selected in a ListView?
[Code]...
Isn't there something fundamental like this? Is absolutely everything in VB.NET buried beneath a colossal heap of bureaucracy?
View 13 Replies
Mar 20, 2010
i am developing a point of sales system. currently i have my product code scanned and displayed in a listview. lets say that i have 5 product codes displayed in my first listview. By clicking on a button, how can i use these codes to call upon the details (prices, product name, etc.) of the corresponding codes and display in another listview?
i am using Visual Basic 2008 and MsAccess as my database. who have the idea on solving my question. (As my last thread has not been answered at all..
View 1 Replies
Jan 18, 2012
I want ListView instead of CheckedListBox files in checkedListBox is being updated via ListBox1 How can I add the size of file too in listview
[Code]....
View 8 Replies
Jan 15, 2010
I have a listview control. it has an imagelist attached to it with two images in it. I have entered items into my listview, and they are using the first image in my imagelist.... GREAT! Now, there is a variable I have that will tell me which index in the listview is currently active, noting to do with what I select that could be at another index it's just what's being processed by the program at the time in some task.
Create a function that will change the images of all my listview items by looping through them. If the index variable is set to 2, I want the 3rd item in my list view set to use the 2nd image in my imagelist. The rest of the items in my listview need to be set to the first image in the imagelist.
View 3 Replies
Aug 15, 2011
This is a good way to use DocumentCompleted using AddHandler (good for a tabbed web browser) [code] Of course,.you can adapt this for a tabbed WebBrowser by replacing me.text with tabcontrol1.SelectedTab.Text.
View 1 Replies
Jun 24, 2011
What is a good 3270 emulator(which can login, scrape screen, find text, send keys etc. in background) for .NET(win n web). Something very similar to [URL](apparently zephyr costs like $5k per year, which is quite a lot, for one pc).
[Code]...
View 2 Replies
Aug 12, 2010
Does anyone know if Visual Studio 2010 has a good/Updated Tapi sdk? Or Does any one know where I can get a Tapi Sdk that is in .Net format?
View 1 Replies
Apr 21, 2010
I am starting off in the .NET world and wanted to know what a great beginner book would be that would explain how to use asp.net, vb and SQL.
I hear "Learning Visual Basic" is a good series but wanted to see if there were anymore out there.
View 1 Replies
Jun 3, 2009
So I'm on the way out of the woods for my latest app, which will have users across the nation.I'd like to put in an Easter Egg, but ideas are escaping me.Does anyone have a good idea for an Easter Egg to put into my app?
View 15 Replies
Apr 16, 2010
Show me a link to the source of a good scientific calculator example?
I'm using VB express 2008. I've been searching, but I can't find any good ones that work with express 2008!
View 6 Replies
Mar 15, 2010
im planning to create a n GIS..and its good to use flash on map image.
View 2 Replies
Aug 31, 2009
I have looked at many of the tutorials, however, using 64-bit windows vista home premium using those examples, it doesnt seem to work, however, I don't have other computer to test on, is there a good way to do what GetAsyncKeyState does on my system?
View 7 Replies
Jul 29, 2009
I realize that this would mean a third-party component and I've looked at a few. Does anyone use/know of a component that they would recommend to get reliable, quality Word to PDF conversion via a VB.NET application?
Anyone know of any cheaper options that will do a good job? I tried a couple of cheaper RTF to PDF convertors, saving the Word doc as RTF via the app but the PDF they output lost formatting on Word tabs, table of contents, page numbers, etc. Not good enough.
Otherwise, I will have to tell the app users they will need to convert the Word doc to PDF themselves (unless they have Word 2007 and pdf add-in which I can probably offer as an option).
View 4 Replies
Jan 27, 2011
If I got Dim myRect As Rectangle = New Rectangle(0,0,100,100)Is it necessary or just fine to later do this: myRect = Nothing Or it isn't necessary?IF it is necessary, are there other cases it isn't for my variables?
View 2 Replies
Oct 10, 2010
I use to use Structures quite a lot in the VB6 days, and try to avoid them now with .NET. Just wondering if using structures in 2010 instead of a Class is considered nasty?
View 6 Replies
Mar 15, 2012
Does anyone have any good .NET Tutorials? What are some good websites for .NET Tutorials? Sorry if this is in the wrong section. I don't know enough about .NET to ask in the right section.
View 3 Replies
Mar 9, 2010
I am really interested in learning VB .net, but I don't really know where to start. Could anyone recommend a good book or website to start learning.
View 15 Replies
Oct 7, 2009
I never touched the crystal reports topic before but i hae been through certain articles and found that i't not hard as it sounds. however, i need names of some good books on this topic..
View 2 Replies
Mar 15, 2010
anyone know any good tutorials for screen scrapping? what im trying to do is make an application where i enter in keywords ...
View 2 Replies
Aug 6, 2009
I'm looking to get into some of the more advanced features of resharper tamplates. I know just enough to be dangerous by looking at some of the existing templates.
View 1 Replies
May 31, 2009
I have a little problem with checking if a sql connection is good.
Attached here i have a simple vb.net program that should check if the sql connection to the sql server is good. If i just run it once it works very well. But if i use it in a timer and check the connection to the sql server every 10sec it will only tell me that the connection is good (V=0).
I have tested the code with turning of the sql server service.
Dim connect As String = "Server=192.168.1.2;Database=Test;User ID=sa;Password=12345;Trusted_Connection=False"
Dim sqlconnection As New System.Data.SqlClient.SqlConnection(connect)
[Code].....
View 6 Replies
Aug 20, 2009
I need VB.NET tutorials and simple VB.NET examples. I am trying to implement click events like[code]...
View 3 Replies
Nov 17, 2007
I'm looking for something relatively simple - just a monthly calender view where text can be placed on each individual day - just like a calender on a fridge (with a highlight for the current day). Slap it on a form or UC, set up a few properties and all done. I don't even need any clicking events - just a display.
The controls I've seen for sale are much more than what I need and creating my own, while an option, is something I'd rather not have to spend time on.
View 16 Replies
Nov 18, 2009
What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#? I imagine some good examples would be: algorithms or project exercises that run the gamut of C# syntax,reference material,list of the key syntactical differences that VB.NET programmers should be aware of?
View 10 Replies