SGrid 2.0 as a cool alternative to Listview [Updated] -
**Updated versions below this post**
Here is a little example I have been toying with lately. It could be usefull in one of my applications managing databases. Allowing users to select and deselect multiple items and rows of data.
I thought some of the code heads might appreciate this. Obviously its just an example however I know it could be vastly improved in its coding.
Any ideas or suggestions help.
Anyways here is the zip file and a screenshot.
Read the readme file as it instructs you on registering VB Accelerator SGrid 2 ocx.
SGrid 2.0 as a cool alternative to Listview [Updated] -
**Updated versions below this post**
Here is a little example I have been toying with lately. It could be usefull in one of my applications managing databases. Allowing users to select and deselect multiple items and rows of data.
I thought some of the code heads might appreciate
ListView Alternative -
Is there a way for me to use a listview and retain x,y coordinates for cell positioning even when I have to scroll horizontally?
Or is there an alternate Component that I may use to allow cell position detection and background highlighting for each row?
Thank,
Marc
SGrid/OGrid control -
Does anyone know how to implement the SGrid or OGrid, or at least a link to these controls? for those who doesn't know SGrid, its like the one used by outlook. you can put multiple images, multiple rowheight...etc. OGrid is being used by SQL Enterprise Manager, where in multiple column
Advanced SGrid 2.0 Modification, Custom Scrollbars help -
Ok I need some assistance with combining this: http://pscode.com/vb/scripts/ShowCod...63527&lngWId=1
with SGrid 2.0
I know it will work, because SGrid draws its scrollbars with native win32 scrollbar api's...
I don't need help making properties or actually drawing a scroll
SGrid Deployment -
Hi all,
My application has made use of the vbaccelerator sgrid control.
When deploying it with PDW and install on a client PC (win98), it has problem.
After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the ti
sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?
sgrid with VBA -
I'm trying to work with sgrid 2.0 with VBA for autocad.
when I fire my project it's crash with error " run-time error '0' ".
also when i fire the " web sgrid demo " it's fire correctly.
someone can help me??
thanks.
refresh listview control contents from access database -
The listview control had load all the record from database.....and i update one record in the database......so in the form...i want the listview to display updated record in the database...i had test the listview.refresh method.....it just repaint the listview control and not load the
An error with SGRID 2.0 Control -
Hi all
I am using the SGRID 2.0 Control from vbaccelerator and works great, but sometimes I have an error that closes my app telling me that: "a not allowed operation ..."
well, this only happens sometimes when i load a form that contains a SGrid control, but for exampl
SGrid 2 -
I am using the VBbaccelerator SGrid 2 and am having difficulties with the .Ensurevisible property.
I have a grid with 400 rows and when I run .EnsureVisible 300,1 (Row 300, Column 1) it only just gets off the starting block with the scroll (5%- subjectively), but it should be more t
ListView Questions -
Hey, I have searched but found nothing useful so far, so I am posting here...
Have some questions for you:
1) I am going to be adding another column to my ListView, it's going to contain the ID number of the recordset for updating/deleting. However, I want to be able to hide thi
Listview limitatations: # records and rt-clicking -
Can I use a listview if I have more than 33,000 records? If not, what could be an alternative? I require the capability to select multiple records from the listview, and to rt-click on a selection of records for a pop-up menu to sort, delete, search. Please help!!
[2008] Resize Listview Height -
How can I resize the height of the listview when the user maximizes the form. I used custom controls and it does not work properly with the anchor property.
Do any of you had an alternative code that acts just like the anchor property? I will also place buttons below the listview and
ListView Resfresh -
Is the anyway to stop the whole listview from refreshing everytime I add (or edit) an item? I need to listview to update very quickly, at the moment its pretty slow (due to refreshing every time??)
Is there an alternative to a list view that is faster? I have considered using a print
VBAccelerator SGrid 2.0 - OLE Drag/Drop -
I am currently working with VBAccelerator SGrid 2.0 and I was wondering if anyone has ever found a way to add OLE Drag/Drop or anything that resembles it. It doesn't have to use OLE - but I want to be able to drag the selected list item(s) into a treeview control and have it at least
Free Ebooks Updated Ones -
Cool New Updated One Ebooks Free Ebooks New Updated Ones Pls Feel free to download they all are free
ListView Refreshing -
I have a MDI Form with child forms. One is a ListView that shows a query of my database, a list of customers. Another child form allows you to edit or add customers to the database. When exiting the add/edit form, I would like to have the ListView refresh the data as soon as the other
SGrid - How do I disable horizontal scroll bar and change Column Header color -
I'm currently using SGrid and I need to disable the horizontal scroll bar, and change colours of the Column Header to blue.
Does anyone know which properties or settings that do that?
sgrid and printing -
ok, im trying to design a program that will help organize things at these racing events I run. Autocrosses for anybody that may know about these kinda things. I plan on using sgrid to display the information in the program, but we need the ability to print out the charts of racers.
Custom ListView (or ) -
Is there a Custom ListView control (or alternative?) where you can have icons and a description + more beneath them?
Like this:
Code:
<icon picture>
Name: Item1
Item1 Description
Is it possible? Or is there an alternative control (or 3rd party control) available anywh
How to detect how many records are updated -
I've the following codes in my program to update some records in a table, based on some conditions.
------------------------------------------------------------------------
sql = "update tbl_cust set dept_id = '" & dept_id_new & "' where dept_id = 'A'"
Se
Customize the looks of your start button -
Hi! It's me again.
Updated for WinNT/Win2000.
textbox not update while listview items is updated -
I use listview,and textbox,microsoft access, .When items in the listview is updated, the textbox is not update with new record.How to update the textbox with new value?
How to update field in listview -
Hi,
I use the listview component to show information about a given date.
The meaning is to mak an ordertracking programm so that i can mark when an order finished or not.
I completed the designing of the listview, but the problem now is, when an order is ready, and i activate
Using vbAccelerators SGrid -
After being frustrated by the MSHFlexgrid, I had a look around
here and lots of people seemed to like vbAccelerators SGrid
I'm feeling like a bit of a fool, but I cant run their demonstration projects.
I downloaded the binary, put it in C:\Windows\System32, registered
it with r
Apache 2.0 for Win32 -
Interesting article at eWeek. Apache finally becomes an alternative for IIS on Win32. Given security concerns, Apache probably becomes a favorable alternative.
Wow. Now that is pretty cool.
Drag and drop within a picture box -
My first question in ages
Anyway, how can I drag a listview control around within a picture box control?
I can get the greyed outline of the listview to move around with the mouse cursor (DragMode = 1), but when I release the mouse button, it doesn't do anything (i.e. it doesn't
Saving SGrid with SaveGridData Problem (solved) -
Hi to all...
And here is another anoying SGrid 2.0 (VBaccelerator) problem...
I'm trying to save the grid with
Grid1.SaveGridData "C:\sgrid.tst"
or
Dim Xfile as String
xfile = "C:\sgrid.tst"
Grid1.SaveGridData xfile
and i get a "Runtime
Spacing in a multi lined textbox -
Hey. I would like to enter a space in a text box when someone clicks a command button. Like so:
Bob is cool.
Bob is cool.
Bob is cool.
When they click the cmd:
Bob is cool.
Bob is cool.
Bob is cool.
Any help is appreciated.
Hiding listview columns -
Using the method of setting the width of the column to 0 then subclassing as described on http://www.vbforums.com/showthread.p...ighlight=cool, I was able to "hide" a listview collumn in vb6 without any problems, HOWEVER even with the upgrade wizard I cannot for the life of
Alternative for ZipTV (multi-format archive extractor/readrer) -
Hi!
I need an ActiveX to read the list of files in an archive and not concerned about extraction or compression. I has found ZipTV component which corresponds to all my requirements. It is read zip, rar, arj and much more formats. But it written in Delphi. ActiveX of ZipTV is out of d
Coloring the Listview -
Hi,
does anybody know how to color the listview cells individually (report mode) ? For example, if anyone is using ZoneAlarm, will notice that ZoneAlarm features a very cool listview where the background color of various cells can be painted.
Using the sendmessage API I manage
Deleting Stuff from Db + Listview -
Hi,
When somebody drags a row from the listview to the command button and drops I want the corresponding row in the tblNeWBets from database betdata.mdb to be deleted. I want this to work so that the person can highlight any row in the listview and it will find the correct row in th
SGrid and ellipsis button (Woka where r u) -
Hi folks,
I am using the SGrid (version 2.0). I need to show an ellipsis button in the grid row, which when clicked would show a file selection dialog. The selected file would be shown in another column.
I have been able to place a command button in the grid row. However, when I
Linking listview to a database -
I'm having trouble linking data from a report-style listview to a database. When an entry in the listview is edited, I would like the data to be edited in the database. As of now, I have been saving the states of the listview prior to and after editing then changing the database accor
how to update a listview without flashing -
I have a timer that calls a fuction every second. The fuction is the listview population roteen from an access database file.
The idea is that as the access databse file is contantyl being changed and updated, the listview needs to contantly uopdate itself with this Access database.
SGRID2 Cell Data across multiple rows... -
Hi,
I've been using VBaccelerator's Sgrid / Sgrid2 for years.
I am developing an scheduling application that shows different views (Daily/Weekly/Monthly) similiar to the way Outlook Calender presents appointments. However, I can't figure out how to show an appointment that stretch
Looking for listview options -
I have a number of Listviews in my project.
However I am not fond of the look of them, so I have been looking for alternatives.
I found one on .planet-source-code that I have been able to style so it fits with my app
(nsphlstng.ocx) but I am not sure actually how to use it (add item
Multiple Operations -
Hi, I have almost finished my app, and I was asked by a friend to see if I could improve this small problem.
The program encrypts images (no biggie ) and I want to be able to decrypt all of my files at once. I have the files in a listview control, with checkboxes.
I would like i
ListView and FlexGrid tips and tricks -
From my readings throughout the ListView and FlexGrid threads in this forum, I have found that many programmers prefer to use a textbox(hidden) and place it on the top of the ListView or FlexGrid column where it needs to be edited or updated. My questions are ..
1) For update, are t