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

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

masd

Member List

berk-atabek
Sanjay Modi
scotsman60
Phil Higgins
the black knight
NateLondon
Rod_Kane
jjohnson
creatorx2000
Tom Lichtenstein
Sutty
John Taylor
Micromause
Harry Kraak
alfredkoo
Pranav
jai_123
london257
pgpkeys
Steve Simon
Only Title

masd's Q&A profile

  • Visual Studio 2008 (Pre-release) How to make custom BitmapEffect.

    I want to challenge making MyBitmapEffect. However, information (or samples) for that was not able to be found. See the following sample in the Windows SDK: http://windowssdk.msdn.microsoft.com/en-us/ms771475(VS.80).aspx Also see the additional instructions needed to get the sample to compile: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=431448&SiteID=1&PageID=1 Note: You'll need to install the SDK to get the s ...Show All

  • Visual Studio How to add items to toolbox

    I know this is strange, and it's a long story about how my team got to this place, but we are producing a set of dependent assemblies that are stored in different bin directories. When we try to "add" one of these assemblies to the toolbox so we can use the controls it defines, the "add" fails because VS cannot find the other assemblies it depends upon because they are spread over several other directories. Is there any way to control WHERE Visu ...Show All

  • Visual Studio Team System Namespace Administrators ?

    I find the term "Namespace Administrators" confusing.  What is meant by "Namespace" here   Isn't this really "Repository Administrators"   You can call the same web service methods that gssutil.exe uses.  The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to s ...Show All

  • Visual Basic Toolbox still does not display user controls.

    My project, which has 2 user controls in it- does not display the user controls in the toolbox. Has anyone else had this problem, and/or know of a solution I have tried adding other user controls to the project, they do not appear in the toolbox. I have tried creating a new project, and it's user controls DO show up in the toolbox. If I add the user controls from the first project to the new project -THEY show up in the toolbox for that projec ...Show All

  • SQL Server Complex join

    I have a C# application for tracking training. When I need to get the employee's missed training (exception report) it works fine on a one-by-one basis. Our HR folks can't sit and spin through 100s of screens, so I want to provide a comprehensive report for all employees. Here is the first hack which places everything into a temporary table. Problem is I can't get a while loop to work with it as is. All three "sub queries" build the ...Show All

  • SQL Server Time Series - Key Time and Missing Value Substitution

    1. I am using datetime as the Key Time column and if I leave the parameter Missing_Value_Substitution (MVS) blank, it complains there are missing values. I have stripped the data down to a single sample series which *definitely* has exactly 1 row with each month (e.g. from 2003-01-01, 2003-02-01 ... 2005-07-01) and it still gives this error. 2 . What happens if there are multiple Key Time values, e.g. 2003-01-01 Bread 100 Shop1 2003-01 ...Show All

  • Visual Basic My code works, my form doesn't - reading .ATT

    I developed an application in QBASIC to take the strange one line delivery format from a Form Mail Message and make it look neat. The code has been moved to VB2005Express and used as a learning experience. The code works fine. The display and operation of the form does not. At the end the form sometimes returns Not Responding. Suggestions based on partial code below. Private Sub btnBrowse_Click( ByVal sender As System.Object, ByVal ...Show All

  • Windows Forms ToolStrip Overflow Question

    Hi. I am having a difficult time getting the ToolStrip control to do what I want and was hoping someone might be able to give some guidance. Basically, I have a ToolStrip inside a StatusStrip. Inside the toolstrip, i have a textlabel aligned to the left that displays text status type messages, and a textlabel aligned to the right to display the time. When i set the status message on the left to something that is longer than the space given, it o ...Show All

  • SQL Server 2000 DTS Packages Corrupted by 2005 Client tools?

    Hi, I have many sql 2000 DTS packages that I support from my development workstation  running v2000 sp4. Packages are altered on the development machine and then go through a normal release mechanisms to production via testing servers etc. I have recently installed the client tools for SQL Server 2005 on my desktop to evaluate the product.  The 2005 DB instance is running on a seperate server. So, I have dev edition of sql 200 ...Show All

  • Visual Studio Express Editions How to keep language consistent among controls

    Hi all, I am writing my first program in VB Express. My OS is set to Dutch and I want the UI of my program to be in english. For 90% this isn't hard. However some controls don't seem to support control over the labels. To provide an example: I use the FolderBrowserDialog. This dialog displays the buttons and caption in Dutch. How can I force an application to use a certain language for all automatically generated dialogs Thanks, ...Show All

  • SQL Server Move/copy Data base failed from sql 2000 to sql 2005

    When I try to copy or move a DB from a sql server 2000 to a sql srvr 2005 using sql 2005 "copy database wizard", I get an error in the SQL Server Agent Job execution. The two databases are on different PC, and same problem occurs if I try to copy/move a DB from sql 2005 to an other sql 2005 server. Wizard does not fail if the copy is done on the same machine. Following is the log generated: - Add log for package (Success) ...Show All

  • Visual C# dllhost.exe is not listed for debuging asp application

    dllhost.exe is not listed in processes of debug menu in visual interdev for to debug asp application. VIsual Interdev and asp are both completely unsupported at this point in time, it's 4 odd years since ASP.NET brought order to the world of web development. I'd recommend looking into ASP.NET, classic asp is just a mess. HOwever, all web dev questions are off topic here, even ASP.NET ones. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX GUI library

    Is there any developed GUI libraries, based on ManagedDirectX version, is it reasonable to do own one, and possibly to sell it, I mean UI that will be used inside D3D applications cehck on DirectSDK CustionUI exmple, I think they did the best to handle user\s input there + mixed it with navigation in 3d world, thanks ...Show All

  • Visual Studio Express Editions ClickOnce trouble with April CTP of Visual C# Express

    I am trying to publish an application to a web server from Visual C# Express. Although the process completes and shows "Publish succeeded", I note the following error messages: File could not be downloaded from https://someserver/somedirectory . The remote server returned an error: (407) Proxy Authentication Required. Unable to view published application at https://someserver/somedirectory/publish.htm. Has anyone seen this before If so, how do I ...Show All

  • .NET Development How do you convert a Bitmap to an Icon

    Can someone tell me how to convert an Bitmap to an Icon The following code does not work. notifyIcon.Icon = (System.Drawing. Icon ) new IconConverter ().ConvertFrom( /*Resources.MainResource.HelpDeskUser*/ new Bitmap (16,16) ); Thankyou David, have been looking over and over the MSDN documentation and I couldn't find a solution, then noticed in the new MS Document Explorer the search results for fo ...Show All

©2008 Software Development Network

powered by phorum