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

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

CRames

Member List

David Jedi
Dj Anonymous
BobishKindaGuy
Rafik
Jarno Burger
Ben Riga
skyhawk7ma
rmiao
PChandra
erik v
Peter-ZT
Codylcran
tconkling
curtmack
John Burrows
corradMSDN
ORE
BetaStar
PMBT
tShunnar
Only Title

CRames's Q&A profile

  • Windows Forms ComboBox Bug? or my ERROR?

    My Code: private void Form1_Load(object sender, System.EventArgs e) { ComboBox comboBox1 = new ComboBox(); this.Controls.Add(comboBox1); DataTable dtValueAllow = new DataTable(); DataRow drA;   dtValueAllow.Columns.Add(new DataColumn("Display", typeof(Int32))); dtValueAllow.Columns.Add(new DataColumn("Value", typeof(string)));   ...Show All

  • Visual Basic Click-Once is not so simple...

    ok, here's the problem: i'm using VB.NET 2005 beta 2 all working nicely. i've made an app, debugged it and it runs all nice from the normal exe. but when i went to publish it, it seemed to work all fine until the installation page opened. i try to launch it but it says the "application is improperly formatted". clearly it isn't because i have run the bin exe many times. now, not only does the publishing not work, but when i go back to run t ...Show All

  • Visual C# Screen flicker

    The problem is: I got a form with many labels and panels, in order to simulate the look and feel of a webpage table, the problem is that after all my controls are added, i get a lot of flicker when the form loads... this is a bad effect... how to get rid of it Now for some more information on the problem: the form consist of a TabControl wich inside has some user controls that holds the labels and else. In the user controls I define a backgroun ...Show All

  • Visual Studio Express Editions No key

    I need elp to try adnd get my key working but when i try its says wrong key any idea The activation key for your Express product is presented on a Web page after it is confirmed that you have a valid e-mail associated with your Passport account. Please go to "Activate Product" on the Help menu in the application, click on the Register link, and repeat the registration process. After your e-mail address is confirmed, y ...Show All

  • SQL Server Database recovery freezing server?

    I'm currently running Windows Server 2003 and just recently installed SQL 2005. I had a few databases that I was attaching from the old SQL 2000 server. I encountered a hard error and when I restarted Management studio, I found 4 of my databases were in recovery. Thinking this would be a short process, I let it run and did work on one of my other machines. Nearly 2 hours later, the databases are still in recovery and nothing appears to have chan ...Show All

  • Visual Studio Visual Studio 2005 perfomance issue

    Well, i just converted my 10 project solution to VS .Net 2005, and i'm finding out the converted app is running very slow. There has been no real change(except i substituted ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings to see if that was the performance issue) and no luck. My application connects to Microsoft SQL Server(not 2005). What may be the cause to this problem My computer is a 2.39GHZ Celeron pc with 752 mbs RAM ...Show All

  • Software Development for Windows Vista TaskDialog editor in the Platform SDK? (where is it)

    I saw a PDC demo last night on the integration with Vista (using the common file dialogs, integrating into the search, using task dialogs instead of long text message boxes, etc). While explaining the taskdialog APIs and showing a sample, the speaker used a SDK tool called TDEditor (task dialog editor), it looked like XAMLPad :-) but for the sdk.. xml syntax allowed you to create the task dialog easily/quickly, and then the tool generated the c ...Show All

  • SQL Server Programmatically create data sources

    Is there a way to do this It does not appear as part of the standard SSIS API. Thanks. The DataSource and DataSourceCollection are part of the SSAS API with the latter having Add and AddNew methods. Not quite sure how to get the project context to create them, but never looked either. They are the same data sources in SSIS and SSAS projects, just do a View Code on them for each project, they are the same XSD ...Show All

  • SQL Server What is the best way to setup a staging table

    I have about 10M rows per day generated in production. They have a timestamp + type identifier. What is the best way to stage them before putting them in the fact table. What is the best way to determine the last record moved from production to staging and from staging to the fact table Should the staging table be purged after it is loaded or should I be keeping some form of reference Thanks, David David, Re: l ...Show All

  • Visual Studio Express Editions Progressbar

    I made a program that download and put it in a directory, but when i'm downloading it, the program sets the wait cursor. I would like to do a progressbar, and putting the default cursos while downloading. I'm very new with c#. The code:         private void botao1_Click(object sender, EventArgs e)         ...Show All

  • SQL Server How to stop a package

    Hi, In one of my packages, I have a script component to do a transformation and I am inserting the output to table. Within that script component, if the data does not match my requirement, I have to stop the job. For that, I am using 'componentmetadata.fireError' to raise an error. The problem is, now even when an error is raised, the job completes by loading the remaining records and then aborts. But I want to abort the job as soon it raises ...Show All

  • Visual Studio Team System How to Implement user dependent Transition

    I can set the values of 'Reason' dropdown field for any 'State' change by modifying the Bug.xml (\Currituck\TypeDefinitions\bug.xml) <Transition> block <TRANSITION from="Resolved" to="Closed"> <REASONS> <DEFAULTREASON value="Resolution Confirmed"/> <REASON value="Fixed"/> <REASON value="Deferred"/> <REASON value="Duplicate"/> <REASON value="As Designed"/> ...Show All

  • .NET Development how to use \r,\n in the xml

    hi , I am having problem when i am specifying \n,\r in the xml file. I am getting \\r,\\n value in the c# .how to specify to get exact value of \n,\r in the xml. pls anybody know for this solution pls reply me asap. thanks rajan I guess you are viewing the text fetched from xml while debugging. VS displays these chars in escaped mode i.e "\" is displayed as "\\" in watch win ...Show All

  • .NET Development set Content-Type-Encoding in System.Net.Mail,MailMessage

    How can I set the Content-Type-Encoding  in a System.Net.Mail.MailMessage Silvia, Your (cosmetically modified) example did exactly what I wanted. Thanks! Randy ...Show All

  • .NET Development How to force build in Framework 1.1 environment

    Hi, On W2K3 system I installed VS 2005 and I automatically got .Net FrameWork 2.0 installed. When I build an app it builds in .Net Framework 2.0. This prevents it from executing on system with Framework 1.1. Question is how do I force VS 2005 to build in FrameWork 1.1 I did check in the registry and found I have both framework installed. 2.0 did not clobber 1.1. If any one can reply to this that would be awesome. thanks ananda vardhana ...Show All

©2008 Software Development Network

powered by phorum