Search:

Type: Posts; User: netSurfer

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    11
    Views
    1,089

    I gave up waiting for an answer and just...

    I gave up waiting for an answer and just re-created the whole menu. Everything but the UNDO at least. The cut, copy, paste etc were easy to do so I just made my own menu and called that. I did...
  2. Exit Sub Exit Function

    Exit Sub

    Exit Function
  3. Replies
    11
    Views
    1,089

    i was hoping to avoid having to recreate it -...

    i was hoping to avoid having to recreate it - plus I"m not sure the best way to do it if I have to. Would I have to use API calls to do the existing menu items?
  4. Replies
    11
    Views
    1,089

    not quite what I wanted

    instead of suppressing the existing menu - I want to add a couple items to it.

    But I did bookmark the site you provided some interesting examples. Thanks.
  5. Replies
    11
    Views
    1,089

    I know this is an old thread but still

    this is something I've been trying to remember how to do for awhile so I'm glad to have found this thread. But I have one further question:

    How can I add my options to the existing menu that pops...
  6. Replies
    2
    Views
    349

    that's what I'm curious about

    how best to go about limiting what code could be run. Set up registry flags to check, a setup file with flags? Not sure.
  7. still no ideas?

    mlewis posted the code before in the link above - hopefully he'll see this post and help me out too.
  8. Replies
    2
    Views
    349

    i'm not entirely sure how to do this

    I"m redesigning an application I did about a year ago. It's a type of sales manager - handle sales, scheduling, client info, reporting etc etc etc. What I'd like to do is design it so that you can...
  9. Replies
    5
    Views
    541

    You'd just have to get the name of the current...

    You'd just have to get the name of the current excel file - not sure what property that is though. And also the file name should be just .txt not .txt.csv
  10. Replies
    4
    Views
    620

    TreeView1.Nodes(intNode).Selected = True where...

    TreeView1.Nodes(intNode).Selected = True

    where intNode is the index of the node you want. THe issues with this is that it only does the main branch - it doesn't break down into the branches. I'm...
  11. Replies
    5
    Views
    541

    heres another option

    Usually what I do when I want to try to do something using VBA I'll start recordign a macro and then when done review the code. That's what I did for this too.

    I used an existing excel file and...
  12. I know that is an option

    but I'd liketo get the example from the other thread working but can't figure out the syntax exactly. And of course none of the books I have help.

    I guess I'll keep plugging away at it.

    Thanks...
  13. Thread: SQL Query

    by netSurfer
    Replies
    6
    Views
    425

    Isn't it just: Select * from people where name...

    Isn't it just:

    Select * from people where name Is like "John our manager told Martha that she did her job fine"

    ??
  14. Thread: SQL Query

    by netSurfer
    Replies
    6
    Views
    425

    you could always take the paragraph or text and...

    you could always take the paragraph or text and seperate the words into an array and then use the array in a loop. If that makes sense.

    Or I think there's a SQL keyword called LIKE that might...
  15. Replies
    4
    Views
    510

    no problem

    glad to help
  16. Replies
    2
    Views
    391

    just a thought

    what is the data type of CustNo? if it's a number then wouldn't your expression fail because you're comparing a string value to a number?
  17. Replies
    4
    Views
    510

    I have no idea

    how similar your control is to VB5's MSFlexGrid but I know that in VB5 the grid had a property called ColSel that combined with RowSol alllows you to selct portions or the grid.

    Does your control...
  18. Menu Help - maybe I'm being dumb or it's

    just been too long since I've worked with something like this but I'm trying to do the same thing and I can't quite figure out what to do.

    I have a menu item (mnuHelp) that is the is th third menu...
  19. Replies
    0
    Views
    425

    using microsoft speech SDK 5.1

    I'm trying to figure out how to use this new version and not having too much luck. I used version 4 without too much trouble - it was easy because it had actual controls you could place and work...
  20. Replies
    2
    Views
    377

    Cool

    thanks alot. I'll go check it out.
  21. Replies
    2
    Views
    377

    Video question

    I am wondering what controls I would have to use in order to work with a USB web cam? I'm playing with the idea of making my own app for it.
  22. Replies
    6
    Views
    790

    CyberSurfer- cool - I understand now. Thanks.

    CyberSurfer- cool - I understand now. Thanks.
  23. Replies
    6
    Views
    790

    Parksie - so I could use that function to change...

    Parksie - so I could use that function to change the color of a label and it would be the same colour the web would use? I'll try that - thanks.

    Cybersurfer - I'm not sure exactly what you mean -...
  24. Replies
    6
    Views
    790

    I'm trying to build an HTML editor for my brother...

    I'm trying to build an HTML editor for my brother - Colour selection is where I'm stuck. I want to build it so that it uses the RGB specs (#000000 to #FFFFFF) - and would like to combine it with a...
  25. Replies
    2
    Views
    547

    Thanks for the suggestions. I'll try both. I'm...

    Thanks for the suggestions. I'll try both. I'm not sure how/where to post it, but I'd like to post it once I'm done. I think it's pretty cool. If you have suggestions on how/where to post it, let...
  26. Replies
    2
    Views
    547

    Ok, I've been gone for awhile. But I have 2...

    Ok, I've been gone for awhile. But I have 2 questions. One is about the Shell command.

    I use the following code (which I got from this forum) to open up an application named by strTemp. ...
  27. Replies
    19
    Views
    1,617

    Thanks guys

    Thanks for the info. I got the voice thing kinda working - still playing with it. The TAB code did exactly what I needed. Thanks very much. Sorry it took me awhile to actually get back to you...
  28. Replies
    19
    Views
    1,617

    Kedaman - I would send them to you but I don't...

    Kedaman - I would send them to you but I don't remember where I got them and all I have are the OCX's - I don't have the install/setup file so it wouldn't do you any good. Sorry.

    Can anyone help...
  29. Replies
    19
    Views
    1,617

    First: Thanks guys for the answers. THe voice...

    First:

    Thanks guys for the answers. THe voice recognition stuff I got looks cool but I can't figure out how to make it work. There wasn't any help files included (except for one about...
  30. Replies
    19
    Views
    1,617

    but I have 2 questions. First: I need to...

    but I have 2 questions. First:

    I need to capture the TAB key - basically I have an app that I use to keep track of all my code examples and stuff like that. I have the code stored in files that...
  31. Thread: newsgroups

    by netSurfer
    Replies
    1
    Views
    656

    Thank you. I will research that some more.

    Thank you. I will research that some more.
  32. Thread: newsgroups

    by netSurfer
    Replies
    0
    Views
    431

    Hi. First, I'm totally newe to working with the...

    Hi. First, I'm totally newe to working with the internet through VB code. I want to build something to go through newsgroups and grab all messages and put them into text files. I want to have it...
  33. Thread: newsgroups

    by netSurfer
    Replies
    1
    Views
    656

    Hi. First, I'm totally newe to working with the...

    Hi. First, I'm totally newe to working with the internet through VB code. I want to build something to go through newsgroups and grab all messages and put them into text files. I want to have it...
  34. Replies
    6
    Views
    751

    Martin - I know that it's not really complex code...

    Martin - I know that it's not really complex code - it's just going to be a time consuming process when I'm dealing with multiple tables with alot of records. But if Pardede's suggestion doesn't...
  35. Replies
    6
    Views
    751

    Nuts. Thanks Martin, I was really hoping there...

    Nuts. Thanks Martin, I was really hoping there was an easier way than that :-( Something easy that would just take the name of a tale and copy it with a new name. Oh well. Thanks.
  36. Replies
    6
    Views
    751

    What is the best way to copy and rename1 table in...

    What is the best way to copy and rename1 table in a database? Basically, I need to take existing tables and make a copy of them. I'm not sure the best way to do this.
  37. Replies
    2
    Views
    560

    Cool, I'll try that. Thank you.

    Cool, I'll try that. Thank you.
  38. Replies
    2
    Views
    560

    Help! I'm using the following to open a recordset...

    Help! I'm using the following to open a recordset and grab all the records that are a close match. Basically I have questions that aply for more than 1 subject that are exactly the same. I need to...
  39. Thread: Help!! :-)

    by netSurfer
    Replies
    1
    Views
    498

    Never mind. Using the Creat Table wouldn't allow...

    Never mind. Using the Creat Table wouldn't allow me to use - in the field name but if I use createtabledef and fields.append with .createfield it will. It does't make sense to me. But it works.
  40. Thread: Help!! :-)

    by netSurfer
    Replies
    1
    Views
    498

    I'm trying to create a table for Access 97 (using...

    I'm trying to create a table for Access 97 (using dao 3.51) via code. I'm setting the table info in a string and then
    using dbsData.execute string to make it. The problem I'm having is that using...
Results 1 to 40 of 362
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width