AnOracle's Q&A profile
Windows Forms Windows.Forms.Form becomes corrupted after editing a property in the designer
I have a complex windows form coded in C# on the 1.1 SP1 version of the framework. It contains menus, toolbars and several sets of nested tabs with controls on each. Suddenly when I change a property of a control in the designer the form becomes completely corrupted. By corrupted I mean that all of the control positioning on the form becomes scrambled and the form will no longer compile (I get a "Key not recognized" ...Show All
SQL Server Controls missing in toolbox
All in sudden all the Controls (Table, Crosstab, textbox...) disappeared from my Toolbox. I clicked View -> Toolbox and still it is empty. Anyone has any idea what is going on.. Thanks. ...Show All
Visual C++ Controlling settings for all the vc8 projects from a common place.
Hi, Issue: Controlling settings for all the vc8 projects from a common place. I have heard about property sheet for vc. Can anyone explore about property sheet for VC In VS2005 MS has provided MSBuild but it is not supporting VC projects. Thanks in advance. Regards, Madhur To inherit from a property sheet, switch to the Property Manager window and select all projects / configurations you want to have the same proper ...Show All
.NET Development Gridview need help
Sorry for posting this in the wrong forum - but cant find a forum for Web.UI controls. If someone knows of a good forum for asp.net web ui please post as it. I have a GridView component in which I have defined a "delete" configured CommandField. When selected, the DeleteCommand of the configured datasource calls a stored procedure to delete the selected record. However the deletecommand is firing twice. There are no pre/post dele ...Show All
Visual Studio Team System Can I install Sql 2005 June Ctp with Team foundation server?
Can I install Sql 2005 June Ctp with Team foundation server No, you cannot. The TFS Beta2 is meant to be used only with the Yukon April CTP. (There have been changes in the Yukon June CTP which TFS needs to change to handle) Thanks, Amit ...Show All
Visual C# RC1 compiler slower than Beta 2?
We've moved our Beta 2 project to RC1 today and noticed that it is taking much more time to build in RC1 than it did in Beta 2. We are using the same hardware (brand new computers) we were using in Beta 2 but we've done a clean Windows and RC1 install and the slow performance is happening in all of them and not isolated to one only. It is very frustrating to wait several minutes whenever we have to build. Why is it much slower now Is this the ...Show All
Windows Forms Truely Automatic Updates?
Is there any way you can install updates with no user interaction using ClickOnce It would really help me out of a jam if there was. Just keep in mind that it is automatic on their end, but not your end. Click on the "Updates" button, and check the box next to "Specify a minimum required version for this application". Set this version to the number about to be published, and then publish t ...Show All
Visual C++ VCBuild and custom target platform
Hi, Here is the point: I have a C/C++ project under Visual Studio and I want to add my own new target platform; This platform is very similar to Win32 in term of settings but I want to launch another compiler for C and C++ files and another linker for .obj. What's the complete process to do that How can i create a new target platform and reference it to Visual Studio How create custom task for VCBuild and reference it for Visual Studio ...Show All
Visual C# Operator '+' cannot be applied to operands of type 'T' and 'T'
One day, the Microsoft C# team will stop treat us as kids, and this code will become possible: public static ABIDataVoidNull<T> op_Addition_NV_NV<T>(ABIDataVoidNull<T> inValueL, ABIDataVoidNull<T> inValueR) { if (inValueL.IsVoid) { ...Show All
Visual Studio 2008 (Pre-release) SuspendLayout in WinFX like Winforms?
Is there an equivalent SuspendLayout in WinFX like Winforms I haven't run accross anything.... Thanks Ron @ Mobiform Aurora XAML Designer www.mobiform.com Since layout is done in a separate pass it is implicitly blocked from updating while the UI thread is busy doing something else. Therefore you can add all the controls you want and change all the properties you want and the changes won't take effect ...Show All
Windows Forms how to set combobox selectedvalue property?
hi, my question is how can i set the selectedvalue of a combobox. i have a combobox and i want to set the selected value to the supplied id. thanks Yep, certainly more than one way to skin this cat. I can tell you that&nb ...Show All
Windows Forms SqlClientPermission
OK.....I have been searching and haven't found much helpful info on this topic. I am hosting a winform (user control) on a website. The form makes a call to a stored procedure...: Public Function getxxxxx() as dataset ...Show All
Visual FoxPro what is the maximum field VFP9 can handle
Good day to everybody... just a little problem with my update at VFP interface with my back-end database I dont have this problem updating my employees table in SQL2000 with 35 columns at my VFP interface, but recently I add another 3 columns at my table, that's where I encounter this problem. Inserting a new record or deleting there's no problem, but when i edit a particular record then saved the changes,the update is OK.. but after I clo ...Show All
Visual C# ERROR ON CLOSING MY PROGRAM WHEN THREADING IS USING
Hi guys.. i need your solutions about my problem. Here, when i make a threading code then i close the main form, it displayed : "An unhandled exception of type system.nullreferenceexception occured in system.windows.forms.dll additional information object referenced not set to an instance of an object." i cant find any solution about it by my self... :( Anyway thanks for your great solutions... Your next step sho ...Show All
.NET Development Override new/delete operator - Works fine in VC6 but not in VC7
Hi, I migrated my VC6 programs to VC7(unmanaged - native code). Everything works fine except new and delete operators. The override function for new operator is using malloc. After allocating the memory, I am initializing the allocated memory with null. Also I am using this function to identify memory leaks. I declared and implemented these override functions in common header & c module (memall ...Show All
