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

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

Dancefire

Member List

Paul_French
jupitor_rules
Shivax32
Cody65
Shawn LeDrew
Jerome Hannebelle
CHWA
e3Di
up2date
IMBack
LiamD
chinarut
bls
antnyuk
EW
vitamin
ZackL
gxhpainter
Ralf Hedler
apaspula
Only Title

Dancefire's Q&A profile

  • Visual C# c# ide - cannot use brief or emacs emulation

    According to the c# documentation the IDE should contain brief- and emacs emulation. On my system I miss all keyboard functions related to these emulations. I tried to enable it in the IDE-options but neither BRIEF nore EMACS show up in the keyboard options. I use the german c# Werner, Are you using C# Express If so, you should download and install VC++ Express as well. The keyboard schemes needed to start the emulations are not included in C# Express. Installing VC++ Express will install them and C# Express will be able to use them. If you are not using C# Express or this doesn't help, please le ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Windows Tooltips kill FPS in my Windowed 3D application?

    Hi all. For a while now, I've noticed on my machine (and others) that when some WINDOWED 3D applications/games are running on Windows (XP/2000 etc), the framerate can drop from 80+ FPS to 5-10FPS if a standard Windows "tooltip" happens to over-lap the 3D window I hope that made sense! The reason it is an issue is because my application runs in a Maximized (not Fullscreen) window directly ontop of the windows desktop (effectively replacing it). As tooltips are a plenty around the taskbar area, tooltips are prone to poping up (well, fading up and back) all the time. Now for the kicker! I don't think it's just m ...Show All

  • Windows Forms Can't add new animals ..

    Anyone else having problems when attempting to add a new creature   I get a message that states that there is a problem with the terrarium server, please try again later.  Well ... it's been three days and no luck. The server should be functioning correctly again.   ...Show All

  • Visual Studio 2008 (Pre-release) Editing XAML - am I missing something ?

    I have the latest release, AFAIK, and Cider is useless - I cannot type into the XAML editor, and using the drag and drop is a waste of time. Expression is a ton better ( read, it can be used ), but is missing the most basic features ( how about search, let alone search and replace, or auto indent of XML, or even being able to use TAB to indent a section of XAML ). I realise it's pre-release, but surely the code for those common features is trivial enough to be put in early and make the tool useful Or are they there and I'm just too dumb to find them Cider is a great tool but have some issues sometimes. But there is no problems ...Show All

  • Visual Studio Using Report Viewer in a C++ Windows Application

    I want to use the Crystal Report Viewer control in an MFC Dialog application.  All instructions I have seen tell me to right click on the dialog, choose "Insert ActiveX control..." and then select "Crystal Viewer Control".  However, the Crystal Viewer Control does not appear as an option in the ActiveX control list.  I have the Crystal Reports version that comes with Visual Studio .NET Version 2003.  Any help would be greatly appreciated. It appears that the version of Crystal Reports that comes with Visual Studio .NET 2003 does not have the ActiveX control I downloaded and installe ...Show All

  • Smart Device Development 'C' device development using VS2003.

    Is it possible to write 'roll your own'  smart device software using just a 'C' Main program instead of a C++ with VS2003                                                                 Thanks,                     &nbs ...Show All

  • Windows Forms Creating Round Button

    How can I create round button in VB.NET   The shape of the button should look similar to that of Windows Media Player! Thanks in advance. You can set the Region of the button to a circle (or whatever shape you would like).  For example: Dim btn as Button System.Drawing.Drawing2D.GraphicsPath path = new GraphicsPath() path.AddEllipse(0,0,20,20) btn.Region = new Re ...Show All

  • Windows Forms WindowsForms Skinization Library ?

    Does anybody know good skinization library for .NET (WindowsForms)    I've answered you already at C# station forum :-) ...Show All

  • .NET Development Another Reflection Question

    Hi, I am working on using Reflection for a plug-in application, using dlls, the app will be done in C+.NET. I have been able to see the meta-data in the dlls, and that is about it. How can I take a class that is in the dll and create an imstance of it Is there a method within the Reflection class, MethodInfo, that I can use to do that Thanks in Advance Hoop Hi, I finnally got it. Took a cast, BaseModuleClass *plugin = dynamic_cast<BaseModuleClass *>(instance); pulgin->buildModule(); Not sure if that is the best way but the dll did start running. Thanks For the direction Hoop ...Show All

  • Windows Forms ClickOnce Downloading

    Ok, I have a 15.1 mb ClickOnce application. No errors in the build. I have successfully published to our web server, IIS 6.0 with http compression enabled. Everything works fine but we are getting inconsitent errors when downloading and installing. Here is the error report. I am not sure who the remoting host is. Is it our internet server Our ISP Or is it ClickOnce code Please help. We plan to deploy our application using ClickOnce right away but it has to perfrom as expected and even be downloaded  through dial up. Here is the Error Report: "PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common ...Show All

  • Visual Studio Name of new elements

    I thought this question was already asked before but can't find it, so sorry if it was already answered: Suppose I have an element name 'MyElement' then the instance of the DSL always generates names like 'MyElement 1', 'MyElement 2' etc. But I don't want that default space in the name because I use the elements for generating classes. Can I change this behaviour so it generates 'MyElement1', 'MyElement2' etc. Thanks, Gerben [Avanade] Hi Gerben You can take this space out in DomainModel.Resource.resx file inside the Domain Model project. You just need to erase the space between {0} {1} value of ...Show All

  • Microsoft ISV Community Center Forums Runtime error 1004 when adding a seriescole to a chart

    Hi all, this is a very stubborn problem of VBA and I have had to deal with it for years already: Excel version 2003 Error: Runtime error '1004' Unable to set the name property of the series class the macro creates several graphs with multiple seriescollections. Strangely, the first couple of graphs work perfectly! only after a couple of graphs the macro stops at the line ".Seriescollection(ibatch).name = batchfile(ibatch).charseriesname". I can't figure out why, as batchfile(ibatch).charseriesname contains a perfectly fine string Now I have to mention that this problem can also occur on other moments, whe ...Show All

  • Visual Basic Too many Fields defined

    Hello, i m using vb6.0,Access and crystal report 8.5 to make one s/w.everything is ok.my s/w is running.but problem is that when we want to report then one error is coming "Too many fields defined (error 3190)" Then i can't understand what to do now Because here records retrieve from two table and number of fields are 258.i m fetching record two table and in report show record from one temp table. i attached code so,plz give resolution through my mail id ejaz_india@hotmail.com Public Sub transfer() Dim rs5 As Recordset Dim rs As Recordset Dim rs2 As Recordset Dim db As Database Dim db1 As Database Dim qry1 ...Show All

  • Visual Studio 2008 (Pre-release) Delete entire object graph

    Hi, I've hit a snag on my smaple mailer. I have agents and messages. A message has many reviewers who are agents. I've mapped this in the DB (primitive i know - it's a test): CREATE TABLE [dbo].[MessageAgentReview]( [MessageAgentReviewID] [int] NOT NULL, [MessageID] [int] NULL, [AgentID] [int] NULL, CONSTRAINT [PK_MessageAgentReview] PRIMARY KEY CLUSTERED ([MessageAgentReviewID] ASC) WITH (IGNORE_DUP_KEY = OFF) ) GO ALTER TABLE [dbo].[MessageAgentReview] WITH CHECK ADD CONSTRAINT [FK_MessageAgentReview_Agent] FOREIGN KEY([AgentID]) REFERENCES [dbo].[Agent] ([AgentID]) GO ALTER TABLE [dbo].[MessageAgentReview] WITH CHECK ADD CONSTRAIN ...Show All

  • Visual Studio Team System Newbie question

    Hi all, OK, I just got all of this stuff installed and I'm a bit confused. Do we link our solutions with the Team Services projects And if not, how does all of this work; how do we get from a work item to an actual piece of code I've been playing with this all day and it really feels to me like two distinct tools; an application development tool and a project management tools which just happen to be in the same window with so far no meaningful way to link to two worlds together, which is what I thought this was supposed to be all about... Basically, I was of the understanding that I would go to my team project, and that would be my "portal" ...Show All

©2008 Software Development Network