September 29th, 2011 04:38 PM
The link said 0 sample files found
September 28th, 2011 08:31 PM
I have many files at work that need to be copied from one directory to another. However, I do not need to copy all the files at once.
I get excel sheets with the list of files that need to be...
September 10th, 2011 12:06 PM
I am using Visual Studio 2008
I have a custom control and can't seem to understand how to add a click event. My file is generic and has a usercontrol1 and usercontrol2. I am trying to add a...
September 10th, 2011 09:04 AM
I guess I will close this thread since it appears my project will be a lot bigger then expected. The original title is easier then I thought, however, my real question will be about creating...
September 10th, 2011 07:51 AM
In a way - yes. However, I suppose, the big question is how to have the same label (tool icon) create multiple icons on the screen?
I have seen sites with code to create movable controls on a...
September 9th, 2011 11:55 PM
Thanks for your reply.
The reason why I am asking - we are having some clients arrive at work from China.... We are going to help structure their file system and the way they have directories...
September 9th, 2011 11:16 PM
Thanks for all you help, however, that's not what I need (maybe I haven't explained it properly).
If you open Visual Studio - create a new project (vb.net) - when form1 shows up add a button.
...
September 9th, 2011 10:10 PM
How would the label create another type of control and you can do it over and over and so on?
Example:
There is a label that says button. You click (or drag) it over to the form and a button...
September 9th, 2011 07:31 PM
I would like to learn how to move a control like the visual studio program. In the toolbox you have a list of all your controls (button, listbox etc....). They are labels and when you double click...
September 9th, 2011 04:27 PM
I would like to simulate the look of a SSIS form where the controls are on a panel and the actual controls can be moved from one part of a form to any where else on the form. However, the control...
September 4th, 2011 09:11 PM
I have a VB6 program that encrypts a file - and also - I have a folder lock program that I want to lock the folder (CLSID) to My Computer, Recycle Bin etc.....
But when I encrypt the file and try...
September 4th, 2011 09:01 PM
Thanks. I will look into it and let you know. :)
September 4th, 2011 03:53 PM
Erors say:
The name 'Textbox1' does not exist in the current context
The name 'My' does not exist in the current context
The name 'Label3' does not exist in the current context
The name 'My'...
September 4th, 2011 02:30 PM
Have a quick question:
I have some Properites.Settings set up. One setting is passwordhint.
On one form I have a textbox (textbox1) and a label (label3)
The user will enter the password hint...
August 29th, 2011 12:15 PM
Thank you for the replies. I have looked into the links you provided and looks like there are a lot more then I have.
Would it be hard to alter:
If Option1.Value = True Then
Ext =...
August 28th, 2011 10:04 PM
(I am using VB.NET 2008 Pro)
Hello all -
In VB.NET (2008 Pro) how would I be able to change the path of a folder to represent the recycle bin or printer folder, control panel etc....
I...
August 28th, 2011 12:24 PM
nevermind.... I found it and how to access it....
This can be closed.....
It's in the settings.settings file
and I would use:
Properties.Settings.Default.Save();
August 28th, 2011 11:21 AM
In VB.NET - there is My.Settings where you can store information....
Is there the same in C#? If so, where? I can't find it.
In VB.NET I create settings strings to hold certain information...
October 22nd, 2009 11:13 AM
I have a small quesiton here -
I have found a lot of info on opening another program from VB6, however, I have an addition that I need some advice on......
I have a small VB6 program that when...
August 10th, 2009 12:42 AM
I have a project that I have made into an .exe file. My project uses a DLL file that my code is referenced to.
My question is how can I make my project reference to that DLl file without having...