Software Development Network Logo
  • .NET Development
  • Visual FoxPro
  • Architecture
  • Windows Live
  • SQL Server
  • Visual Studio
  • Visual J#
  • Game Technologies
  • Visual C#
  • Visual Basic
  • Windows Vista
  • Visual C++
  • VS Team System
  • Smart Device
  • VS Express Editions

Software Development Network >> tfm_mike's Q&A profile

tfm_mike

Member List

AIM48
HelOz
Chevy
Dr.Luiji
Bady_Tirol
Doug Hall
ToddInColorado
Trinh Nguyen
Daniel Chait
zhang chenxu
Joe Hanlon
rgrid
Scott Dorman
Dan-el
Mike Thorpton
Tony Chun Tung Siu
remy_tache
Germano Freitas
mrstrong
JustDotNet
Only Title

tfm_mike's Q&A profile

  • Visual Studio Express Editions System::EventHandler: function call missing argument list

    I downloded VCPlusSamples.exe . I tried building two sample projects (or solutions, whatever) on VC++ Express but it always stumbled at System::EventHandler lines like the one here in a header file. this ->Load += new System::EventHandler( this , Form_Load); The build error msgs are: y:\visual express\samples\c++\vc.net samples\vc.net - advanced .net framework (gdi+) - animation with gdi+\frmAbout.h(215) : error C3867: ' ...Show All

  • Visual J# j# compiling problems

    Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Hi, Above link (in Daniel's reply) must help you out. Please read the replies by Paul Domag carefully. He has explained i ...Show All

  • .NET Development delegates and event (=? +=?)

    Hi, sorry but one more question. i saw an articles in http://weblogs.asp.net/rosherove/archive/2004/03/28/100444.aspx public class Class2 { public delegate void DomSomethingDelegate ( int num1 , int num2 ); public event DomSomethingDelegate MyDeleageteCallback ; }   Class1 c = new Class1 (); c . MyDeleageteCallback = new; Class1 . DomSomethingDelegate ( this . Calculate ); the author said: In essence, declaring ...Show All

  • SQL Server Changing Column and Row Heading in MDX

    I am trying to change the default row and column heading to make it more meaningful to the user in MDX. Can you please help me. This is done easily in SQL like SELECT the_actual_cost AS cost...... Thanks in advance. Riju You cannot use aliases in MDX. There are a couple of options though: 1) Select a "friendlier" member property to display instead of the name of the member. 2) Calculated members can be named on ...Show All

  • Visual C# I chose an icon but it doesn't show in windows' explorer

    Hello folks! I've added an icon to my application but the problem is that the icon is only showed in the upper left of the application and on the task bar. The application's icon itself is MS VS' default one (when viewing the application icon from windows' file explorer). How can I make my application show the right icon when listing a folder's content Thank you! Thank you! I couldn't find "Image... Current ...Show All

  • SQL Server sql server 2000

    This is my last attemp at trying to install sql server installed, which its been quite reluctant too, as I've spent the last 2 hours with no progress. I've downloaded MSDE2000A.exe from http://www.microsoft.com/downloads/details.aspx FamilyId=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en Installed it in the default directory. "C:\MSDERelA" And ran setup which returned this error "A strong SA password is required for securit ...Show All

  • Windows Forms Generate Windows Form out of XML

    Hellow I've got a problem : I would like to automatically generate a windowsform starting with an XML-file. Let's say f.e. you have got this piece of XML : [code]<person> <name>Joske Vermeulen</name> <country>Belgium</country> </person>[/code] Is there some way v ...Show All

  • Visual C++ Form Closes without this->close() being called

    I have a form and when I click a button, the form closes even though I never call the close() function. The code is below: if(group) { tree->Nodes->Add(textBox1->Text); } else { tree->Nodes[gIndex]->Nodes->Add(textBox1->Text); } textBox1->Clear(); textBox1->Focus(); that is all my button_click even does yet my form closes after the execution...why ...Show All

  • Visual C# Intermediate programer

    I was wondering if anyone knows of a site to help transition beginer programers into the more intermediate programing level Although there are some good comments in this thread and some great books mentioned, it's difficult to answer without a solid understanding of your skills. In my experience, the best way to advance your software development skills is to find a good mentor who can talk with you, look at your work, and help you focus o ...Show All

  • SQL Server multiple calls to SP

    Hi group, I've got a performance issue. Here's in global what the sp (Let's call it SP_A) does. Step 1 Call a different SP (Lets call it SP_B) and store the output in a variable Step 2 SP_B runs a select statement that returns 1 value Step 3 SP_A uses this value as a parameter in a select statement. Step 4 The result of the SP_A is the result of the select statement (744 rows (always)) All tables used in SP_A and SP_B are temp tables. Total perf ...Show All

  • Windows Forms Help with clunky event handling

    Hi all. I come from a background of many many years of coding in Delphi using ADO to hook into SQL Server. Now I am coding in Visual Studio 2005 using the ADO.NET layer and .NET 2 components and it feels like I have taken 10 steps back. Typically, I used to have all sorts of events raised in my db componets (in Delphi). BeforeInsert, AfterInsert, BeforeDelete, AfterDelete, BeforePost, AfterPost etc... Simple and easy to use. How do I acces ...Show All

  • Visual Studio Express Editions Visual Web Developer

    Is just installed the Visual Web Developer to start wit the .net technology. After uploading the included sample site to my 2003 webserver i'l get the following error. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'f ...Show All

  • Software Development for Windows Vista Persistence Store Changes on Beta 2.2?

    Hi there Are there any changes to the Tracking/Persistence Store Scripts within Beta 2.2 I installed Beta 2.2 yesterday and now I get the following exception when creating a workflow instance: System.Data.SqlClient.SqlException was unhandled Message="Procedure or function InsertWorkflow has too many arguments specified." Source=".Net SqlClient Data Provider" ErrorCode=-2146232060 Class=16 LineNumber=0 Number=8144 ...Show All

  • Visual Studio Clear Internet History

    I have a problem clearing my internet histroy. I know that I should be able to go to Start, Control Panel, Internet Options and then Clear History; Delete Cookies; etc. However, This is not working. When I complete these steps, the entire internet history still remains. Hello, You might try one of the IE forums for this, try one of the following: 1. http://www.microsoft.com/windows/ie/support/newsgrou ...Show All

  • Visual C# Generic Horror, Inheriting types with multiple inherited constraints

    Ok, well I am having a pretty major issue getting a class with insane generics to simply compile...here's the scenario. I have an entity class, attempting to inherit from a persisted entity which on a class level accepts 3 generics, the first 2 generics have a pretty firm constraint which dictates the first type inherit from our base Entity class (which persistantentity does), and also that it has a parameterless constructor. All of that is ...Show All

©2008 Software Development Network

powered by phorum