andplo's Q&A profile
.NET Development Debugging .NET Runtime 2.0 Error Reporting Event: 1000
Hi, I have an application running on .Net Framework 2.0. After running for a day or so, the application stop and an error is generated by Windows Error Reporting. The message is as follows: Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 18/01/2006 Time: 09:46:29 AM User: N/A Computer: myComputer Description: Faulting application myApplication.exe, version 1.0.2208.39414, stamp 43c ...Show All
Visual C++ Is c++ .net compiled??
<Drunkalot@discussions.microsoft.com> wrote in message news:c122f850-6854-48b9-b821-aedbd4b034ba@discussions.microsoft.com > Is the c++ .net full compiled like the older vc++ 6.0 or it is only > compiled to the CLR, like c# It can generate either native machine code, or managed code. The choice is yours. -- With best wishes, Igor Tandetnik Hi ...Show All
Visual Basic delay or pause my VB code
I am having trouble with an Access form which runs some VB code behind it. The form accepts lots of user inputs and these are then grabbed by my VB code to calculate a result. This all works fine but does take some time for the calculation to complete due to the size of the datasets. Rather than the user having to stare at the same screen and wonder what is happening, I have another form which pops up to tell the user the calculations are in ...Show All
Windows Forms Datagrid filter row selected.
Hi, I have a datagrid which displays 100 rows. User can apply filter on datagrid. It works fine but it doesnt remember the selected row. If user has selected one or multiple row and applies filter then all the rows which were selected before&n ...Show All
Visual Studio Express Editions installing express editions on same computer as full editions
This refers to the final products. Can we have visual web developer express and sqlserver express alongside vs stuidio 2005 and sqlserver 2005 developer edition Any issues dennist685 Hi, Yes, Visual C++ 2005 Express can be installed alongside your present environment. Visual Studio 2005 is designed to work side by side with Visual Studio .NET and Visual Studio .NET 2003. ...Show All
Visual Studio Express Editions Refresh the form
Hi I wrote a application dealing with intensive data processing - lots of loops and queries running behind the scene. The problem is the user form becomes blank after minimising and maximising, it seems i need to refresh the screen or form. Any one knows what I should do to deal with this problem Thanks Yuelin hi, Please use multithreading to carry out some tasks on your form. A separate thread ...Show All
Visual Studio Migrate a report created in Crystal Reports 9 into C# windows app
Is it possible to create a report using Crystal Reports 9 and implement it into my C# windows application I know I can create the reports in .NET, but the people who will be creating the reports do not have .NET and only have Crystal Reports 9 on their computers. Thanks In Advance Hello, Yes it is. You can point the Crystal Reports engine to a .rpt file that the user creates. This is a very com ...Show All
Visual Studio Plugging in the SDC WiX tasks to Team Build
One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example: <CompileMsi SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All
Visual Studio Express Editions Good and Free Tutorials
hi, i hope if anyone encounter a good free tutorial for C# to share it with us here in this thread. very good tutorial for OOP's concepts very well organized tutorial for C# basics Index for many tutorials online arranged in groups this is the best free dictionary i found for computer terms note there are many tabs in the result but most of computer terms in technology or wiki &nbs ...Show All
Visual Basic validation woos
I have an Access backend with a VB.Net 2003 frontend. In the table, I set an input mask for both the telephone and zipcodes. I also set them as required fields. But, when I input in the form, it lets me put anything in the field or leave it blank. what am I doing wrong I don't know if you are creating Windows Forms application or ASP.NET application. Validation controls (like Required Va ...Show All
Visual C# Application.Exit
Ok. Can someone tell me how to when the application closes to perform a function..maybe something like this. if (application.exit == true) { MessageBox.Show("Are you sure"); } private void OnFormClosing( object sender, FormClosingEventArgs e) { e.Cancel = DialogResult .No == MessageBox .Show( "Close " , "" , MessageBoxButtons .YesNo); } Works for me here. ...Show All
Windows Forms Custom Controls Collection as Property
How can I make collection of ToolStrips and then set it as property of MyControl. When I tried to add ToolStrips to my collection from designer there is error. This works when I try to add Component, but with ToolStrip don't. Please help... This Code with Component Works: Public Class MyControl Inherits Panel Private m_Items As System.Collections.ObjectModel.Collection( Of MyItem) Public Sub New () m_ ...Show All
Visual C# How can I access the BackColor property of a control stored in another form?
Hello, I am wondering how can I access the BackColor property of a control stored in another form. Please help. Thanks guys. I did it in both ways. But I like more the first way (changing the modifier). Can you tell me the disadvantage of this And the advantages of using a method TIA. ...Show All
Visual Basic Class Library Project Event
I am creating a class library (.dll) and i want to specify an event for when the class is loaded. I want to execute somthing for example "msgbox("Loaded")" almost like a form loaded event. Is this possible / how do I do it You can create a static constructor for the type and raise a static event.You can create a static constructor for the type and raise a static event ...Show All
Software Development for Windows Vista SETUP.EXE throwing unhandled exception while installing Vista
Hi world, I am trying to install Windows Vista Beta 1 on a XP box and planning to make it a dual boot. XP is on C: drive (20 GB) and I want Vista on E: drive (20 GB). I uninstalled the Anti-virus on the machine for this installation. I downloaded en_longhorn_beta1_dvd.iso from MSDN and burnt it on a DVD. After inserting the DVD and starting SETUP.EXE I click the 'Install Windows' icon. After entering the license information, i click next. Now, W ...Show All
