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

Software Development Network >> Tyler Brown's Q&A profile

Tyler Brown

Member List

Esprite2000
Daniel Leom
Frank J DeFalco
wells.yap
Theeran
Chrislm
Arnaud Prost
Lamkap
Maksim
MegaMasterX
Lance P. Smith
chris99
marina B.
GeoffChambers
OldSam
Loup
Jakob Røjel
Sue Mosher - Outlook MVP
VBProEd
Seb MARTY
Only Title

Tyler Brown's Q&A profile

  • Windows Forms Datagrid / databind / crash

    I have now spent the whole day on this problem and still I have no solution - going more than a small bit crazy now.  I need to know if there is a solution and if yes what the hell is it. I have a custom collection (inherits CollectionBase and implements IBindingList).  In some UI I bind this collection to a normal DataGrid control.  From another location (through realtime notifications to the collection NOT the UI) I update the c ...Show All

  • Windows Forms Datagrid Refresh Problem

    Hello, I have a datagrid. When I refresh the datagrid, the selected record becomes unselected and the datagrid record selector goes to the first record at the top of the datagrid. Is there a way to retain the selected record after a datagrid refresh ...Show All

  • Visual Studio 2008 (Pre-release) <?Mapping?> fails after upgrade to beta 2

    To use a custom panel Foo.Bar.CustomPanel in XAML, I do the following: < Mapping XmlNamespace="foo/bar" ClrNamespace="Foo.Bar" > <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:foobar="foo/bar" ... <foobar:CustomPanel .../> After updating to WinFX beta 2, this no longer works. I get the fol ...Show All

  • Visual Studio 2008 (Pre-release) how to do a simple username token authentication

    hi, i am new to wcf, can some body tell me how to do a simple usename token authentication in wcf using configuration. i am using <security mode="TransportWithMessageCredential"> <transport clientCredentialType="Certificate"/> <message clientCredentialType="UserName" negotiateServiceCredential="false" /> </security> </binding> i am getting error n ...Show All

  • Visual FoxPro data grouping report form

    dear all, i have a table field22 as Y / N value. I use data grouping to print receipt by printing Y then N. i wan my output similiar like this : - item qty u/price u/amt - Y details item qty u/price u/amt - N details But the problem now its print item qty u/price u/amt - Y let a gap that is reserved for group header details then print group header then ... My questions can i move out the spaces for ...Show All

  • Smart Device Development path not valid

    I am trying to connect to a sql mobile database. the db is located at C:/PMIS Mobile.sdf I know the db is there, I put it there. but when I try to run it, I get path not valid. My code is below. Dim cn As New SqlCeConnection("data source =C:/Pmis Mobile.sdf") cn.Open() if anyone sees what I am doing wrong, please let me know. Hi. Got same exception using SQL Compact Edition. Reason was in u ...Show All

  • Windows Forms ExpandableList Paint Bug

    1) Start IssueVision 2) in the middle pane select the top item in the second "Computer" group. 3) Then click on the last item in the above group "Telecommunications." Notice you'll see the list "jump" and draw the Telecommunications group  ...Show All

  • Visual Studio can i use inputs and outputs

    I know the inputs, but I do not know the outputs until I'm in the logic of my custom Task. Is there anyway to still use inputs and outputs in my .targets file to control when things will build, or do I need to implement this myself in my Task class Thanks, Mike Inputs and Outputs must be declared in the project file. Their values may be computed by combining existing properties and/or items, or by previou ...Show All

  • Visual Studio Unattended Visual Studio 2003 setup

    I have already tried the unattended setup method explained by Aaron Stebner. https://beta.blogs.msdn.com/astebner/comments/406718.aspx But this creates a totally silent setup. No progress bar, no notification of any reboots and it does not even say when its done. I was hoping that someone knows a different method which atleast tells the user that the setup has completed. Or perhaps something else that can tell the user that setup has compl ...Show All

  • Smart Device Development Web Exception in .NETCF 1.1 SP3 but not in .NETCF 1.1RTM - Brains needed...

    Why am I getting a WebException when running .NET CF1.1 SP3 vs .NET CF1.1 I'm using JBOSS as the App server... but... I'm truly puzzled as to why this version of the framework would cause this issue. Appreciate any advise... Thanks! Connect failure. Please not I don't get this when running under plain bog standard 1.1. I've heard that this has something to do with POST HEADER SIZE being to large. Any way I can adjust this POST ...Show All

  • Visual Studio Express Editions creating dll's

    hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) Yes you can make a dll in VBE. No it isn't needed. You c ...Show All

  • Windows Forms ellipsis button on a DataGridView cell

    I know I am missing something simple. . . I have an unbound column on a DataGridView. I want it to display some data derived from a non-visible key field of the dataTable the Grid is bound to. I want an ellipsis button on the text box, so the user can open a form to define the data that wll be set in the key field, then I will update the Unbound column. Does that make sense am I going about this the wrong way an e ...Show All

  • Software Development for Windows Vista WinFX RTC December 2005 Not working with December Vista SDK

    There's a problem with the WinFx RTC download for December 2005.   The links on the page http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en There's a link to download the entire WinFx RTC package instead of the "smart" installer. http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe I checked the time/date stamp in the downloa ...Show All

  • Visual C# Send e-mail by proxy

    I am trying to send an e-mail via an anonymous proxy so as to mask the user's IP address in a client I am developing as part of a desktop solution. Can anyone tell me (ideally with some code samples! :-) ) how to use the System.Net.Mail with a web proxy to achieve this Many thanks. John Hmm... a bit of spam, eh A web proxy is well... a web proxy, it's not a mail server so unless that machine also has a ...Show All

  • Visual C++ 'static binding' with C++/CLI?

    After asking this question in the VC++ Express forum and not receiving a single answer I gather this forum section might be a better place to search for answers. I have a C++/CLI solution I created in VS2005 Express consisting of a windows forms project (the main programm) and a few libraries - now I'd like to create a single executable instead of an executable and a bunch of dll files. As I can't create static C++/CLI libraries (or can I ) ...Show All

©2008 Software Development Network

powered by phorum