Search:

Type: Posts; User: apdentalsystem

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: copy last message from telegram desktop

    but in my case i dont have bot token access because i am not admin,but i want to collect each last message to my database.so ithink i there copy paste methode from telegram for desktop to my...
  2. Re: copy last message from telegram desktop

    and how if i dont know the telegram bot token key, so i think is there trick to get last message on telegram desktop app to my vb6 text box, like send command to telegram desktop app and right klik...
  3. Re: copy last message from telegram desktop

    not working on vb6, its says activex component can't create... and stop on Set objHTTP = CreateObject("MSXML2.ServerHTTP60")
  4. Re: copy last message from telegram desktop

    how to use this api connected with my vb6 ? please give me 1 simple sample source code use this api
  5. Re: copy last message from telegram desktop

    yes i mean i wan create application in vb6 that can copy last message from telegram windows desktop application
  6. copy last message from telegram desktop

    hi everyone, is there any way to copy last message receive from telegram desktop application active conversation to my textbox in vb6 ? thanks for any advise
  7. Replies
    1
    Views
    522

    print control to PrintPreview

    i have sample vb like attachemnt. iwant print out uctooth control like form view to PrintPreview i am try but it not fit like to form view. any suggestion may can help me. special thanks for control...
  8. Re: [RESOLVED] create custom control for tooth chart

    i have problem, i want create new thread but i think its better to continued this thread
    i want print it picture use Print Preview by Diomidisk source...
  9. Re: combined row if there condition

    exactly that i want. thanks my friend.sorri for late reply
  10. Replies
    0
    Views
    350

    error when save to mysql data

    i am build finger print scanner aplication that already have sample code in vb 6 and database msaccess , field to save finger template is "long text" type
    command to save is :
    DIM RegTemplate AS...
  11. [RESOLVED] combined row if there condition

    i have mysql table

    #
    # Table structure for table tb_test_copy
    #
    CREATE TABLE `tb_test_copy` (
    `Newsid` int(11) NOT NULL AUTO_INCREMENT,
    `news` varchar(160) DEFAULT NULL,
    `Multipart`...
  12. Replies
    14
    Views
    1,459

    Re: help for mysql query

    will try another way. thanks to all my friend
  13. Replies
    14
    Views
    1,459

    Re: help for mysql query

    I dont know but not work,there error 1064.
    I have report from 2 table above and want result like above,because the table is different so condition is above
  14. Replies
    14
    Views
    1,459

    Re: help for mysql query

    yes tgis is very close my friend.maybe any little trick?
  15. Replies
    14
    Views
    1,459

    Re: help for mysql query

    just display that have join. record that not have joint result not display
  16. Replies
    8
    Views
    1,421

    Re: problem with sql query

    .....
  17. Replies
    14
    Views
    1,459

    help for mysql query

    this maybe very basic but i did not find how to.
    i have table A and B and need query to result C
    156235
    i am sorry if iam wrong thread.
  18. Re: create custom control for tooth chart

    Solved
  19. Re: Anyone knows how to use the finger scanner using the dpsdkeng.dll and dpsdkops.dl

    I think its not work on 64 bit.try find opos sdk.its hard to find.i forget where the source
  20. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    Ok mr Phill W. Thanks for answer. I will try it first. I know you are more experience than me about this so i will follow your method.i will ask again here if there problem Sir.
  21. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    ok, but how about performance if using this query for much data with this sql statement, there about 140 list data of state (colour value) table condition, 1 patient have 48 tooth x (5 segment + ...
  22. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    yes maybe this is alternative, but when print out data report result need like : "A E RED,B D BLUE,C CYAN" (this is default standart client need)
    how sql statement for effective use



    i think...
  23. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    Tq mr Schmidt, u already help me much and more.please quide me if there wrong sir. I want learn step by step but i can not start from zero, so i tried copy, modified from masters here. Thanks alot
  24. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    I dont continue old.post because i think its different focus to discuss, old post about form and control,here is about database and sql tips. Sorry if theres wrong procedure
  25. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    Yes youre right mr schmidt, i know old post is solved, i combined more code because i am not smart as you on programming sir. You can make code as you want and very effectif. I must creatif to copy...
  26. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    We just load about 200 data at once because this colour will be combine sir
  27. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    Example maybe 1 record not have all item like only ABD not have CE which model efficient but still fast on load?
  28. Replies
    18
    Views
    1,867

    Re: sql to load array and save it to table

    Which type is effective and fast if there thousands record?
  29. Replies
    18
    Views
    1,867

    sql to load array and save it to table

    i have table A field [colours] contain data sample
    row 1 data "A B RED,C BLUE,D E CYAN"
    row 2 data "A B D E BLUE,C RED"

    i want load to form array resulT as :
    load result first row:
    A=RED...
  30. Re: create custom control for tooth chart

    already solved. thanks to mr Schmid / Olaf and all that contribute to answer my question.:wave:
  31. Re: create custom control for tooth chart

    i try like this

    Private Sub UserControl_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Debug.Print X, Y
    End Sub

    it show mouse x and y poistion, like 32 17
  32. Re: create custom control for tooth chart

    Ok,maybe i will try use popup menu because i dontknow with klik able region.maybe bypass for this and i will try follow your idea to learn from basic for.how about my secont questionabove. howTo...
  33. Re: create custom control for tooth chart

    i am really dont understand my friend :wave: ia am confused which point. I am learn by your sample,but i am dont really know about mouse x,y. I am just can learn by already sample i dont know create...
  34. Re: create custom control for tooth chart

    ok i am sorry for double question
    you mean that control uctooth width?
    my stupid answer : Dim dx: dx = ScaleWidth \ 19 'calculate the width of a single tooth
  35. Re: create custom control for tooth chart

    this is i am thinking to how anticipate to save and load to database ???
  36. Re: create custom control for tooth chart

    hi Mr Schmidt thank for your respons
    i think percenX = x/19 or 18 is ideal fixed size , it can be fixed size control and no need resize control my Friend.(sorry if i am miss understanding answer )
    ...
  37. Re: create custom control for tooth chart

    thank you Chris for reply
    I mean 1 tothh have 5 region (top,right,center,left and bottom) how mouse can detect when klik that region area.if have this module i think more flexible and interactive...
  38. Re: create custom control for tooth chart

    i hope Mr Schmidt can show me how to identify tooth chart position by click tooth chart region. example when click top region, its show message "ucT(index) top region click" if click center message...
  39. Re: create custom control for tooth chart

    this is good solution to very interest, but i want can directly click on region area of tooth that can apply, because some symbol is picture that can add to tooth chart.
    the symbol and color...
  40. Re: create custom control for tooth chart

    How make tooth region can detect mouse click,example
    Private sub uct_click(index as integer)
    ....
    'When i click top of tooth
    'Read existing tooth property
    Uct(index)."already property " +...
Results 1 to 40 of 52
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width