Answer Questions
Mr.S Pass controls from Form1 to form2 - option 1 works, option 2 does not?
I would really appreciate someone showing me what i am missing in the following example.. in Form2 I try to access a Control from Form1. (in this case a ComboBox) Option 1 works and the control is accessible. This is when Form1 was initially opened/shown using the Form1 itself: Dim myForm1 As Form1 MyForm1 = New Form1() result = Form1 .ShowDialog ‘Here I am calling/Showing Form1 ...Show All
Mordy Directory listing
I am currently working on an archiving project. I have got it to work to some degree. It uses a folderBrowserDialog box to locate the directory to zip. Parses the string and creates the save location. It then zips and compresses the files by recursing through the directories and obtaining a list of files to be added to the zip file. Now here is my question. How could I select multiple folders in one pass And also is it possible do delete folder ...Show All
SQLDBAs Trouble with C++ Express Install
I have tried multiple times to instll the MSVE C++ package with no success.Everytime I try I get a MS .Net Framework 2.o installation errror, which in turn prevents the rest of the package from installing. I have/had none of the components that were not allowed to be on before I started. I even ran the vs_uninst_betas.exe to make sure I wasn't missing anything. I just do not know what to try next to get around this issue. I am running a Athlo ...Show All
DutchRhino Non Generic Collection Classes, Which Is Best For My Purpose?
Hello All, I am having a bit of a problem and need some advice. I am rewriting a VB6 application. As part of this application I have a Form Class and a Forms Collection. The basic idea of what happens in my application is this, whenever my application creates a new form that is not the Main Form a new instance of the form class is created and the properties for that instance are set and the new form class object is added to to the Forms Colle ...Show All
Amer 570 Access Databases!! Without Databindings
Hey there, I have foun the way to connecto to an access database and use it without the DataBinding and the BindingNavigator First: You will need to add the Database into your Project, its better if you create the database in Microsoft Access first and then add it into your project as an existing item, use the general help to do this, when you finish adding the Database to your Project, it will create and add a DataSet into& ...Show All
dB. Is there a command that I can add to my program to insure that the SQL Server is running?
Visual Basic 2005 Express Edition: Occasionally, I get an error message when I run the application that I am developing. The problem appears to be that the SQL Server is not running. Is there a command that I can add to my program to insure that the SQL Server is running Below is the error message that I get at random times immediately upon running under Debug: "An error has occurred while establishing a connection to the server. W ...Show All
Hugo Barauna How do you change Data Type
Hi Folks, I made a DataBase application with 4 forms. Three have DataGridViews. The program connects to an Access DataBase. On one of the Tables of the Access DataBase, when I first set it up, I set the DataType to Integer. This was a mistake. It should have been set to Double. I get Format Exceptions when entering Doubles into a DataGridView box. I changed the DataType to Double in the Access DataBase but it's like stuck in the appl ...Show All
Fizban How can I load data into a 2-dimensional array?
I have some data in a text file in the format: X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,I,O,O,S,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O ...Show All
Dewayne Hornsby Visual C# 2005 Express Beta 2 Debugger Fails to Start
If I create a simple Windows application under beta 2 of Visual C# 2005 Express without adding any code and attempt to start debugging, I get the following error message: "Microsoft Visual C# has encountered a problem and needs to close'. If I start the program without debugging, it runs fine. A blank windows form pops up. Also, the "Add Connection" under beta 2 of Visual C# 2005 isn't working for me. When I attempt to con ...Show All
Beky BINARY ON A COMMERCIAL PROJECT
A question for those that, for one reason or another, have ever had to deal with binary on a Commercial Project. Converting a Byte into its Binary representation is done as follows: BitArray Name = new BitArray (byteobject); The BitArray can then be indexed to work with the data and process it. However when trying to put the data BACK INTO THE FILE, a problem arises. BinaryWriter Streams only accept bytes and other data to ...Show All
Jerry Liu Click Event Procedures
This is what I have so far for this progam. The application calculates a members monthly dues. I need to code each checkbox's click event procedure so that it adds the charge or subtracts the charge from the total when the check box is selected/deselected. Please help!! Private golf As Integer Private racquetball As Integer Private tennis As Integer Private Sub uiGolfCheckBox_Click( ByVal sender As ...Show All
2theLake get the raid of internet filtring with C#
Sorry but I am not as well as you in English but try ... I am Iranian and here the Gov. has filtered many of sites (from Porn to politic or many Web logs) We try to Develop an application to break this limitation. Is it possible to use a Security Library or any things like this to get the raid of this filtering or do you know any solution with out using Proxy . if you have any suggestion Please tell me. thanks. ...Show All
ajaysajay Problems with Downloading Registration Benefits
There have been several reports of problems with accessing and downloading registration benefits. We have investigated the issue and have news to report. This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that li ...Show All
JimJBq Setting the Version Information in the exe file
I am currently using the express edition of Visual C++ 2005. Is there any way of setting the version number, description, company, etc. that appear in the Version tab of the properties dialog of the exe There doesn't appear to be a resource editor in the express edition. Is there an alternative or would I need to upgrade to the full Visual Studio to do this Mog0 Create manual a resource file and place t ...Show All
jbeaudoin_qc Visual C# 2005 Express Command Line Compiler
I've installed Visual C# 2005 Express Beta 2, and I want to use the command line compiler. According to the info on MSDN, it should be available by going to Start | All Programs | Visual Studio 2005 | Visual Studio Tools. I don't have a "Visual Studio 2005" folder in my Programs menu. I only have a direct link to Visual C#. Is this because it's the Express version Can I get to the command line compiler another way Thanks. LMC ...Show All
