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

Software Development Network >> Trent Swanson's Q&A profile

Trent Swanson

Member List

Suhail Dutta
GSXP
Desmond Molins
adelgado
Mahidhar
MJT7
rajkumar sharma
Heniek
kal11
davros-too
Rick Pariera
Prosource
rimathakkar
Angry Coder
D Wagner
jdc_sc
D. Swicegood
Microsoft Visual
Jim Johnson - MSFT
kunalmukherjii
Only Title

Trent Swanson's Q&A profile

  • Visual Studio Express Editions I need to count by ascii characters. Seems tricky!

    Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next ...Show All

  • Visual Studio 2008 (Pre-release) Poor performance caused by Frame

    Hi, I'm trying to develop a prototype of a business application. The major task is to show data from a database (e.g. a list of customers). Therefor I use asynchronous databinding like Andrew Whiddett ( http://blogs.msdn.com/karstenj/archive/2006/01/27/518499.aspx ). DispatcherPriority is 'Background'. I also added a Frame to display webpages in the application. Loading a huge amount of records from the db is guite good. But since I clicked in ...Show All

  • .NET Development WCF (Indigo)

    I have yet to really see a migration path from remoting to WCF, in fact everything I have heard is that there is not one intended. Am I correct and if so .. how are others handling this situation There is no migration path from .Net remoting to WCF. Try to see it this way: If you could re-implement your current remoting functionality, what technology would you use Webservices/WCF or .Net remoting If ...Show All

  • SQL Server Command Line - Replay of SQL Trace? SQL 2005

    Hello, I have to replay a SQL trace over and over again. I can do this with the profiler GUI however I see no way of doing this with a command line utility. 1) Is there a utility that will allow me to replay a trace via command line 2) Is there a way to tell profiler to automatically run the replay I am requesting and then shut down 3) Are there any .net classes I might code against to programatically start this replay Thanks for ...Show All

  • Visual Studio VS2005 breaks on unhandled exception in asynchronous code

    I am using BeginInvoke and EndInvoke on a delegate to call a function that throws an exception. There is no error handler in the delegate function, because I want to catch the exception when EndInvoke is called. This works fine with both .NET 1.1 and .NET 2.0, but in VS2005 beta 2, the debugger breaks in when the exception is first thrown warning me that I have an exception that is unhandled by user code. Is there a way I can stop the debugger f ...Show All

  • Windows Forms Block ports or peripherals of system

    hi, how can i deploy a policy in domain to control user access to the peripherals attached to their systems. Please let it be clear. Regards, Raheel i want to deploy this with the policy settings.... or if their is any other option available ...Show All

  • Windows Forms Word Document in Web Browser control

    I am loading a Word doc in a web browser control on a WebForm. I do not want the document to be editable, nor do I want any IE interaction, i.e. ctrl & N. I have been searching for days and cannot find a solution. Any suggestions would be greatly appreciated. Thanks! Hello, I have been trying to get an application to do the same thing. In fact I am having tons of trouble in trying to get word and the ...Show All

  • .NET Development For an addin like application is reflection in 2.0 working the same as in 1.1

    Hi. As far as I know, in the .NET 1.1 if I need to build an application able to load and unload addins (dll's), I have to create a new application domain and load the addins in that domain, to be able to unload them. Is this the same in .NET 2.0 Do I still need to create the application domain Yes, the same architectural design is the current recommendation. The reason is that AppDomains are the contai ...Show All

  • Visual C# cdo.message

    Hi,      I am getting an error message "Could not access 'CDO.Message' object.". The file which is using "cdosys.dll" is there in the system32 folder and SmtpServer is assigned to the local ip address "127.0.0.1". Plz give me any suggestion regarding this error. shine See if you can access the smtp server from the command prompt. You can run: telnet <smptservername> 25 If you get something like: 220  ...Show All

  • .NET Development Sending data using Socket class - problem with blocking thread

    Hi, everyone I have problem with Send method from Socket class - it block thread when I try send data and my GRPS modem has unpluged antenna. Details: I would like protect my application from some communications problems (on GPRS layer) like week signal which cause very long timeouts. One of the testing method is disconnecting antenna from GPRS modem. I disconnect antenna after initialization my connection. After I try use Send metho ...Show All

  • Windows Forms SplitContainer "Continuous Layout" or "Show Contents During Reizing" Option?

    Hello, I am working with the SplitContainer control in VS .NET 2005 July CTP. When sizing a content area on the screen, such as when resizing a form or when moving a splitter bar, there are usually two ways to go about it. One is to draw the splitter bar / form bounds only, then resize and repaint the content area(s) and child controls once, when resizing is complete. The second way is referred to in Java as "Continuous Layout" and, I beli ...Show All

  • Windows Forms Custom Dialog box that implements messagboxicon enumeration

    Ok, I have developed a custom messagebox form that allows for custom operation to occur.  I need to provide the functionality available in the messagbox classs that implements the messageboxicon enumeration. I would like the user to select the messagebox icon ...Show All

  • Visual Studio uninstallation errors. need help.

    I am trying to uninstall my beta version of visual studio 2005.  i am having probnlems uninstalling the msdn documentation. every time i try to uninstall it or install it (if installing it says it needs to roll back changes and get the same error). I get an error saying the installer terminaled prematurley.  Can anyone help me get rid of this error Hello, Uninstall of MSDN library beta 2 requires .Net ...Show All

  • Visual Studio 2008 (Pre-release) Bind Scale to Slider

    I'm dabbling with Avalon and I've come across a problem. As a test, I want to bind the scale of a TreeView to a Slider, which has a Minimum and Maximum of 1 and 10, respectively. Now, I found out that I could not bind via the LayoutTransform property on the TreeView itself ("scale {Binding ElementName=slider, Path=Value}" does not compile). Instead, I tried this: < TreeView.LayoutTransform >    < ScaleTransfor ...Show All

  • Visual Studio Team System WorkItem Created through code is not seen in query result only through go to workItems

    Hi there,      In VSTS Beta3 refresh  bug server I'm trying to add workItem through code. The workItems are actually getting created with new Id but when I run query like All Work Items , I don't see them , when i try to look at the bug thruogh Go to WorkItem given ID , I am able to see the workItem. Could someone please tell me what is going wrong here How can I fix it Thanks, Anu They certainly sh ...Show All

©2008 Software Development Network

powered by phorum