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

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

JAK117

Member List

Origamidave
Christoph Muller
kramer
Ken Noland
Mythox
Rochee
hitesh
Miha Markic
Paul J
NagaPutra
donss
Mathava Gnanananthan
BMWAustin
YasinMo
Ben Breen
NemosNemos
Martin Koppmann
ADG
MartinHouse
elfw
Only Title

JAK117's Q&A profile

  • Visual Studio Team System Add existing Team project button locks up VS on Beta3 Refresh

    My Add existing Team project button just locks up on Beta3 Refresh Any idea why I have one server connected and it seems to be working ok. Jeff I just figured out that the Add Team Project button locks up because of a multi-monitor bug. For whatever reason when I have two monitors (even thought I am only using the primary one for this) active the dialog is nowhere to be found. After killing V ...Show All

  • Windows Forms Comunication between two forms

    Hi at all,    i need to set the DataSource of my grid situated in FormA from FormB. How can I do Is it possible thanks i'm a newbie mikunos Yes its possible to pass values between 2 forms. There are many ways to acheive the same, depending upon your scenerio Are Form A and Form B part of the the same application If they are you can write a new Event on Form A and Fire It when the user selects a new data source. Form B w ...Show All

  • Visual Studio Express Editions To define Place Base of Data

    As I can change the place of the Base of data through code when the option is used  Data, Add New Data Source... for instance of Nwind.mdb I have tried to change the database path to have database outside of the project because the database I am using is an existing one that I can't move, the obvious solution is to create a new connection to the database with the new path...  but it does'nt work: The database explorer shows t ...Show All

  • Windows Forms No Publish Options Available??

    I'm using the Beta version of Visual Basic 2005 Express, and I don't see any options for publishing a "ClickOnce" application.  There's no "Publish" options under my application.   Is there another install I'm missing   I tried installing& ...Show All

  • SQL Server SQL 2005 Upgrade problem.

    Hi: I had a serious problem today. I was upgrading SQL Server 2000 default instance to SQL Server 2005 when the setup failed to upgrade the database services with the error: The password does not meet Windows policy requirements. I chose windows Authentication during the upgrade. I for sure know that my password meets all the windows requirements (length, password charcters as outlined in BOL) and still it failed. I tried more than 3 ...Show All

  • Visual Basic Populating Combobox with distinct data from a datasource

    Hi, I have a database which contains the field "Date". The database is such that, one "Date" can have many entries. When I populate a combobox with the data from this field, I get a date multiple times. I would like to know if there is a way, that I can group all the dates under one category. (NB - Selecting a date returns the data for that particular ID - not all the data that the date falls under - even if I have a ...Show All

  • .NET Development How can turn "validator" off when display Xml file using WebBrowser

    Hi When I display a XML document which header declare "dtd" file using WebBrowser (Ex :<!DOCTYPE PLAY SYSTEM "play.dtd">) if dtd file doesn't exist(play.dtd) it will not display How can i turn "validator" off Thks a lot You can't do that. The problem is not the validation but the external reference (to play.dtd). The external dtd ...Show All

  • Visual C# GetStockObject( ANSI_FIXED_FONT )

    In C++/win32 api you could GetStockObject( ANSI_FIXED_FONT ) to use the ANSI_FIXED_FONT. How would you get this font for use with C#.NET 2.0 .NET 2.0 doesn't directly support ANSI_FIXED_FONT. You can get DEFAULT_GUI_FONT with the right Windows version and SystemFonts.DefaultFont. Otherwise, .NET 2.0 really only supports Brushes and Pens from GetStockObject(). You'll have to PInvoke GetStockObject(11) ...Show All

  • Visual Basic Progress Bar & Status Label Problems

    I am working on a web browser and have reached the step of inserting a progress bar and status text. I have a status strip at the bottom but when i insert a Progress Bar and I run the Program, it never works. For the status text I need to know what code is needed for there too. Could somebody tell me what code I need to insert into it so it will function properly. Also, will the Progress Bar disappear when I'm not loading a page then Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Installation Problems?

    Hi there, I've gone ahead and installed the XNA package, following the instructions in the download. The prerequisite's, Visual Studio Partner Edt, and the XNA installer. I've however not downloaded the MechCommander2 package yet. I wanted to see if this was any bit usable without it. I fire up Visual Studio and attempt to make one of it's "content build", and am greeted with a number of exciting errors. Of note, the content build proj ...Show All

  • Windows Live Developer Forums Is any API to install emoticons or display pictures?

    Is any API for that Or is there any other way to do this Such as command-line installer Thank you very much. Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

  • Smart Device Development error C3861: 'wcsftime': identifier not found

    I am converting a project from EC4 to VS 2005 and I am gettign this error right off the bat. The actual line : C:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(402) : error C3861: 'wcsftime': identifier not found This is coming up right on the StdAfx.cpp file which looks like this: #include "stdafx.h" #ifndef UNDER_CE #ifdef _ATL_STATIC_REGISTRY #include <statreg.h> #include <statreg.cpp> #endif ...Show All

  • Visual Basic Tab Control Problems in Beta 2

    It seems that the Alignment Property for the TabControl in Visual Basic in Beta 2 has problems. If you want the Tab Pages, tabs to be on the Left or Right side of a form, they will appear once set in the designer. But, any TEXT you put on the tabs is missing. With the Tabs set to TOP the text appears normally.  There is no errors raised or anything. Just no text. Have I missed something here I looked and tried several other settings an ...Show All

  • Audio and Video Development DirectShow vs. Media Foundation for new application

    Hi Prakash, Please could you answer some questions for me I am evaluating Media Foundation vs. DirectShow for a new application to be written in C#. The required functionality is: * Decode a large range of video formats and extract individual frames. * Insert individual frames and encode a large range of video formats. I currently achieve this using DirectShow from C++, but I have some difficulty using DirectShow from C#. 1) Is Media Foundation ...Show All

  • Windows Forms dataGridView; selecting cells

    When the user presses the enter key, I want the next cell (in the same row) to be selected. How can I achieve this in a dataGridViewControl   I didn't find any property about the 'enter' key behavior. So, I think this can be solved overriding the onkeydown method on your datagridview, or handling the datagridview's keydown event on your form. To select the next cell you just do this: DataGridView1.CurrentCell = ...Show All

©2008 Software Development Network

powered by phorum