1,201 Topics

Member Avatar for
Member Avatar for sonia sardana

I want to extract all the URLs of favorites. Mine code is as below- Code is adding all the Items into Listview. I want that on ListView_Click,dat site is opened. [code] Private Sub GetFavorites() Dim lvitem As ListViewItem Dim di As DirectoryInfo Dim lPos As Integer Dim sData As String …

Member Avatar for Ramy Mahrous
0
68
Member Avatar for JwB

hi there, im currently working on my own cd ripping program using c# and wpf and was wondering what the best solution for this problem is? my xaml code is as follows: [code=xml] <ListView x:Name="trackList" VerticalAlignment="Top" Margin="0,100,0,0" Height="200" SelectionChanged="trackSelect" FontFamily="Comic Sans MS"> <ListView.ItemTemplate> <DataTemplate> <StackPanel> <StackPanel Orientation="Horizontal" Margin="0,0,0,0"> <CheckBox Name="checkbox" …

Member Avatar for JwB
0
144
Member Avatar for firoz.raj

Can anyone tell me why this codes are not working. here is the code What i have written.Simple i want to modify listview data using modify button.Kindly find the attachment also. [code] Private Sub Command2_Click() Dim con As ADODB.Connection Set con = New ADODB.Connection con.Open ("Provider=Mirosoft.Jet.OLEDB.4.0;Persist Security Info=False; Datasource=\\asfserver\itp$\product_tabletest.mdb") Set …

Member Avatar for firoz.raj
0
103
Member Avatar for ryan311

hi i have a problem puting a column header to my listview did not affair to my listview here's my code [code] Private mobjConn As ADODB.Connection Private mobjCmd As ADODB.Command Private mobjRst As ADODB.Recordset Private Sub Form_Load() Call SetupCustLVCols Set mobjConn = New ADODB.Connection If mobjConn.State = 1 Then con.Close …

Member Avatar for VIeditorlover
0
191
Member Avatar for jaasaria

hi guyzz... i have more than 1000 datas in my tables i loaded it in the listview using function.. but i have problem in loading it.. it consume almost 9 second to load all in the listview... i think it is in my coding.. i would like to minimize it. …

Member Avatar for samir_ibrahim
0
171
Member Avatar for jobi116

Hi.. I had a problem using a Control [ListView] out side its Class[main form class].. So i made that control [ListView] Static ..Now I can Add and Remove Items from The ListView with ease.. Now the problem is that i cannot use the Event's of this ListView. I need Your …

Member Avatar for JerryShaw
0
208
Member Avatar for ryan311

i cant load my data in listview this is my code [code]Private Sub LoadCustomerListView() Dim strSQL As String Dim objCurrLI As ListItem strSQL = "Select Lastname" _ & " , Firstname" _ & " , Address" _ & " , Idnumber" _ & " , Gender" _ & " From …

Member Avatar for Comatose
0
72
Member Avatar for firoz.raj

Can anybody tell me why these statement is not working ?. I want to see supplier detail using listview.here is the code what i have written. [code] Private Sub Form_Load() Set con = New ADODB.Connection con.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=\\asfserver\itp$\Product_tabletest.mdb") con.CursorLocation = adUseClient Dim listitem As listitem ListView1.View = lvwReport …

Member Avatar for firoz.raj
0
141
Member Avatar for abbajee

I want to know if it is possible to extract only 1 icon from .exe i mean not all the icon but the main icon like explorer.exe has alot of icon but i want to extract that icon only explorer.exe icon which is similar to My Computer icon and show …

0
66
Member Avatar for dokenz

Hey can anyone help me about listview. its like this my listview will contain items with prices on it and supposed to be that when you check the checkbox the item price will come out and yes it did. but the problem is when i check at the 2nd row …

0
40
Member Avatar for klia

hello everyone I am working on my application that deals with photos. well i have created my UI using Qt designer and converted it to python classes using pyuic4 but i am facing problem with the file dailoug where i can browse my directory and choose photos but i can't …

0
56
Member Avatar for abbajee

K my question is so simple but i never got any clue from anyone yet i think i've been asked about it from here too but there was no response may be people couldnt find out what i was asking or wot i was trying to ask ? But i …

Member Avatar for cguan_77
0
108
Member Avatar for sonia sardana

I want to know how to insert image into ListView Subitem. I know how to insert image into ListView first Subitem means. To insert an image into first item [code] dim lvitem as ListViewItem set lvitem=ListView1.Items.add("Sonia",me.ImageList1.Images.count-1) [/code] Can somebody tell me how to insert an image without text into subitem.

Member Avatar for samir_ibrahim
0
177
Member Avatar for jaasaria

hello, by the way im using datagrid in showing all the data in my database... here my codes... ''''''''''''''''''''''''''' form_load set rs = orecs ("select * from employee") set datagrid = rs ''''''''''''''''''''''''''' how can i convert it in list view to view all the data in my database......... plssssssss …

Member Avatar for chanthung
0
189
Member Avatar for web4

first of all i am new to asp.net but i am familiar with vb.net my question is how could i edit some values in datagrid?? for example i have a database some of these values should not be hidden and in that way,i want to set up some value in …

Member Avatar for agrothe
0
56
Member Avatar for muhammad ismail
Member Avatar for rapture
0
49
Member Avatar for murderotica

Hello there, I have created and application where the items in a ListView will be dragged and dropped over the desktop. So far, I was able to implement the drag but cannot drop the item. The function I used should be detected by windows but it cannot register the drop …

Member Avatar for LizR
0
138
Member Avatar for sonia sardana

I want to change the text of second column of listview to bold, & secondly, I want to change the backcolor of row,when the user clicks on that row. When we run the form first time,text of second column is bold.But when the user clicks on the row,backcolor is not …

Member Avatar for Ramy Mahrous
0
113
Member Avatar for andy999

Hello seniors, I want to load data in listview on selecting the item in listbox.The data is available in data folder in different text form.I am trying to load but there is a msg"file already open". what i am doing wrong? Secondly I also want to add timer function so …

0
77
Member Avatar for FTProtocol

I need need it to update my ListView before continueing [code] if (chars.Length > 0) { string log = string.Format("{0}:{1}", acc.Username, acc.Password); UpdateListView(); sWorking += log + "\r\n"; foreach (IJJIAccount.GunZCharacter gc in chars) { log = string.Format("\t{0} - Level {1}", gc.CharName, gc.Level); sWorking += log + "\r\n"; } } [/code] …

Member Avatar for LizR
0
149
Member Avatar for ryan311
Member Avatar for selvaganapathy
0
89
Member Avatar for jaiprakash15

Dear Friends. I need to copy particular columns from a listview to a XML file. Example i need 1st and 3rd Columns data's to be copied to a XML file. Can any one help with any example code..How to get the Column data from a Listview.. Thanks and Regards, Jayaprakash

Member Avatar for jaiprakash15
0
151
Member Avatar for sfrider0

I'm getting all the links from a web page and displaying them in a listView box. How do I prevent duplicates? I know how to block some links that I don't want by using the StartsWith and Equals and those functions. Do I do something with those or is there …

Member Avatar for sfrider0
0
126
Member Avatar for -mk-

Hi, I want to create a web application that have messaging feature, thus the message inbox will be similar to typical email inbox where you can tick the checkboxes to select which email to be deleted or moved. Just like the below picture : [url]http://img209.imageshack.us/img209/7720/chkboxrj0.jpg[/url] How do i create the …

Member Avatar for binoj_daniel
0
482
Member Avatar for karthi_selva

hi, i am doing a project in C#. i have not much knowledge in C#. i displayed items in listview with icon format. task is:::when i click the right and left button on icon, i like to show some data to user. ( ex in desktop we use right click …

Member Avatar for karthi_selva
0
117
Member Avatar for darkyere

some code ive been using whit out any problems suddenly wont work.. Whats the really weird parts is when its a random number it got no problems lodaing the image. But when its i := i +1 item := listview1.Items; form2.image1.Picture.LoadFromFile(item.Caption); {here it chrashes] it crashes whit an error called …

Member Avatar for LizR
0
166
Member Avatar for cVz

Sup ladies and gentlemen, please help me, i need to loop through the listbox, now here's what i have [code] foreach (ListViewItem ListItem in listView_Replacement.Items) { // finding the string in the current item rows string m_findText = listView_Replacement.Items[0].Text; string m_replaceText = listView_Replacement.Items[0].SubItems[1].Text; string m_Messagetext = txtMessage.Text; string m_MessageTextNew = …

Member Avatar for cVz
0
109
Member Avatar for sfrider0

Is it possible to display in image in a listView box? I'm working on a link checker all the links on a webpage are put in a listView box. Right now I just have the words "Good" and "Bad" by each link and would like to put an image next …

Member Avatar for ddanbe
0
116
Member Avatar for hkinser

Hello everyone. I've read several articles on the internet in trying to figure this out; however, those article seem a bit over my head apparently and I can't seem to find a code example that is simple and to the point to implement. I'm coding a password manager program in …

Member Avatar for arbalu
0
214
Member Avatar for sfrider0

I created the first method, which gets and displays all the links in a web page in a listView when a button is pressed. I found the second method on a site that supposedly checks to see if a link is valid. I need help on incorporating it into my …

Member Avatar for sfrider0
0
208
Member Avatar for chanthung

Hi, hope everyone here is dong fine. Can anyone please help me with my coding. This is the code to fetch the book name from INPUT box and display it in a TextBox(which is limited). But I want the records to be displayed on a ListView with several others having …

Member Avatar for hkdani
-1
101
Member Avatar for murderotica

Hello there, I'm having trouble of dropping items that reside on my ListView to the desktop or to any entity outside the form like the in outlook to make it as an attachment. I can now drag it using the DoDragDrop function and able to drop it to other ListView, …

0
91
Member Avatar for corteplaneta

Hello, Basically, here's my problem. I would like to have a multi-column listview (with objects created from an arraylist) store information about what object is related to what listview item. I'm sure there's better ways to do this, but I can't figure it out, so I want to add a …

0
77
Member Avatar for bornok15

Anyone who coulf help me in loading listview items to another listview? i want to load items one by one using "selected" property and all items by using "For each" statement.. and also i want to know hoe to track down duplicates with 1 column as a basis.. anyone who …

Member Avatar for jaasaria
0
110
Member Avatar for Lukezzz

How is it possible to put a picture before the listviewItem. Under C: I have a picture.bmp that I would want before "Item" in the listView1. I use "details" as for the property in the listView. "Item" comes up 5 times in a List but no picture. What could I …

Member Avatar for Lukezzz
0
100
Member Avatar for Traicey

Guys I need to read from a text file and display to a listview I have tried google but nothing like what I am looking for, can anyone help me, Im using windows application Thanx in advance

Member Avatar for Liszt
0
102
Member Avatar for MutokoCraig

Hi I hope you can help me do this, im a new c# developer and im trying to find out how to make the listview show what form is currently open in the MDI. i have a Parent MDI so i have a treeview which opens Child Forms in my …

Member Avatar for LizR
0
78
Member Avatar for dearrajaguru

Hi friends.... how to add a particular column values in list view. 5 th column is amount.. i want to display the total amount.. please help me.. its very urgent... thank you... Regards., Guru

Member Avatar for dearrajaguru
0
81
Member Avatar for Spider8990

Hey everyone Could someone please help ,I've been looking around on google for 2 days now..and I have no luck...:-( I have at this moment 2 listboxes ... User selects keywords from the 1st listbox .. "click add" button ,and the selection value goes to 2nd listbox...I also have a …

0
53
Member Avatar for amolpbhavsar

Hello, I added some items in listview and changed the listview view to LIST. After this, every item got the AutoEllipses to it automatically and i don't want this. I want to see the full text of items in listview. Anyone is having the suggestion about this...... Thanks in advance..

0
46
Member Avatar for Renukavani

hi all i want to drag multiple selected rows from datagridview to drop in listview.plz help me out.

Member Avatar for LizR
0
37
Member Avatar for Thew

Hi, I need to know, if I can draw multi-colored subitems in ListView. Since I've been trying to do this, I made some steps, but the result is subitem still with one color. For example, I need to draw this: [COLOR="Red"]H[/COLOR][COLOR="Green"]e[/COLOR][COLOR="Red"]ll[/COLOR]o, but I get this: [COLOR="Red"]Hello[/COLOR], always...

Member Avatar for pritaeas
0
22
Member Avatar for laghaterohan

Hi..out der... I want to do attendance marking appl...in dat when i select a date and click ok....all the selected colms frm my database should be visible in my LISTVIEW... Besides these columns i want check box so that i can check dem to mark present.... and when i click …

Member Avatar for laghaterohan
0
109
Member Avatar for tootypegs

hi, im using borland c++ builder and I have created a list view which contains 4 colums of data. Im happy with this bit however I would like to make it so the user can select a row from the listview. I have managed to get it so the user …

Member Avatar for mitrmkar
0
216
Member Avatar for sdimantova

I have a program that lists files found from a search, and when the user selects one of the files and clicks open, it will open the file they've selected. I only want them to be able to open one file at a time, and I want an error box …

Member Avatar for selvaganapathy
0
118
Member Avatar for bkastel1

Hello to all, i have a question that maybe already has an answer but i can't realy find it. I want to have a ListView with a progressbar for each item (row) in this ListView. I have an application where i'm downloading some files to a electronic device i made. …

Member Avatar for CraigSchaefer
0
2K
Member Avatar for Lukezzz

I have created a listView on my Form. In the properties I have created 2 Columns. What I now wonder is how you can put text in each column. I have tried out this code but no Text is coming up in the listView1 at all. Could I be on …

Member Avatar for Lukezzz
0
114
Member Avatar for sdimantova

My program performs a search on a user selected directory and produces a list of files and attributes in a listview. The user then has the option to open files, move them, or delete them. This program will be used accross a wide variety of users and I want to …

Member Avatar for sandeep_chalke
0
339
Member Avatar for ruchika beddy

I have a TextFile that contains Records. On Form Load I m saving those records into the listview. I set the MultiSelect property of the listview to true. I have one button, I want that suppose user Selects multiple items in the listview by using ctrl. & Click on Button,Firts …

Member Avatar for ruchika beddy
0
148
Member Avatar for ruchika beddy

hey suppose I have 3 Rows Items in a ListView. I want that when i Click on Row1 msgbox comes Yogesh 0 When I click on Row 2 Msgbox Comes Yogesh 1 & SO ON> But with mine code- When I click on Row1 msgbox comes Ruchi 0,Ruchi 1, Ruchi …

Member Avatar for KillerOfDN
0
196

The End.