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

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

american_werewolf

Member List

Michael Kariv
Mr.Anonymous
John Siegel
jbtechie
_mubashir
Fraas
Chardon
thomasn
Umberto Gatti
Miketrix
Kenneth LeFebvre
SSmith1000
bpmerkel
klymer
Todd D
esselfe
mowalker
mattdawg
StoneTheCrows_
Marc Kuperstein - MSFT
Only Title

american_werewolf's Q&A profile

  • Windows Forms Populating Textbox from Combo Box Selection

    Friends, Looking for suggestions on how to populate a textbox based on a combo box selection. My instinct tells me that I will need to have two seperate data tables...One to populate the combo box with values from a data table and another against the same data with a query parameter. For example, my combo box contains values from data table called Departments. In the combo box I would like to display all the department numbers available... In the text box, I would like it to display the department description for the combo box selected value. Is it possible to query (filter) the existing table to only display the description Would ...Show All

  • Visual Studio Team System rule to check does every control statements have body.

    hi, i need to write a rule to check does control statements such if,for and while has body i also need to check do all switch statements have default Plz help me writing these rules. Thanks in advance... Hi Guns, if,for and while statements are all higher level constructs that get compiled away. In IL you'll only be able to find branch & jump statements. As said in my other post, you'll need dataflow to really detect loops well and then you won't be able to see if it was a for, foreach, while or do while loop as that information is just not available in IL. Regards, Jeffrey ...Show All

  • Windows Live Developer Forums MSN search App Id

    Hi I'm trying to make an application using msn search api but I can't get my application id. I've read I should go to http://search.msn.com/developer but that page doesn't work. I also got a code example that had an id to test it in case you just want that, but it gave me an error. Any idea where to get a working id Thanks L Hi I don't know exactly why but I always get the same error from one computer and I can get to the page with a different one. It might be because of dns servers or something like that. I finally got my application Id. Thanks L ...Show All

  • Visual C++ Opening other forms from main form with buttons.

    Hello, How do you open another form from the "Main" form. I wish to have "buttons" on the main form where when you click them the other forms come up. How would this be accomplished hi! im leo. i have a question: what ist the code if i want to open form 2 when i click on a context menu strip ...Show All

  • SQL Server Customize ReportViewer errors

    If a user is not authorized to view a report, the reportviewer gives an error "The user computername\username is not authorized" If we have to customize these error messages, how could they be done on the report server thanks ...Show All

  • Windows Forms datagirdview paging support

    How is use datagridviewpaging I need document and code.How do u use paging Im looking for a way to be able to disable the paging after you have exported it to an excel spreadsheet ...Show All

  • Visual C# Type.GetMethod on method with complex signature

    I'm trying to figure out how to use Type.GetMethod to retrieve a MethodInfo instance on the following method.  I've been at it for about 2 hours now, with no luck after trying seemingly all possible combinations of trials.  Can someone please shed some light on the answer, or possibly another direction to try public static Func <T, bool > Create<T, R>( CSExpressorOperator functionOperator, string propertyName, R value, R valueEnd, bool ignoreCase)  where R : IComparable <R>  where T : new () Note that the containing class does not have any generic type parameters.  It is simp ...Show All

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Arshad, Where does this message appear   Is it in a WebBrowser upon trying to view a help page, or is it in the Search toolwindow (Help->Search) Thanks, Jeremy Jones ...Show All

  • Software Development for Windows Vista Toolbox Tab #13119

    I've just installed Beta 2 of WWF that is included in the Jan CTP. When I open a new Sequential Workflow Library project, in the designer view for my workflow, there are only 7 Activities: Compensate,FaultHandler,Suspend,Termainate,Throw,TransactionScope,and SysnchronizationScope. Any ideas on what went wrong How to solve PS I installed in the order recommended by Jan CTP: winfx runtime, Winfx SDK, VS ext for Winfx, and VS Ext for WWF beta 2. Riley This problem was resolved for me when I just removed all and reinstalled in this order (Jan CTP versions of all): WinFX Runtime SDK VS.NE ...Show All

  • Windows Forms CellDoubleClick on DataGridView

    Hi, I don't know if it is a feature or a bug, but when the user double-click on a cell, the CellDoubleClick event is triggered twice. It is quite annoying. ...Show All

  • Visual C++ Where can I get ml.exe

    I've just installed VC++2005 Express, and I couldn't find ml.exe anywhere. Where can I get ml.exe (no need for the rest of Visual Studio) Thanks! Anything happen with this ml.exe is not in 2005 express edition. I'd vote for including it. I'm trying to port some code to windows which requires a library with some assembler. ...Show All

  • Visual Basic Setting the Version for a Web Site

    In VS2003 you added an 'AssemblyInfo.vb' file and set the Version there. ' Assembly Version <Assembly: AssemblyVersion("4.8.3.1")> In VS2005 for Class and/or Windows Projects you can set it via the property page: My Project/Application / Assembly Information... How do you set the Version for a Web Site in VS2005 Thanks, Kurt ...Show All

  • Software Development for Windows Vista Passing data between two activities in sequential workflow

    Hi, Is it possible that an activity (such as Code activity) in a sequence worflow passes data to next activity before it starts executing What i want is..., Activity A processes some data in its execute code event,and then before Activity B starts, it passes the data to it so Activity B would now work on the data. Do you think I would need custom activity for this Any code snippet or sample would be appriciated. Thanks, Hiten Take a look at dependency properties in the documentation and samples. A dependency property defined on Activity A can be bound to by a dependency property of the same ...Show All

  • Visual C# Datasets and Windows Forms

    Hallo, I am relative new to c# programming. Could anybody help me or give hints how i can display the result of a query in a listview using dataset Since i have to fetch the data from a relative huge database, what are the things i have to take care, so that it will not affect the performance of the program. thanks n regards swingme thanks for ur response.i am using adaptive server anywhere and may need to display atleast 100 rows, wherby the resultset may contain thousands of records. regards swingme ...Show All

  • Visual C# MCPD Certification

    Hi I want to know if any body have Microsoft Moc or any thing about MCPD Certification to enable study and get it thanks.....my respect MCPD Exams as far as i know are in Beta and is not released to the general public. There will be released in i think June 2006. You can get more information on the MCAD/MCSD Newsgroups. ...Show All

©2008 Software Development Network