Search:

Type: Posts; User: masteripper

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: How to show the Print Queue dialog and some other printer stuff

    Thanks again my friend.
  2. Re: How to show the Print Queue dialog and some other printer stuff

    Cool .. I was expecting a rather hard API solution but this should do...
    Thanks man
  3. Re: How to show the Print Queue dialog and some other printer stuff

    Well this was the solution thanks Zvoni

    Shell ("rundll32 printui.dll PrintUIEntry /o /n ""name of printer")
    I will wait a bit if someone resolves also the turning on/off
  4. Re: How to show the Print Queue dialog and some other printer stuff

    Thanks man.. I will check it
  5. [RESOLVED] How to show the Print Queue dialog and some other printer stuff

    Hello to everybody
    I am pretty sure I am describing somewhat the wrong way but I can't find a way to show this window via VB6
    pretty much like going to Devices and Printers and double click on the...
  6. Re: Possible to create report/spreadsheet by injecting data into a LibreOffice templa

    A few minutes work in Access
  7. Re: Possible to create report/spreadsheet by injecting data into a LibreOffice templa

    Access is much much more than a "database management system" and comes with an internal powerful reporting engine so its up to you to either go the path of battling the rather "strange" object model...
  8. Re: Possible to create report/spreadsheet by injecting data into a LibreOffice templa

    Why don't use Access for reporting which has pretty much everything a reporting tool should have
  9. Re: Cannot load the TFS addin no matter what

    Yupi....yupi...i found it....i knew it was the stupidies thing ever but
    In order to load the TFS addin we all know that we need to add the
    VBSCC=3
    BUT
    Unless there is the Section : [Add-Ins32] it...
  10. Re: Cannot load the TFS addin no matter what

    I know that this might be the issue but i tried to uninstall the last rollup and it wasn't possible.
  11. [RESOLVED] Cannot load the TFS addin no matter what

    Hello,
    I have a rather nasty stupid issue and i don't see how this happened
    I have Windows 10 latest version
    I have installed VB6
    first "mistake" .... i added the Addin for the mouse wheel (maybe...
  12. Re: Possible to debug a VB6 .OCX that is used by Ms Access

    thanks Thierry76..i will test it and let you know.
    It will be very interesting to catch a view of this pdf...maybe a link via pm (unless you can't share it of other reasons)...thanks anyway
  13. Re: Planet Source Code New Improved CD Reader (no database)

    Edit...my bad i missed the 7Zip requirement...now it works fine
  14. Re: Planet Source Code New Improved CD Reader (no database)

    For me it doesn't work... i have downloaded the 7 cd pack extracted to data subfolder...but NO on open zip
    can you reshare the source to take a look what is wrong ?
  15. Re: Possible to debug a VB6 .OCX that is used by Ms Access

    This is the procedure as remember but the problem is that when instruct in the debugging to execute Access it doesn't get back to IDE...
  16. Re: Does anybody knows if RMChart works with Ms Access (OCX)

    UPDATE.... big.. .:) :) :)
    I can inform everyone interested that Ms Access + RMChart....works.... :)
    They need the Microsoft Visual Basic 6.0 Common Controls
    So download ...install and after that...
  17. Re: Does anybody knows if RMChart works with Ms Access (OCX)

    Olaf if you check my screenshot you will see that i am registering via elevated command prompt.
    I will try if it makes a difference
    EDIT: ...just tried it...no change the error remains as displayed...
  18. Re: Does anybody knows if RMChart works with Ms Access (OCX)

    Trying to register Rmchart.dll fails
    179644
  19. Re: Does anybody knows if RMChart works with Ms Access (OCX)

    Olaf this is good thinking....i must check if RMChart renders from DataArray without saving to file and reinserting to Image control.
    As for other .ocx no problem ...i have tried many and i use...
  20. Re: Possible to debug a VB6 .OCX that is used by Ms Access

    Can you share some info regarding this... i must say never heard about it....
  21. Re: Does anybody knows if RMChart works with Ms Access (OCX)

    Hi Olaf
    thanks for replying at first
    if it was for something static it would be fine...i already have some code from another similar .dll that does this job but the problem is that i want real time...
  22. [RESOLVED] Does anybody knows if RMChart works with Ms Access (OCX)

    Hello
    yesterday i stumbled on an abandoware (RMCHART) that seems to do the job for my needs
    The problem is that although it installs just fine i can't use it on Ms ACCESS
    I reference it but when i...
  23. Re: Possible to debug a VB6 .OCX that is used by Ms Access

    I have both...now the question is how to debug it from Access
    I need to somehow start Access and when i hit a button to start "interact" with the OCX to return me back to VB6 IDE
  24. Possible to debug a VB6 .OCX that is used by Ms Access

    Hello to everybody
    I have a Visual Basic 6 .ocx...nothing fancy just a picturebox that i paint some lines to create a chart
    I use this on Access and it runs ...but i have no control regarding its...
  25. Ms Access 2k3 Populate ImageList from BLOBs

    Hello to everybody
    I am trying to solve this problem but with no luck and i would appreciate some help.
    My goal is to populate an Imagelist from images stored in a database(Firebird)
    I have seen a...
  26. Replies
    5
    Views
    1,092

    Re: MShFlexGrid and Formatting SubSet

    it seems that there is no solution to this but thankfully when u set the MsHFlexGrid's datasource and BEFORE you colapse it you can "see" everything. This is where is set my formatting and thankfully...
  27. Replies
    5
    Views
    1,092

    Re: MShFlexGrid and Formatting SubSet

    Well when i click for example on the (+) sign left of 02 with the expand event i can't get the rows for the children of 02.Each of the (+) counts as a row and there is no association with the...
  28. Replies
    5
    Views
    1,092

    MShFlexGrid and Formatting SubSet

    Hello i have this problem and i really need some help
    I have made a shaped recordset and passed it as datasource to a MsHFlexGid
    The FG fill nicely with all the data and "hides" all the extra...
  29. Re: Manipulate Access form controls from VB6 Dll

    I am admit this is way to "different" ...i can't find the suitable word.
    DO you have by any chance a small demo...or what...
  30. Re: Manipulate Access form controls from VB6 Dll

    Right now i am thinking this Dll in order to clean up some of the code... i am sure i have to jump to the .NET wagon but my time is way limitted..
  31. Manipulate Access form controls from VB6 Dll

    Hello to everybody
    I have a thought of transferring some of my Access functions/subs to an external Dll
    I did some tests but i stumbled on a critical issue
    How to manipulate a control's...
  32. Replies
    62
    Views
    3,380

    VS 2008 Re: Performance Improvement in App

    With a quick search it seems that powerbasic "advertises" the multithreading and thats why your program is slower.
    IF the whole case is critical i believe the best thing is to make a nice zip with...
  33. Re: Looking for advice about Mutiplayer PVP

    Well i also consider my self new in the field but here some info .
    At first if u feel that u are good in programming ...think again,games are the most demanding kind of program.Try to get to really...
  34. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    ok thanks...
  35. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    As i said i just loaded the solution,run it through VS2005 and then pressed stop on VS.I will try again .
  36. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    Well i have XP maybe this is the problem.....
    I will keep the thread open for a while ....if u don't mind...just to see if i can a get this little solution.
  37. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    Well it is not restored....i have run it 4 times and each time the desktop stayed "frozen" above the area of the form.
    If u can take a look i would be much obliged....but thanks anyway.
  38. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    well they seem very interesting at first look.
    But with a little googling i found out that the only books are yes the dinosaurs from year 1999.
    thankfull i have a copy so i won't have to look any...
  39. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    Well this is 100% what i wanted ..is just what i had in mind and it works pefectly .One more thing(two actually).
    How i reset the desktop to its original size....i must admit right now i i have...
  40. Replies
    14
    Views
    1,742

    VS 2005 Re: Easy way for "sticky" form

    To tell u the truth i haven't done any digging yet because for the time being is just a vague idea......i will see if it covers my needs
Results 1 to 40 of 78
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width