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

Software Development Network >> Denis-D's Q&A profile

Denis-D

Member List

Ix2
Nate Walker
nine99
ksmithsba
k_rao
Rodney Mathis
cbaugh
RyanOnTheBeach
tester12
GaryBla
Steve Warwick
Jonno232
Mario Ruiz
TigerPhoenix
livehedfsdfsd
percent20
colin c
EVELIO
LMC39273
Niall
Only Title

Denis-D's Q&A profile

  • Visual Studio Team System How to config TFS for notifying by email to outlook (Exchange Server) via SMTP server

    hi all! Before I used to familiar to track system,you know that we can config to any bug within track system be notify to the oultook. now i also want to do so with TFS, I had tryed config with sharepoint service, but i still have not get any email for notifying from others yet. please help me if you can solve it. thanks. when your installing TFS server it ask for email address from which mails are send to team. In order to get mail for any bug within track system . go to your team menu in VS IDE where u will find project alerts menu item ,click it and enter the mail id to which it has notify ...Show All

  • Visual Studio 2008 (Pre-release) Stopping a TextBox resizing to infinity and beyond

    I have a very simple question. I want to use a DataTemplate to specify how to display an item in a ListBox. The item has two fields, one a Boolean, one a string of Text. I naively thought that this would be simple XAML. Maybe <DataTemplate ...>   <Grid>       <Grid.ColumnDefinitions>         <ColumnDefinition Width="Auto" />         <ColumnDefinition />       </Grid.ColumnDefinitions>       <!-- CheckBox in (0,0), TextBox in (0,1) --> &nb ...Show All

  • SQL Server customizable report model ?

    Hi friends we created report model for our clients to create reports using report builder which works fine. we have a situation now , as we've different clients for e.g.,individual doctors, hospitals etc., so we need to have smart report model which hides some entities/attributes if client is individual doctors or hospitals. what i mean some entities and attributes are unique to a particular type of client. so we want to hide some entities/attributes based on client type . is it possible. Thanks for ur help. we are using sql server 2005 standard edition. You can use model item security to control the visibility of various entities and ...Show All

  • Visual Studio Express Editions Learning C++

    Where would be the best place to learn C++ This question has been asked and answered quite a few times before. I suppose the best place to learn C++ is to enrol on some course that teaches it (many computer science related degrees offer it at least as an option). Failing that, the next best option would be to read a few books on C++ (some great choices have been at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=107484&SiteID=1 , and orcmid has reviewed some of the books himself). Also in that thread I mentioned are links to sites which have quite good free tutorials on C++, for those on a budget. The codezone commun ...Show All

  • SQL Server Problems using custom Assembly

    Hi there I am trying to integrat a custom assembly into a ssis-package. I copy the assembly into the framwork folder (v2.0.50727) add the reference, use the assembly everything fine. When I try to debug I get a message stating that the assembly name, version .... cannot be found. I tried to do that with signing and without - not difference. Am I missing something Please help I just found out that I missed one important thing: If you want to use your own assemblies be sure to publish them to GAC using gacutil /i yourassembly.dll Now it works fine ...Show All

  • Visual C# C# Windows Control

    hey ppl, i am having a problem with a control, my control is a background with a label on it, then when i use my control on my form i use the on click event, and it only happens when u click the control itself and not the label, so i was wondering how can i do that no matter where u click inside the control , fires the click event. pls post me some code :( mig16 thx In your UserControl you are handling the Click event, but when you click on the label the click event is not getting fired because the label was clicked. You can do this: this.Click += new EventHandler(MyUserControl_Click); this.label1.Click += n ...Show All

  • Visual C# How to set the timeout for a particular Session Variable.

    Hi,      I'm a  c# developer.I was dealing with a project based on session.Suddenly I had doubt of setting the timeout for a particular session variable ie,Suppose I Have, session["A"],session["B"],session["C"],session["D"]  etc as the sessions used in my project. My Concern is, Can i Individually set the timeout for session["A"],session["B"], etc. I tried using, sesson.timeout (); it's for the entire page. setting the timeout in web.config is also for the entire project. Help me please.   Thanks In Advance.   Is this in an ASP.NET appl ...Show All

  • .NET Development Weird bug when installing .NET Framework 2.0 Beta 2 on Win 2003

    This mainly concerns ASP.NET. The framework installs ok on a Win 2003 machine but i don't get a "Microsoft .NET Framework 2.0 Configuration" option in the Administrative Tools in the Control Panel and i don't get the ASP.NET tab inside IIS6 Web Site configuration either. Are there any manual ways to install this like a regsvr32 command or similar I remember trying to install Beta 1 of 2.0 on the same machine and then these options showed up. After removing it and installing Beta 2 they don't show up anymore. Yeah, this fixed the problem on my 2003 server running IIS 6.0. I removed the following key: HKEY_C ...Show All

  • Windows Forms Sending parameters to an embedded form .Net control?

    If I embed a control like so:   <object id="mycontrol" height="472" width="488"      classid="WebControl3.dll#WebControl3.UserControl1">   </object> Is there a way to send the control parameters that it can later use For instance, if this HTML is dynamically generated, perhaps I'd like the control to do different things depending on where the&n ...Show All

  • Windows Forms Install failure

    Hi, I get the error 'Cannot start the application. Contact the application vendor for assistance.' When viewing the details the error is summarised as + Exception occurred during store operation. + Value does not fall within the expected range. When my work collegue tries they don't get this error. Any ideas Can you include rest of the log that would make identification easier. It is likely storage for the apps may have got corrupted. Try uninstalling the app (if available in Add Remove Programs), then reinstall it. Do you try to manually modify files once the app is installed, like c ...Show All

  • Microsoft ISV Community Center Forums Custom Date Picker Control

    I am developing a form for entering data into Excel and for some of the fields have dates as values. I really like the built-in date and time picker control for this, except that I want to be able to change the background colour of the part of the control that looks like a combo box. And that is simply not possible with the standard date and time picker. How can I get around this problem I have been trying to create a custom control to emulate the date and time picker by combining a standard combo box with a hidden month view control that becomes visible when the user presses the dropdown button of the command box, but have been ...Show All

  • Smart Device Development Visual Studio 2005 Standard or Professionl

    Hi all  Coming from J2ME and Symbian worlds, I would like to learn and develop apps in Windows Mobile. What are the differents between Standard and Professional version of Studio 2005 in regards with Windows mobile developments For mobile developments, are these two versions having similar deployment tools Many thanks in advance for the info For standalone mobile applications without deployment support Std is as good as Pro. Since it’s all subjective, consider getting evaluation copy (Beta 2 for now) of VS Std and see if it’s good enough for you before you buy. ...Show All

  • SQL Server Unique Integer IDs

    Hello, I wanted to hear from you - if you've used any unique integer generation technique in the context of a disconnected smart client/local data store and have been successful with it. Any ideas/suggestions will be great. Thanks, Avinash We are using unique integer ID generation for our document ISNs. It works perfectly. You just need a good distribution if you have any concurrent processes generating IDs. I can provide further details if you wish. ...Show All

  • Windows Live Developer Forums Windows Live Messenger Newsgroup

    It seems a public Windows Live Messenger newsgroup has been set up: URL: microsoft.public.windows.live.messenger Subscribe with your default newsreader: click here I just set up an online page where you can read the MSN Messenger newsgroups: http://www.messenger-news.com/groups/ Update: it seems you can also view it online at Microsoft.com ! ...Show All

  • Visual C# setting a cursor to an embedded resource cursor

    Hi, can anyone help me with the syntax of setting a cursor to an embedded resource. I already added my cursor to my project and tried this Cursor c = new Cursor(GetType(), "cursor1.cur"); this didn't work thanks in advance, kimme You can take a look at the MSAvalon.Windows.Input.CursorTypeConverter . ...Show All

©2008 Software Development Network