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!

Recent content by RMasters

  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

    Forget it, I was being stupid, sorry folks- nothing to see here.
  4. 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
  5. 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
  6. 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
  7. 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...
  8. RMasters

    Which form problem...

    Nouman that is exactly what I needed, thanks.
  9. RMasters

    Which form problem...

    Thanks for your prompt reply, the problem is that there could be 2 form classes or twenty and being lazy I don't want to update a case statement for each project, therefore I still need to apply a variable to select the form class that I want. Any ideas ?
  10. 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...
  11. 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...
  12. RMasters

    execute a delete stored procedure?

    thanks frandazzo
  13. 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...
  14. RMasters

    Excel- Find Replace problem...

    Cheers TOAD, I wasn't defining a range- whoops. Many thanks
  15. 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

Part and Inventory Search

Back
Top