Search:
Type: Posts; User: Krool
Search:
Search took 0.03 seconds.
-
1.
I think it is tied to the regional settings.
2.
Be sure that .HookEvents is False. Otherwise you get the Win 3.1 style open dialog.
Or what do you mean with small old looking ? Maybe post a...
-
If the Frozen rows/cols are implemented such a filter bar could be done "manually". (In conjunction with AllowUserEditing)
-
Yes, word wrapping is not "considered" in the grid's TextWidth/TextHeight functions. (Which the AutoSize function uses)
But there are reasons that it is good like that, e.g. to auto size a column...
-
Update released.
Harmonization in the ContextMenu events. The X and Y parameters are now always originated to the control's hWnd.
-
Update released.
There will be a next 1.5 OCX of the VBFlexGrid in future. Some features in mind are planned to be added, e.g. FrozenRows/Cols, ListBox style SelectionMode etc...
As first step...
-
Obviously the vsFlexGrid handles it the same way.
[form!]VSFlexGrid.AutoSize Col1 As Long, [ Col2 As Long ], [ Equal As Boolean ], [ ExtraSpace As Single ]
...
-
Update released.
The AutoSize method now works when using a custom data source. (IVBFlexDataSource)
In addition I allowed the FindItem function when using a custom data source.
So, of course...
-
Thanks for your comments.
It is indeed a bug. The AutoSize should fetch the data via IVBFlexDataSource_GetData, if applicable.
I will fix it soon.
Concerning the second optional param.
Well,...
-
I love it when somebody wants to be spoon-feeded.
I don't know what you exactly need. So below some possible scenarios.
1. Only single row auto-size. In this example row #5
...
-
Yes, use the .AutoSize method.
-
This feature is not in-built included as it requires complete owner-drawing of the header items.
So, you can implement it but it requires some homework.
I can give you the starting point.
...
-
How is the SingleSel property set?
-
The process is this:
The Std-EXE version is the leading source. So the list of revision contains everything for it.
From time to time (in the past maybe every year or so) the latest state was...
-
RowHeightMin property.
Or "manually" each row via RowHeight property.
-
Only with a virtual combo box.
-
Since this thread is back..
My personal preference is to use the keyword "Call" when invoking a "Sub" method.
So I know while reading code if a function can return something or not. (We ignore...
-
I can't replicate this. Please provide a demo.
-
Update released for the TreeView control.
True. Strange that nobody noticed so far. :)
The NodeClick/NodeDblClick fired whenever TVM_HITTEST returned an hItem <> 0.
However, now it requires...
-
Update released for the StatusBar control.
You could have defined panels 2 and 3 as autosize spring to solve the issue. However, I did not give the tip to you as it should also work as you...
-
Can you describe more what you mean?
If you mean to fit the longest text?
If yes, you can try .HorizontalExtent = .GetIdealHorizontalExtent()
Or .DropDownWidth = .GetIdealHorizontalExtent() +...
-
You don't need any code in your project. It's outside of your project.
Make exe as usual, then crack it before sending to the client.
I won't give anything of a beep from Avira. It's typical to...
-
Update released for TextBoxW control.
I did find a compromise now.. I really did not want to have a new overhead with some quirks...
So ES_LEFT/ES_CENTER/ES_RIGHT works now in Windows XP as...
-
You can "crack" the exe to replace VB6FR.DLL to msvbvm60.dll.
https://codes-sources.commentcamarche.net/source/4917-se-passer-de-vb6fr-dll-facilement
Private Sub Command1_Click()
FileCont = ""...
-
It's really a pain in the ...
This here again good example.
I am considering a small overhead (e.g. like done in the ComCtlsW2KCompatibility function)
The overhead is only once per process...
-
Do you move the mouse between press down and release up?
If you are on row 5 on down and off beyond on up you get no CellClick event and a MouseRow of 6. (Like the MSFlexGrid would do also)
EDIT:...
-
1. You have used the "CellClick" event. Try switching to the "Click" event.
2. The SelectionMode 1 - ByRow will fix the col at the first non-fixed col. Try using SelectionMode 3 - FreeByRow to...
-
Update released.
Bugfix for the FrameW control related to yesterday update. (there is always something when changing something...)
@ Erwin69, OCX got updated. (1.7.4)
Will check out soon.
-
Update released.
Critical bugfix in the FrameW control.
Mouse events were scaled to pixels instead of twips.
The ScaleMode of the UserControl was set to pixels instead of twips.
This has...
-
I tested a shape in a FrameW control and the X and Y coordinates correspond correctly. It's origin is of course the FrameW. Like for the VB.Frame.
Please provide demo showing otherwise.
What...
-
You can download it from Github also. (Without it being archived)
-
Thats very comfortable. :-) nice
-
Looks good. You may add ".BorderStyle = FlexBorderStyleNone" for completeness.
I tested this and I do NOT see a grey area left "on the right side" as you wrote.. Can you share a picture/demo ?
...
-
Update released.
Bugfix in the Rows/Cols/FixedRows/FixedCols property.
The effect is mostly when having the ScrollBars property set to 0 - None.
FixedRows/FixedCols need the...
-
Why you magic offset 30?
You can set the .GridColorFixed property to match your .BackColor property.
This way the outline will not visually disturb you. (Ofcourse set .GridLines and .GridLinesFixed...
-
The ListBoxW has only a "MultiColumn" property (True or False) and no "Columns" property such the MS ListBox has.
Tip: Use the "ColumnWidth" property in the ListView. (can be set at run-time only,...
-
The RES will manifest the compiled App. If you want the IDE manifested you need to make a manifest for VB6.exe
-
I confirm the issue and clearing the mouse capture before raising the event fixes both issue you encountered. I am just double checking if this is the "correct" solution before I do an update...
-
We need a Resource Editor replacement. LaVolpe is doing an AddIn. Though I don't know the progress, hopefully not abandoned.
-
Not a bug in the Picture property.
The description says:
"Returns/sets the background picture. Requires comctl32.dll version 6.0 or higher."
So it is a limitation in the SysListView32 that your...
-
removed
Edit: Oops just noticed you have code for VBA 7. (LongPtr)
|
Click Here to Expand Forum to Full Width
|