Search:

Type: Posts; User: jedifuk

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Thread: LynxGrid

    by jedifuk
    Replies
    50
    Views
    31,601

    Re: LynxGrid

    thank goodness, the flickering redraw grid really killing me. Now i try the solution for textfocus, but i guess it worked
  2. Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features

    really nice your sstab, even better than commercial one.
  3. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    nice to know about it..let me take a look
  4. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    may i request filterbar in top of column, much like excel style, maybe we can programmatically code on event filterbar
  5. Re: VB6 SHOW 3DMAX (Cult3D ActiveX Player),CO File format

    the web not accessible..or maybe blocked in my country
  6. Replies
    12
    Views
    2,239

    Re: Commercial Data Grid with Best Budget

    i can tell you this,.. and i am not master here, based on my experience,
    I tried VBFlexgrid, Lynxgrid, and every free grid activex.

    If we talking about free open source, I would recommend...
  7. Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features

    really really nice sstab replacemnet, i am using this for my application currently working for point of sales,
    will add credit to Mr. Eduardo
  8. Replies
    5
    Views
    2,618

    Re: 10tec IGrid ActiveX - Filter

    thanks to all, finally i managed to do it..funny things..the filtering process is by hide each row for unmatched comparison with filter data.
    So if you want to filter 10tec grid with 1000 rows, you...
  9. Replies
    14
    Views
    13,782

    Re: VB6 Tab Control

    just want to request, for each tab ..please add close button on each tab. much like delphi tab
  10. Replies
    5
    Views
    2,618

    [RESOLVED] 10tec IGrid ActiveX - Filter

    I look around for best grid for VB6, I already use lynxgrid (free) and must say..very good though need more improvement
    And I saw modified Lynxgrid from Krool (i guess), improved a lot, but still...
  11. Replies
    12
    Views
    2,239

    Re: Commercial Data Grid with Best Budget

    free or need to pay ??

    need to check google..

    UPDATE : google never heard of it..:) LOL...where did you see this grid ??
  12. Replies
    12
    Views
    2,239

    Commercial Data Grid with Best Budget

    Hi gurus,

    Anyone can suggest what the best commercial datagrid for VB6
    - Componentone TDBGrid
    - Ultragrid
    - etc

    Recently, I stumbled with germany activex DataGrid - SevDataGrid with 149...
  13. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    Also, your manifest for your exe goes in the .res file, then you add that to your project in the IDE, it gets compiled in, and that's it. You don't need to keep the .res file with your compiled .exe,...
  14. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    that is something for my next task. I used vkusercontrols on all my forms to gain xp styles..think I need to switch to standard controls



    thank you..this is what I intend to do
  15. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    thanks, i figured it out by applying .res file into my project IDE, and compile it. after that another appname.exe.res in same folder
    all things work well...on WINDOWS 7...but when I tried to use it...
  16. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    hi guys, i know this is stupid and newbie question. I manage to embeded manifest vb6.exe.manifest to my IDE vb6, and apply this taskdialog during design time
    But after I compile and run time..Error...
  17. Re: Speed up recorset over ADO connection Is in LAN

    first, try to ping your network. if ping slow, then your problem not on sql query.
    if ping fast, then you need to check the health of your network harddrive
    if nothing wrong, then if you really...
  18. Re: hey. i uploaded a new power programing langugae which can compile vb6 projects

    how powerful is this ? any advantage from usual vb6 ?
  19. Replies
    1
    Views
    2,921

    Re: SqLite3 Win10 Demo - Using winsqlite3.dll

    nice...though the famous one here vbrichclient already did the job, but nice to have other alternative
  20. Replies
    12
    Views
    9,725

    Re: Free alternative for Crystal Reports in vb6

    this project still going on ? any update ?

    Just asking before I implemented this into my app. Can the preview report on screen still able to be navigated.
    Like FastReport (Delphi), during preview...
  21. Replies
    15
    Views
    8,389

    Re: [VB6] DirectX 11 for VB6 1.0 Type Library

    amazing things..I once learn DX7 VB6, and I stopped since only supported till DX8, while DX9 more supported by VB.NET
  22. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    Thanks, nice information, might try it..thanks..let you guys know the update
  23. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    thanks, ..give me some insight

    however, my question : by doing this, what can we get mostly ...the security ? the speed ? efficiency ? or other things ??
  24. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    confused..really confused... please explain in English..LOL..i am no expert at sqlite , or database expert, just intermediate level at database programming.
  25. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    After doing research and debug line by line,
    I find the reason for slowing down when retrieving records from database, guess what

    it was in sub HitungTotal (this sub used for sum, recalculating...
  26. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    Okay, And I will try to look at that, might want to learn something like that
  27. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    I don't think it is necessary to compact sqlite database which only holds 50 records top.
    But i am newbie in sqlite (using vbrichclient) and I definitely need this "VACUUM"
  28. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    yes, the DB in local drive,

    about how many records, of course will return one record because of "WHERE" clause,
  29. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    thank you for your all kind attention

    I try using Timer , before openrecordset, I use

    Dim L as Long

    L=timer

    And then after all works done, I use this
  30. Replies
    22
    Views
    4,352

    Re: VBRichClient - SQLite - Slow Loading Data

    okay, let me give the coding here,


    Private Sub ViewData(Kode As String)
    On Error GoTo errHandler
    Dim TempRS As cRecordset
    Dim tmpTxt As String
    Dim rsBack As cRecordset
    ...
  31. Replies
    22
    Views
    4,352

    VBRichClient - SQLite - Slow Loading Data

    Dear gurus

    I am using Sqlite to build application for sales order,
    I always use Begintrans, Committrans while doing saving stuff
    Now problem is, when I try to load or view the record, the...
  32. Menu Bar Like Kyodai Mahjongg (Cyna Games)

    Hi gurus

    I believe almost everyone in this forum ever heard or played Kyodai Mahjongg, kind good old game

    But the menu bar still unbelievable good looking and flickerless, I think somehow it...
  33. Replies
    269
    Views
    78,307

    Re: Re PlanetSourceCode

    you must be our last hope, i really hope someone who in charge in this forum can do something about this legacy, come on..we must do preserve this..
  34. Replies
    36
    Views
    14,614

    Re: Multi Language VB6 Application

    now that is something looks promising, might want to try to take a look at it.
  35. Replies
    36
    Views
    14,614

    Re: Multi Language VB6 Application

    After I registered (regsvr32) the vbideutils1.ocx, but still not working the "internationalize project",

    Do I need to add the vbideutils1 ocx component to my application ?
    I did, and still not...
  36. Replies
    15
    Views
    2,671

    Re: New component release

    well, looks great...if comes with report designer, would be great
  37. Replies
    15
    Views
    2,671

    Re: New component release

    the activereport (grapecity) the enterprise edition or what is called... have ocx, which user can put the designer inside application, so end-user still able to modify the reports
  38. Replies
    15
    Views
    2,671

    Re: New component release

    it will the best if you can make report designer (visually of course), where we can put label, datafield, image, etc.
    And additional note if you can make it become ocx where we can put designer...
  39. Replies
    36
    Views
    14,614

    Re: Multi Language VB6 Application

    when i try to press "internationalize project", i got runtime error 0 (and header with "vbaccelerator grid")

    please show me how to make translation

    thanks
  40. Replies
    15
    Views
    2,671

    Re: New component release

    say..i want to print sales order, invoice, etc ??
Results 1 to 40 of 250
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width