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...
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.
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
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
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
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...
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 ?
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.