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 regsvr32.exe "C:\WINDOWS\system32\vbalSGrid6.ocx"
Yet when I run the demo exe or the demo project in the IDE, it doesn't load.
Am I missing something here?
Im runnning Win XP SP1
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
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
Anyone used vbAccelerators SGrid -
Downloaded it.
Registered it.
Downloaded necessary DLL
Registered that.
Tried to use it.
Get Error '0' at runtime !
Terrific !!!
PLease don't tell me I have to go back to that ****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,***
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
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.
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
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 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
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
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
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.
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
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
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
Using 32bit alpha-blended icons.. -
Well..
Is there a simple way to display them?
vbAccelerators ImageList Control is to complicated, and it could really be simpler.
Picture in SGrid Cell -
Hi, Guys..
I can't get this resolved... and has nothing to do because i'm Blond...
Here is my Gordian Knot and i hope that in this Forum somebody could help... i've searched all the other Forums but nobody seems to know an Answer :
I'm using SGrid from VBAccelerator and w
vbAccelerator sGrid control...RowIndex -
I am using the vbAccelerator sGrid control.
I have added loads of rows and assigned a KEY to each one...
How do I get the RowIndex for a given row KEY???
Since all row functions require the RowIndex ( a long varible ) and I only have the Kow Key.
There is a function called ColumnIn
Toolbar picture strips -
Have anybody used vbAccelerators imagelist with VB standard toolbar?
It's nice control and supports picture strips, more better than vb toolbar.
Code to tile a picture over MDI form's background -
Hi!
I recently got vbAccelerators cTile class which tiles a picture over a form's background. Unfortunately, it needs an hDC handle to the device context of the form to paint on. While simple forms have this property, MDI form doesn't. Can anyone please send code or suggestions how
object.hwnd problem -
I'm trying to use vbAccelerators word 97 table picker in a webapplication. It's basically a editor ( DHTMLEdit ) with word-like funktions.
When I use the code in a Form I have no problem, but everytime I try to use the w97tp in a control I end up with runtime error 91 on this line:
SGrid FontSize Problem [Solved] -
Hi
And here another SGrid 2.0 VBaccellerator problem...
I'm trying to change the Fontsize Property of the grid in Runtime... but it's not working.
when I use
SGrid1.Font.size=18
or
SGrid1.Font.size=SGrid1.Font.size+1
and
SGrid1.Font.size=SGrid1.Font.size-1
autoresize grid... -
i am using VBA's SGRID control and i cant seem to find it's auto resize property... wat i want is for the corresponding row to change it's height (row.height) accordingly to the amount of text in that row... e.g. if i have three lines of data.. i want the row to expand so that it can a
text alignment in S Grid 2.0 -
I'm messing around with SGrid in one of my apps and I would like to align the text in the cells. I know I can do it by looping through each cell but is there a way to do it for the entire grid all in one shot? For example, right now I go
For a = 1 to columns
For b = 1 to rows
DIB Memory Access -
I am using a Video Capture Control that will capture an image from a webcam. I want to be able to read this data pixel by pixel in the most efficient way possible. Right now the control is generating a VB Standard Picutre object which is then passed into VBAccelerators DIB Class which
Who can fix this then -
Subclassing problem with the ListView control.
I am trying to colour rows of the listitem.
Two programs here are attached, one working, one isnt.
The difference being that the non-working program is using the nice 'stable' vbaccelerator ssubtmr.dll which is what I want....
ht
How do I display vertical lines only in MSFLexGrid [RESOLVED - Replace with SGrid] -
Does anyone know a way of displaying vertical lines only in an MSFLexGrid?
In other words, displaying vertical lines to separate each column, as in the picture below?
------
| | | |
| | | |
| | | |
------
My project manager won't sign-off my software application until I can
[NO RESOLUTION]Combobox displayed in SGrid automatically, not after mouse click. -
I've upgraded an application from VB3 to VB6, and replaced TrueGrid (VB3) with Sgrid 2.0 (VB6). The default functionality for SGrid is for the combobox to be displayed only after the user clicks a cell in the Sgrid. I want the combobox to be automatically displayed in the Sgrid when th
Adding Mouse-Wheel-Support -
Hi
How can I add Mouse-Wheel-Support to the sGrid from http://www.vbaccelerator.com ?
problem with registering ocx from vbaccelrator.com -
Hi,
I'm trying to to run the demo SGrid project found at http://www.vbaccelerator.com but I'm having a problem registering the required ocx. I was able to register the DLL without a problem but the ocx gives me the following error message when trying to register:
LoadLibrary (c:
Help with frames -
Hey everyone, in one of my forms I have an SGrid (I dont think this problem is going to be SGrid related) and I was able to sucessfully able to insert a row below the certain selected rows, which would contain a frame inside the borders of the cell. The reason I am wanting to do this i
Run time error '0' -
Hello,
I have developed an application using a MDI form with multiple child forms. This application is a database client that connects to MySQL server. I use SGrid control to display all my data. I got this control from vbaccelerator.com.
The application run fine but once in a wh
Sgrid 2.0 column width -
I'm using the following with www.vbaccelerator.com 's Sgrid control to set the width of my columns after I add them.
VB Code:
.AddColumn 1, "Low", ecgHdrTextALignCentre .AddColumn 2, "High", ecgHdrTextALignCentre
SGrid help with editing cells -
Hi everyone, I have been using S Grid in my app and its been working great. Now I am trying to do something though I havent done before with SGrid, editing the cells. In the new grid I have created I have 2 columns. One column shows the titles/captions and the other is all the cells th
Memory leak Unexpected error -
Hi everybody
I saw there already is a thread about this error , but after I read it, I can't say I'm sure it's the same problem like mine.
I have a complex project in VB6. It has lot of forms with lists ( using vbaccelerator sgrid 2.0 for that). When I run it, it works just fine. Aft
SGrid 2 grouping and editing -
Hi all,
I have a problem with editing data in SGrid 2. I'm connecting to SQL Server 2000. When user clicks on a row in SGrid 2, set of controls(datepickers, text and comboboxes) is filled with data from that row.
Data is edited in those controls and everything works fine if I dont dr
SGrid - When changing to different column, text field is clipping the string -
I've used an SGrid from VBAccelerator to create a Contact List. A combobox, or a textfield is displayed depending on which column the user selects. There are three columns in the SGrid called:
COL_CONTACTTYPE: Contact Type (combobox),
COL_CONTACT: Contact (textfield),
COL_CONTA
Sgrid 2.0 -
Ok, so I downloaded this grid from vbaccelerator.com and I'm using it and it's ok so far... problem is this:
Everytime i do an "addrow", it blanks out the previous rows and the values are only showing in the new row that I added?!
VB Code:
With flxSP &nb
sgrid 2 and ado Help -
I'm trying to fill my sgrid2 with a recordset. can someone debug this for me. i dont understand why it wont work. the code below is the same code i use with my mshflexgrid.
VB Code:
Private Sub addData() Dim mCols As LongDim mRows As LongDim col_Counter As LongDim