Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: todd666
  • Order by date
  1. todd666

    Problem in Export recordset from Access to Excel

    Try this, I hope it will help you: Declare Function FindWindow Lib "user32" Alias _ "FindWindowA" (ByVal lpClassName As String, _ ByVal lpWindowName As Long) As Long Declare Function SendMessage Lib "user32" Alias _ "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, _...
  2. todd666

    Disable the "CTRL-X" in a datagrid?

    Is it possible to prevent the use of "CTRL-X" in the cell of the datagrid?
  3. todd666

    Select a cell in a datagrid (Detail)...

    For answering your first question, No. I re-take my example: Exemple: (The | is the width of the cell display at the screen.) Cell1 content: 123 123 | Cell2 content: 123 123 | 123 123 123 If I click into the cell: Cell1 123 123 (123 123 is selected) Cell2 123 (Only one "123" is selected and...
  4. todd666

    Select a cell in a datagrid (Detail)...

    I have a datagrid. When I click on a cell, it select the text. (By default, Kind of blue marine rectangle that frame the text.) If the length of the text is higher than what's is display at the screen, only a part of the cell become "BLUE" and the rest is not display. Exemple: Cell1 123...
  5. todd666

    vb6 create excel and display Query

    Do you write the limit of an Excel Sheet which it was 65536. Do you know what is the limit of record of ACCESS 2002?
  6. todd666

    How to view the "Trunc" path in Reference Box?

    Is this reference will be include when I create my executable or I need to add "EXCEL.EXE" (It's the reference that I talk about) in my "package deployment"? I precise that I use "INNO" to create my "setup.exe" and not VB.
  7. todd666

    How to view the "Trunc" path in Reference Box?

    How to know the name and complete path of the reference selected in the Available References box, if the path is too long and truncated at the display?
  8. todd666

    About Testing an Application?

    I am asking for people to test my system and give me their comments and bug they find.
  9. todd666

    About Testing an Application?

    I am asking for people to test my system.
  10. todd666

    About Testing an Application?

    How can we proceed if I want that someone else or other people test my VB program and that they give me their comments ? Is it possible?
  11. todd666

    How to disable menu appearing when right click on datagrid?

    Thank you for the ideas , guy.
  12. todd666

    How to disable menu appearing when right click on datagrid?

    Hi, I have a datagrid. When I press the rigth button of the mouse in the area of the scroll bar of the datagrid a menu is appearing. How can I prevent this menu appearing? Thank you.
  13. todd666

    When DataGrid Cell is click, how to put value in this cell?

    When DataGrid Cell is click, I want to put(write) value in this cell. Is there a way to proceed, without using SQL?
  14. todd666

    Where to place my code...???

    OK, thank you for the time you have taken for me. I appreciate. I better understand my problem So I hope I will find a solution ... Or someone else will pick this up for me...
  15. todd666

    Where to place my code...???

    Here is the code: lpPrevWndProc = SetWindowLong(hWnd, GWL_WNDPROC, AddressOf WndProc) If I understand well what you explain, I can conclude that if I just click on a cell of DataGrid and I don't change her value and I want to re-use the scrolling immediately, It's not possible to code it (To...
  16. todd666

    Where to place my code...???

    I try to put the code in the "WndProc" function and also in the "MouseWheel" function but "Datagrid.EditActive" is always to FALSE even if not. I don't understand... Here is my code for the mousewheel: Private Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint...
  17. todd666

    Where to place my code...???

    Nobody have an idea??? ;o)
  18. todd666

    Animated .Gif for MouseIcon?

    Is it possible to put an animated .gif picture for a MouseIcon? I try and I have always the Execution Error 480.

Part and Inventory Search

Back
Top