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

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

campusliving

Member List

Suki Baby
Rene Rijpstra
Nitin Tarkar
paulconstantine
PGordini
Iain M
ngapulay
DotFrammie
Roland H
sh_ather_ali
Djmegamixes
Ralf Hedler
Trem
Twosheds
Lakshmi Kanth
kjellj
kau
chris bax
kamala kannan
srem
Only Title

campusliving's Q&A profile

  • Windows Forms VS Crashes upon exit

    I've been having the following problem since B1 and I was hopping it would go away in B2 but it didn't. Here it goes: I have a control designer (Windows Forms Control) that makes a call to the following code from a Verb: internal static void ShowURL ( string url) { WebBrowser browser = new WebBrowser (); browser.Navigate(url, true ); } This works fine, a new browser is created, the pages is shown and everything is fine and dandy, that is untill I try to close Visual Studio, it seems that thebrowser object (even though the browser window was closed) is still alive. Is this a bug  Can anybody suggest a workaround Frank ...Show All

  • Windows Live Developer Forums Clarification

    So if i'm right, Microsoft is releasing MSN Messenger Activity API's for the protocol Good, in a way, but will Microsoft change they're licence to allow us to create applications (such as MSN Messenger Robots and 3rd Party MSN Messenger Clients) that will connect to the .NET Messenger Network , because if not, then this is really just for refrence.... Well I think encryption would be fine, given that translation is an example in the documentation.  Photo Sharing is probably out of the question -if- it works like the current Photo Swap (aka, some sort of flickr viewer/sharer would probably be fine -- ...Show All

  • Windows Forms Combobox does not access key stroke

    Hi I am using .net 2.0 windows forms. I have a combobox with following properties. DropDownStyle : DropDown AutoCompleteMode : Suggest AutoCompleteSource: Listitems Now When I run the form and go to the combobox and type something it works just fine. combobox suggest items as well. If user does not select anything from combobox and hit submit button, I am populating datagridview with all data. Now when user select any item from combox and hit submit button i am populating datagridview for that specific item. The problem is user can type into the dropdown and dropdown suggests the item as long as someone clicks submit butto ...Show All

  • Software Development for Windows Vista Video capture

    I am writing a video capture program, which works fine for a lower end capture device, but I've bought one which does MPEG encoding on board. The software that came with the unit works great, but my DX code can only see it as a TV tuner, and cannot show any sort of preview. I suspect this is because it's doing something non-standard to stream MPG - is there anything I can do about this Thanks for helping This page might give you some thoughts. http://www.codeproject.com/directx/MPEG2_Capture_Device.asp ...Show All

  • SQL Server SQL 2005 Management Studio Timeout expired

    I get the message - "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding" - when working with large tables in Management Studio. I have tried changeing the following: 1) Selected Tools -> Options 2) Expanded the "Query Execution" node 3) Clicked on "SQL Server" 4) Set value for "Execution time-out" to 0 and various numbers up to 1800 Also checked the following 1) In Object Explorer I right-clicked on the server and selected "Properties" 2) Selected the "Advanced" page 4) Set the value ...Show All

  • SQL Server A problem with SQLColumns call

    Hello, let us consider the following problem with SQLColumns call. Fist of all here goes a small quote from MSDN on SQLColumns input string parameters: CatalogName [Input] Catalog name. If a driver supports catalogs for some tables but not for others, such as when the driver retrieves data from different DBMSs, an empty string ("") denotes those tables that do not have catalogs. I read it as I can call SQLColumns the following ways: SQLColumns(hstmt_, (SQLCHAR *)"",SQL_NTS, ... or SQLColumns(hstmt_, (SQLCHAR *)"",0, ... but none of this calls works. The only working way is SQLColumns(hstmt_, 0,0, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Probably stating the obvious here...

    I am making a game using visual studio .net 2003 with directx 9 2005 update.  I create a deployment project with visual studio that includes all directx.dll files and other detected dependancies.  I deploy the game to the computer on which it was developed and it works fine. Now I want to test the networking so I deploy it to a laptop.  The laptop is running windows xp with SP 2 (so .net framework is there obviously)  I also installed latest runtime on this laptop. When I try to run the game, it says: "Application has generated an exception that could not be handled" It may be that the game itself is throwing some ki ...Show All

  • .NET Development setup project cannot extract registration info from 64bit COM dlls

    using Beta2, building under 64bit WinXP. Would this be fixed in final release of VS2005 Thanks, V. ...Show All

  • SQL Server Help with multiple IIFs, or need suggestion of better solution.

    I am trying to check multiple fields from a db to see if they have either a 1 or 0 value, and if there is a 1, then write a value into a text box. I need to check multiple fields, and if all of them are checked then I have to insert the value for each into the text box. If it was just checking one condition it woudl be easy, because I could just nest IIF's until it was true. So I can't do because once the truth clause is satisfied it will exit the loop: IIF(Fields!Fielda.Value = 1,"Fielda",IIF(Fields!Fieldb.Value=1,"Fieldb"....) I also cannot do: =IIfFields!Fielda.Value=1,"Fielda,"") =IifFields!Fieldb.V ...Show All

  • Microsoft ISV Community Center Forums Path of MDB

    This is my first post, and I need help with the following: Is there a way to get the path of where a MDB file is running everytime I open the database (If a user opens up a copy of the database from a different path, the database should not open up.) Thanis in advance for your help, Carlos This returns more than the path: currentdb.name I hope it helps ...Show All

  • Visual Studio Accessing DTE within VSPackage

    Hi, Is there anyway i can access DTE interface within a VSPackage I need this since i want to use a third party addin component, within a VSPackage, that is dependent on DTE. In addition is there anyway to access the IVsTextView (or some other interface which can indirectly lead me to the aforementioned object) pointer within an addin using the EnvDTE::Window object (or some other EnvDTE::<*> object) Infact is there anyway to access the VSPackage specific interfaces within a regular addin (i.e. not a VSPackage) using any of the interfaces in the EnvDTE namespace Any help will be highly appreciated. Okay, i have found out how to ...Show All

  • Windows Forms how to create those dataset class files in web services?

    I am new, and am learning the taskvision now. I noticed that there are a lot of DataSet classes files in the web services project. For example, DataSetTasks.vb, DataSetProjects.vb, DataSetProjectHistory.vb, ... I opened thoses files, at the beginning, it read:  '------------------------------------------------------------------------------ ' <autogenerated> '     This code was generated by  ...Show All

  • Visual Studio 2008 (Pre-release) Binding validation samples

    Hello I have downloaded the Winfx beta 2 (may release) and download the binding validation sample from SDK. However, I run into system IO exception because resource can not be found. The message seems to indicate that it can not find window1.baml. I check and find that window1.baml exist in debug directory. Can anyone point me to the right direction Thanks. The following is the line where system exception occured. System.Uri resourceLocater = new System.Uri("BindValidation;component\\window1.baml", System.UriKind.RelativeOrAbsolute); System.Windows.Application.LoadComponent(this, resourceLocater); Boon ...Show All

  • Visual Studio Express Editions express editions videos

    can't see any of the learning videos for visual studio express edition. It plays in Media Player but no picture only voices, is this what's suppose to happen hi, you can take a look to this articel http://support.microsoft.com/default.aspx scid=kb;en-us;306699&Product=wmp hope this will help ...Show All

  • Visual Studio Dockable window add-in example?

    I have an idea for an add-in that would work best as a dockable window in the IDE.  Are there any examples of this that I could look over before beginning this little quest We are looking at posting our samples for VS 2005 within the next few weeks, which includes samples creating a tool window using VC, VB, C#, or J#. To get you started, if you are using a .NET programming language, then you can create a .NET User Control, then call the CreateToolWindow2 method which you can pass the location of the assembly and the class name implementing that user control, and we will create a tool window contai ...Show All

©2008 Software Development Network