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 wOOdy-Soft 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: RMasters
  • Content: Threads
  • Order by date
  1. RMasters

    Mem Usage keeps going up

    I am having trouble with an application that I have just completed, when using it I noticed that my machine slows down alot. Investigation reveals that when I dispose of forms, the memory is not being freed up. I set-up a thread to run "gargage collection" every few seconds but the problem...
  2. RMasters

    Changing the drag drop mouse pointer

    When performing a drag and drop the mouse pointer defaults to the standard drag drop images. I want to alter these defaults to my own images, is this possible? Thanks for any help in advance.
  3. RMasters

    FileCopy problem

    I'm using VB6, and I am attempting to copy one file from one location to another:- FilCopy Source.string, Destination.string I get runtime error '75 Path/File access error. I'm sure this all worked fine before I installed .Net- can anyone solve this. Thanks in advance
  4. RMasters

    Drag drop- can I change the pointer?

    I wish to perform a drag and drop between two controls. I would like to change the mouse pointer to my own icon but the default always sees to take precedence can I change this? Thanks for any help Rick
  5. RMasters

    Batch posting options?

    I need to insert multiple records into a single table (im using VB.NET 2003 and SQL Server 2000) what is the best ie quickest and most stable option. Thanks for any help
  6. RMasters

    How do i delete sub directories

    I need to set up an app that deletes a folder and all subdirectories, I am using a piece of code that seems to work, except that the sub directories aren't removed from memory (the hard drive stats stay the same). I am assuming that this is not good practice, can anyone help me with the correct...
  7. RMasters

    Which form problem...

    I want to open a form in code, but I don't know which form class to use until runtime. Lets say I have 3 different form classes frmMISC1 frmMISC2 frmMISC3 I want to pass a variable and open the required form based on this: ie- dim form as new frmMISC & "1" form.show The problem...
  8. RMasters

    dynamic treeviews- updating nodes

    I am building a treeview from 4 data-adapters combined into a single dataset (from SQL Server). This works fine and I get 4 levels of tree nodes. My problem is that the fourth level of nodes needs to be dynamic (all the others are static after initial load). I want to reload the final tier...
  9. RMasters

    execute a delete stored procedure?

    I am trying to execute a stored procedure that requires an input parameter, the purpose of the procedure is to delete a record in a table (based on the ID that I pass it) I cannot find an example of this anywhere. The stored procedure works fine, my problem is running it from code. I would...
  10. RMasters

    Excel- Find Replace problem...

    I am having trouble with programming excel from vb .net. I need to run a find replace on a spreadsheet that I create in code- creating the .xls is no problem but I am unable to run the find\replace. Can anyone help me. Many thanks Rick Masters
  11. RMasters

    My PC Wont Boot Up...

    I really need help and fast! I recently switched on a very old machine and I get the following message almost immediately: ATI MACH64 SGRAM BIOS 3.002 And thats it, nothing else, no beeps, nothing. Please can someone tell me what this means and what I can do to fix it. Many thanks Rick
  12. RMasters

    Tree view node "text" alteration

    Hello, I have a treeview in my project. It is populated from a database. It works well, however I would like to be able to change the text value of certain nodes at runtime. I can do this for the "selected node" but I can't grab another node from code, can anybody help? Many thanks
  13. RMasters

    How to create folders

    I am new to VB and I would like an easy and efficient way to check if a folder exists in a directory and if not then to create a new one without the user being prompted. Any help would be greatly appreciated. Thank you.
  14. RMasters

    Proper case function.

    I want to alter a series of records to "proper case" i.e "rick masters" changes to "Rick Masters". Is there an access function for this? Many thanks in advance.
  15. RMasters

    Can I overide the overide?

    I am looking for a way to prevent users from hitting the shift key and opening my entire database to the world, if anyone knows how this can be done in 97 or 2000 then I would love to hear it. Huge thanks in advance Rick Masters
  16. RMasters

    I need help with "If Null"

    Hello, I have two fields in one table and I need to combine them into a single field in a second table. The problem I have is that if the first field contains a null, the second field is not placed into the combined field in table2. I could update all nulls to values but this is not practical as...
  17. RMasters

    Changing a .pst password

    I need to change or disable a pst file password. Does anyone know how to do this easily?
  18. RMasters

    How do I remove a .pst password

    I have a pst file with a password, I don't know what the password is, is there a way to disable or change it? I would really appreciate some help. Many thanks RickMasters
  19. RMasters

    SQL with Access front end

    I want to change an existing access database to SQL. I am not familiar with VB or ASP, therefore I would like to create an access front end. Will the database still have "access" limitations? I.E. poor network stability and security problems. Furthermore, when (if ever) are microsoft...

Part and Inventory Search

Back
Top