Search:

Type: Posts; User: catxie

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    480

    come on.... any suggestion????:(

    come on.... any suggestion????:(
  2. Replies
    1
    Views
    480

    Hardware detection problem

    hi, guys:

    Is there any way to find out what hardware device the computer has? like the function of "hardware manager"?

    I.E. I want to my program to find out how many comports and usb ports the...
  3. Thread: Help on MSDE!

    by catxie
    Replies
    2
    Views
    756

    Thanks for your reply vbud, but your link doesn't...

    Thanks for your reply vbud, but your link doesn't work....
    On the other hand, I just found out that I do have a user interface to setup MSDE/Sql server database, if I haven't got it wrong!

    May...
  4. Thread: Help on MSDE!

    by catxie
    Replies
    2
    Views
    756

    Help on MSDE!

    I am going to do a project using MSDE as the database engine. However, I don't have any previous experience with MSDE or MS Sql server, but I can work with MS Assess 200 very smoothly and I have been...
  5. Replies
    2
    Views
    610

    Common dialog question

    Hi, I am having problem with common dialog controls.

    I set the filter so that the common dialog control can see .txt and .rtf files, and then I use the "save as" window to save the files....

    ...
  6. Replies
    3
    Views
    777

    cheer m8! it is so simple!!! how come I never ...

    cheer m8! it is so simple!!! how come I never thought about it?!:D
  7. Replies
    3
    Views
    777

    suppress treeview highlight

    hi there, is there any way to stop a treeview highlighting a node when I double click on it? I try the hideselection property , but it doesn't work.

    any api tips that might be helpful??

    cheers
  8. Replies
    7
    Views
    731

    yeah, good Idea, there goes my screen shot of...

    yeah, good Idea, there goes my screen shot of "Arg min" function
  9. Replies
    7
    Views
    731

    um.... I think "arg" plays a different in our...

    um.... I think "arg" plays a different in our cases, mine is all about integer calculation so it is not way that complex number will get in... But thanks for your help.
  10. Replies
    7
    Views
    731

    well, it is a document about Trading Agents...

    well, it is a document about Trading Agents Competetion(TAC),
    and I met this expression/formular(whatever you call it) with this function "arg min(......)" I can't type it here exactly cos some of...
  11. Replies
    7
    Views
    731

    simple question, please help

    what is the meaning of function "arg min" ? I know min stands for minimum, how about arg? anyway, what does this function do?
  12. Thread: API Constants

    by catxie
    Replies
    2
    Views
    722

    API Constants

    Hi, I wonder how off does MS add new constants for API, is there any place I can get a up to date API Constants list?
  13. Replies
    6
    Views
    1,081

    is there any usage example for the above tips?

    is there any usage example for the above tips?
  14. Thanks! I am quite sure the getfocus function...

    Thanks! I am quite sure the getfocus function will work!
    and Dragon Ball will surely prevail! ;)
  15. Find out the next control which will get focus

    Hiya, Is there any way to put some code in the lostfocus event of a control to find out the control which will get focus?
    any methord will be appreciated

    Thanks
  16. Replies
    3
    Views
    843

    TreeView Nodes problem(maybe easy)

    when you single click on a node of a treeview, it will be highlight, wait for 1-2 second, single click it again, the node will enter a editable mode so that you can change it's text.

    I wonder if...
  17. Replies
    11
    Views
    1,916

    Hey guys! I figured it out ! Pretty much as...

    Hey guys! I figured it out !
    Pretty much as same as Mc Brain suggested and with the combination hittest methord and mouse_move event,
    not that really tough! :D

    Here is my code, commenttree...
  18. Replies
    11
    Views
    1,916

    Oop! Mc Brain, you posted your reply while I was...

    Oop! Mc Brain, you posted your reply while I was typing mine...
    yeah, I think what you suggested is great, I will give it a go
    thanks mate ! :D
  19. Replies
    11
    Views
    1,916

    But that Db_click event fire wherever you click...

    But that Db_click event fire wherever you click on the tree, I want one which can tell the difference between clicking on the blank section of the tree and clicking on a node, and will be fired when...
  20. Replies
    11
    Views
    1,916

    Double Click Event in TreeView's nodes

    Does any one have any idea about how to make a Double click event on a treeview's node?

    I think subclassing may be the way to go, but still don't have much idea of how to make it work yet

    any...
  21. Replies
    0
    Views
    559

    Question about mshflexgrid

    Just found out that every time I change the col number my highlight in the whole row will lost, just the focus will remain

    for example:

    'highlight row 1, the whole row will be highlighted ...
  22. Replies
    13
    Views
    1,602

    I met exactly the same problem some time ago.......

    I met exactly the same problem some time ago.... I think that "allow zero lengh" is Assess built in function, you can't just call it. This is how I solve my problem, like some of the posts above,...
  23. Replies
    2
    Views
    601

    Question about RichTextBox

    How could I move the insertion point of the RTB to the end of the text
  24. Replies
    2
    Views
    2,130

    Hack,thanks for your code.... but it still...

    Hack,thanks for your code.... but it still doesn't solve my problem...
    I have already used similar methord to make a mouse_down event for my combo when the list is not dropped down(see my first...
  25. Replies
    3
    Views
    850

    combobox right click(on the list part)

    I want a combo box which will pop up a context menu over the highlighted item when I right click on the dropdown list. due to the fact that combo box doesn't have any mouse event, API calls is the...
  26. Replies
    2
    Views
    2,130

    combobox right click(on the list part)

    I want a combo box which will pop up a context menu over the highlighted item when I right click on the dropdown list. due to the fact that combo box doesn't have any mouse event, API calls is the...
  27. Question about CrossTab in Crystal report 8.5

    Is there a way to set the column width for a column in the crosstab of Crystal in run time?
  28. Replies
    0
    Views
    441

    Database Question, Please help

    How could I change the "required" attribute to "No" of a column in a Microsoft Access database using code?

    I used Adox to create the column, and every column I created got the "required" set to...
  29. Replies
    1
    Views
    1,028

    Question about form_deactivate event

    I am trying to pop up a message box to the user when a form is deactivate/lost focus, wich will give them the option to carry on or retuen to the form. say, click on a button in a Mdi-child form to...
  30. Replies
    15
    Views
    2,193

    Remember that different versions of windows got...

    Remember that different versions of windows got different Dll set.
    for example, some of the files Craxdrt.dll need exists on Win2000 but not in windows NT(say, WININET.DLL, SHLWAPI.DLL, MSVCP60.DLL,...
  31. Replies
    9
    Views
    629

    This is what I do and it works for me. Public...

    This is what I do and it works for me.

    Public Sub LoadData(Report As Report, RecordSet As ADODB.RecordSet)
    Set moRecordset = RecordSet
    Call Report.Database.SetDataSource(RecordSet, 3)
    ...
  32. Replies
    2
    Views
    556

    Thanks for reply but I couldn't find any...

    Thanks for reply but I couldn't find any information for temp files in your txt file plus I am using VB6.
  33. Replies
    2
    Views
    556

    crystal temp file?

    I keep getting lots losts of temp files first in my project directory and later in my root of C: after I use crystal, I wonder if this is cause by crystal report. any body has similar experience? and...
  34. Replies
    8
    Views
    765

    Thanks, but still, where shall I put the code I...

    Thanks, but still, where shall I put the code I want to run during MyEvent is fired if I don't want to set up a class module?

    sorry for this stupid question(it sounds like that anyway)
    :p
  35. Replies
    8
    Views
    765

    sorry, but I am still confused, how could I make...

    sorry, but I am still confused, how could I make MyEvent runs immediately after AfterUpgrade event? do I need to use the Raiseevent statement in the body of AfterUpgrade event?

    I am a newbie to...
  36. Replies
    8
    Views
    765

    thanks! m8! :D

    thanks! m8! :D
  37. Replies
    8
    Views
    765

    event question(maybe tough)

    Is there any way to make a event by myself and then make it follows the event I want it to follows?

    say, I want to my a event call MyEvent which follows the Datagrid control event AfterUpdate, so...
  38. Thread: SQL help

    by catxie
    Replies
    4
    Views
    439

    sorry to make you confused, I want to delete the...

    sorry to make you confused, I want to delete the column itself not the data, thanks
  39. Thread: SQL help

    by catxie
    Replies
    4
    Views
    439

    SQL help

    hiya, any bocy knows how to delete a columns from a table and how to tell if a columns exists?

    please help :o
  40. Supress multi column selections in DataGrid

    You know when you click on the header of a column in a datagrid control, the mousepointer will change to a down arrow, and then if you hold the left key and move the mouse left or right, you can do...
Results 1 to 40 of 61
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width