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

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

Redhaze

Member List

iamspo
Brian Corcoran
stanford
QAniket
Dan Balaceanu
Vinay Chopra
dbKemp
veeruu
Nicolas Mueggler
Chris Walters
Frederik Carlier
panthraz
cPrince
ColinJLoretz
JBClifton
Marnix Alsemgeest
johnlm
cgsdev
arunprakashr
voith
Only Title

Redhaze's Q&A profile

  • Windows Forms Combo Box Problem

    Hi..i'm using VB .NET.  I have create a fairly simple form which has bound a combo box to a value in a datatable as such Me.cbContact.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.dscustomer, "Contacts.Contactname")) Me.cbContact.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.dscustomer, "Contacts.ContactID")) Me.cbContact.DataSource = dscustomer.Tables("Contacts") Me.cbContact.DisplayMember = ...Show All

  • SQL Server Internal error in fresh install of reporting services

    Hi, Im having difficulty getting a report to work with SSRS for SQL server 2005.  The server configuration utility looks fine, but when i try to deploy a report, or access the site, i get: (rsInternalError) heres the log file: <Header>   <Product>Microsoft SQL Server Reporting Services Version 9.00.1399.00</Product>   <Locale>en-US</Locale>   <TimeZone>New Zealand Daylight Time</TimeZone>   <Path>C:\Program Files\Microsoft SQL Server\MSSQL.1\Reporting Services\LogFiles\ReportServer__12_08_2005_13_27_44.log</Path>   <SystemName>VLADIMIRT</SystemNa ...Show All

  • SQL Server SSRS NT Permissions.

    Hi all, We have an application on a remote site that uses SSRS. The site has recetnly undergone an infastructure change that has meant the migration of the database and report servers (both Windows 2003) to new domains. This seems to have messed up the NT permissions for SSRS so now, when attempting to access the http://<server>/reports report manager, it comes up with an NT authentication login box and we cannot login. We have messed about with the permissions on the various SSRS directories, but as this (SSRS) is relatively new to us all, we are unable to correct this. Can any of you please tell me where I can find outy exactly ...Show All

  • Windows Forms refactoring to web service

    I have a winforms apps that uses instances of domain-entity classes (i.e. Customer, Product, etc) to bind and set data.  The forms use controller classes to obtain these references (i.e.  GetProducts(), etc), and save (i.e. Save(aCustomer), etc.) The controller classes communicate these messages to data-access and processing classes.  I would like to put in a web-services layer on top of the controller classes, and below the winforms.   So, the winforms would not talk directly to the controller classes, but instead use web-services to send and recieve data.  The web services in turn would use the controlle ...Show All

  • Visual Studio Express Editions How do I display a name and address record from a database?

    I have a datbase in my application. I can update it, etc. Now, I want to display a name and address record in a textbox as it would appear on an address label. How do I do that Hi, Could you be more clear in your question Whether you are using VB Express edition and whats the database Do you want help in front end coding or backend The more you get replies, if you are more clear in your question. Thank you, Bhanu. ...Show All

  • Windows Forms Distributing application to customers?

    I have created an application which creates a financial plan for our customers. Now my financial planner wants to distribute a copy of application to our customer with their respective plans and limited functionality. How can I can I do this  I am using SQL Server at the back end with several stored procedures. I’ll have to distribute a copy of .N ...Show All

  • Windows Forms update TextBox bound to DataView

    Good morning, I have some TextBoxes bound to a DataView.  If the user makes any changes in the TextBoxes, I prompt to save or cancel before moving to another record.  Here is the code if the user chooses cancel: else if (this.bolChangedAcct == true) { //Drop bindings this.tabAcctMstrMaint_txtShortAccount.DataBindings.Clear(); this.tabAcctMstrMaint_txtAcctGroup.DataBindings.Clear(); this.tabAcctMstrMaint_cmbBalance.DataBindings.Cle ...Show All

  • .NET Development Progammatic ClearType

    I'm trying to find a way to programmaticlly enable clear-type and/or font-smoothing for either specific windows forms controls, my windows forms application as a whole or the client workstation itself.   Thanks! Shaun Wilson   Font.FromLogFont() appears to reset most of the settings I've specified in my LOGFONT struct. The framework docs do not mention that this should or should not happen, and if it should, nothing on the net mentions why. Suggestions public static void EnableClearType( Control control) { LOGFONT logFont = new LOGFONT (); control.Font.ToLogFont(logFont); // do checks if ( (l ...Show All

  • Architecture Microsoft Architect Insight conference 22/23 March 2006

    Microsoft Architect Insight Conference, 22-23 March, Newport, UK This exclusive two-day retreat for senior enterprise, infrastructure and solutions architects, at The Celtic Manor Resort, will feature renowned industry speakers such as Ivar Jacobson, creator of the Rational Unified Process and Martin Fowler, Chief Scientist at ThoughtWorks, along with speakers from the event sponsors: Avanade, Capgemini, Conchango and ThoughtWorks. We have just confirmed that Channel9 will be a Architect Insight on the 22/23 March! Ron Jacobs who hosts the podcast on Channel9 called “ ARCast ” will be ...Show All

  • SQL Server Problem installing some components SQL 2005

    Hi, I'm having trouble installing SQL2005 completely. I get a message: " A component that you have specified in the ADD_LOCAL property is already installed. To upgrade the existing component, refer to the template.ini and set the UPGRADE property to the name of the component." It concerns "Integration services", "Notification services" and "Workstation Components, Books Online and Development Tools" What should I do Regards, Ronald Here is the complete listing of summary.txt: Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Sat Nov 12 ...Show All

  • Visual Studio Express Editions Can't register for activation key for Visual Web Developer 2005 Express Edition Beta

    When I try to register from the Activate Product... option in the help menu, I fill in the web form at https://profile.microsoft.com/ProductActivation/ProductActivation.aspx , but when I click on the Continue button, I always get the error message shown below.  I have been getting this same message for a number of weeks now.  Anyone got any ideas Rab Visual Web Developer 2005 Express Edition Beta 2 This registration thing is so lame, VSExpress2005/VWD is a free product why have this registration thing I have just tried to register, I have my 14 digit key, copy/pasted exactly from the web page: Your registrat ...Show All

  • Visual Basic Visual Basic 2003 Code in Framework 2.0

    I need to upgrade my PCs from the current Framework 1.1 to the new Framework 2.0. Will Visual Basic 2003 code currently running in the Framework 1.1 run in the Framework 2.0 without any recompiling or upgrading Thanks for your help, Marc Let me ask this a different way just so I understand. If I install the Framework 2.0 on a new PC with no Framework, will Visual Basic 2003 code that was compiled with VS 2003 run on this PC or do I have to install the Framework 2.0 and Framework 1.1 so that code from both VB 2003 and VB 2005 executes properly. I was thinking that the Framework 2.0 contained the Fr ...Show All

  • Visual C++ Can not add control based variable in Add Variable wizard

    I have a wierd problem. For some reason I am unable to add a member variable that is a control.. the check box is disabled when I click add variable. Some context here: I have a project that has a rc file included in the projects rc file. i.e. resource.h myprojectname.rc The commonresource.rc is included in the myprojectname.rc file. commonresource.h commonresource.rc Also the to prevent compliling the commonresource.rc we have it set in the project as exculde from build as it gets built when myprojectname.rc is built. I have tried the normal checks to see if the appropriate files are checked out / read only etc... An ...Show All

  • Windows Forms Having Problem to display form with UTF-8 charactors

    It worked all fine on my laptop computer with English OS XP, but after moving the project folder to my desktop computer also with English OS XP, VS 2005 no longer displays the forms with UTF-8 charactors in recognisable Chinese but some gibberish strings... wondering what I haven't done to make it right. Any advise please Is that because I didn't backup my program correctly How do you backup a program and move it to another computer ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Installing DirectX SDK

    Hello.I am using Microsoft Visual Studio 2005.I downloaded the DirectX SDK from December and I have installed on my computer but I cannot build DirectX Aplication.Why I use VB. The 2nd question: "VC# is better for DirectX applications " You will need to give us more information than that. What are you trying to do (step by step) and what errors are you getting. C# and VB are just as good as each other for DirectX applications apart from 2 things: 1. There are far more samples and tutorials in C# than in VB - if you can read C# well this won't bother you 2. C# allows unsafe co ...Show All

©2008 Software Development Network