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

Software Development Network >> Sidney Buss's Q&A profile

Sidney Buss

Member List

Bill Oliver
*Lysander*
MaoYang
Damich
outsidelife
Richard Otter
WASTHEBEST
Kevin Collins
Omar Khorshid
ph1129
Malcolm Walker
MeganH
kementeus
Ryan Lee
LIMTL
Zmope
Nicolas Lehuen
MayankMudgal
mirfandar
wichall
Only Title

Sidney Buss's Q&A profile

  • Visual FoxPro InteractiveChange

    I have a combo box with a list and a text box with a discription on a form.  In the combo box's InteractiveChange I have added THISFORM.REFRESH When I run the form and select something from the combo it does change it in the textbox but nothing is displayed in the combo box anymore and it won't let me reselect anything else Somehow you are losing the control source for the combo after thisform.refresh( ...Show All

  • Windows Forms App.config and comments...

    I would like to embed comments in my app.config file.  However, it seems that VS 2005 Beta 2 wants to only let you modify the app.config file via the Project settings.  If I use the Project.settings to modify values in app.config, any comments that I have manually added are removed.  Is there any way to prevent this from happening   Or, how about letting me maintain the app.config file manually instead of using Project.settin ...Show All

  • Visual C# pointers and linked list in c#

    how can i create a linked list and use the " -> " There is a ready linked list implementation in .NET, in System.Collections.Generic.LinkedList<> so there's no point of making your own. ...Show All

  • Visual J# Postdata in webbrowser.Navigate

    Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but c ...Show All

  • Visual Basic Invoking DateTimePicker Programmatically

    I have a TextBox and a DateTimePicker next to each other on a form. Whenever the user changes the date in the DateTimePicker, I make it show in the TextBox and when they change it in the TextBox, I change it in the DateTimePicker too. I know this is redundant as the DateTimePicker displays the date in its own TextBox, but that's beside the point - this is just a small aspect of a bigger problem. Anyway, what I would like to do is have the ...Show All

  • Visual Studio 2008 (Pre-release) Force Image to native resolution?

    Is there a simple way to force an Image to be displayed without scaling That is one image pixel for every screen pixel. It is alright, untill the image DPI is 96, if the dpi is less than that, the panel, or viewbox end up enlarging the image. How to handle it in XAML ...Show All

  • Visual Studio Express Editions I like this stuff!

    Just wanted to say thanks for making a better VB, I've used VB6.0 so this is the first upgraded version I've seen, I never checked out .net. I like this version, hope you guys keep improving things. I have one question. where can I find some good information or documentation on using the data access stuff in the vb express I have an access database that i would like to create some new GUI stuff for, but it seems to me that connecting in VBexpres ...Show All

  • Visual Basic MIME encoding

    Hello, The issue is the following: I got an e-mail message in txt file with all the headers and everything... it is decoded in mime and i would like to encode it to be able to show it in webbrowser control... How can i do this ...Show All

  • Visual C# in .Net 2.0 where is System.Web.Mail

    Hi. I am working on a method to send emails, but when I try to compile this is what I got: Error 1 The type or namespace name 'Mail' does not exist in the namespace 'System.Web' (are you missing an assembly reference ) C:\Desarrollo\Visual Studio 2005\Projects\WF_BCCR\WF_BCCR\correo.cs 4 18 WF_BCCR   What is the problem Thanks, Lorenzo Jimenez   Thank ...Show All

  • Visual Studio VSS 6c database lost all checkins and checkouts

    We are using VSS 6c (Build 9238) on a modestly sized Powerbuilder project.  We have PB integrated into the source control database so that we can run source control at the PB object level. All was fine until this morning when we discovered that all of our checkout information, and all of the checked-in files were missing from VSS Explorer and from the PB IDE (Powerbuilder 8.0.1 Build 8004). The VSS database appears as though it h ...Show All

  • Windows Forms passing events

    Does anybody know, is it possible to make an array or an arraylist of event s (i.e. mouseover, click, etc) Also is it possible to pass an event to a method or function The reason is I have to pass controls from various forms into a called dll and need to also pass all of the events that are defined for that control. Hi, You can get all the events of a control using reflection. Something like namespace ...Show All

  • Visual Studio Team System Team Build result not showing in the Builds Report

    Hi, I created a team build and used Approach #2 in http://blogs.msdn.com/nagarajp/archive/2005/10/26/485368.aspx to build VS.NET 2003 solution file. However, after the build succeeded and warehouse refreshed, I am not able to see this result in the Builds Report. Is there some target missing in this approach The only difference I see here is that SolutionToBuild item is not defined. So the CoreCompile target is skipped. Does it affect th ...Show All

  • Visual C++ Trouble compiling with DirectX and MSVC++ 2005 beta 2

    I think I have it all set up properly, but I am getting some linker errors: error LNK2019: unresolved external symbol _D3DXLoadSurfaceFromFileA@32 and so on.  I have d3d9.lib and d3dx9.lib included in the input tap of the linker in project options. what else should I do. If you're having linker problems, try the steps in my blog post here and let me know if that approach works for you: http://blogs.msdn. ...Show All

  • Visual Studio Team System beta 3 has been released?

    or not when will it be released I read somewhre that I could use it with a go live license. Will it be enough stable to install on a production machine Does TFS includes  version controlf of source code or Do I need to install also Visual Source Safe as a stand alone product How much will be the price of tfs And HOw much will be the price of Visual Source Safe 2005 If I install source safe 2005 on a machine that alread has source safe 6.0 ...Show All

  • Visual Studio 2008 (Pre-release) Canvas, Rectangles, ClipToBounds slowness

    We are thinking about starting a new moderately complex graphical application in WPF. But before committing to the platform, we are testing features to see if WPF can handle it. >:) One test application so far has a Canvas with ~800 Rectangles (added with C# using “canvas.Children.Add(..)”. These rectangles are movable by dragging them… implemented with Canvas.SetLeft(rect, newLeft) and Canvas.SetTop(..) from the MouseMove handl ...Show All

©2008 Software Development Network

powered by phorum