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

Software Development Network >> Julian Mackintosh's Q&A profile

Julian Mackintosh

Member List

Jamesisme
sjohns
Viral Thakkar
Michael K
hello_world
YCT
PEng1
Jeremy Grand
Dirty Steve
partha mandayam
manou
ayman
visent
John R. Meek
Nick Guerrera - MS
Dhero
Laurent Chesnais
dreamworks
Michael Pollard
RonO
Only Title

Julian Mackintosh's Q&A profile

  • Visual Studio Unable to Debug Stored Proc in Visual Studio

    I'm unable to activate debug on any stored procs in Visual Studio 2005. I'm doing the following: Establish a connection to the database in Server Explorer. Navigate to the Stored Proc, double-click it to open it. Right-click the Stored Proc's name gives me several options but they don't include "Step Into.." When I click into the procedure code pane a Debug Menu item appears on the Menu bar but all it contains is one greyed out item "Toggle Breakpoint F9". If I open the Debug Toolbar, all the icons are greyed out. Am I missing something here Jim I've got the ...Show All

  • Visual Studio Team System How do change the custom rules of FxCop1.312 to v1.32

    Hi  Can yuo pls give me some sample custom rules of FxCop 1.32 and some ideas about how to modify the custom rules of FxCop 1.312 to work in FxCop 1.32 Thanks in advance, Arun M As mentioned by others, this information is found in the 1.32 readme. There are many examples of custom rules out there, a good first place to start is the user downloads area of www.gotdotnet.com. 1) Change all Microsoft.Tools.FxCop.Sdk namespace usage to Microsoft.FxCop.Sdk 2) The LongDescription XML node is gone, use <Description> only 3) The GroupOwner and DevOwner nodes have been collapsed into a single node, renamed <Owner> 4) ...Show All

  • SQL Server Line distance in text box?

    Is it possible to define the line distance in a multi-line text box I suppose the line height property is only for single-line texts Thanks, Jan ...Show All

  • Visual Studio Express Editions ODBC32

    Hi,everybody. I am using Visual C++ 2005 Exptress Eidtion Beta 1 to build a project. The following were reported: 1..\Sample1.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. 2.LINK : fatal error LNK1104: cannot open file 'odbc32.lib' (after I canceled afxres.h) I have tried to add "MFC ODBC Consumer class" in the project. However, it cann't be found! How can I solve this problem. Thanks. I am trying to build the MediaShare project in VC++ Express. I have the same failure looking for afxres.h . Try replacing the line #include "afxres.h" with #include "mfc/afxres ...Show All

  • Visual Studio Express Editions Corbis images and the icons

    I heard they come with the regisration. But where can i find them after registering it. ...Show All

  • Visual C++ VC++ is crashing on me regularly!

    The Visual Studio 8 (VC++) I am tryng to use is crashing with the following dump Microsoft C/C++ Compiler Driver has encountered a problem and needs to close. Error Signature is as follows AppName: cl.exe AppVer: 14.0.50215.44 ModName: msvcr80.dll ModVer: 8.0.50215.44 Offset: 0001bee8 The log File contains < xml version="1.0" encoding="UTF-16" > <DATABASE> <EXE NAME="cl.exe" FILTER="GRABMI_FILTER_PRIVACY">     <MATCHING_FILE NAME="atlprov.dll" SIZE="356352" CHECKSUM="0xC9FE4527" BIN_FILE_VERSION="8.0.50215.44" BIN_PRODUCT_VERSION="8.0.50215.44" PRODUCT_VERSION="8.00.50215.44" FILE_DESCRIPTION="ATL A ...Show All

  • SQL Server SQL Database/ Media Files

    Ok. I am a beginner C# programmer. I am having a problem that I need solved. What I want is to be able to upload a media file to my SQL server. And then have a user of my program play the file, whether she is in New York, or canada. How would I get the accomplished Assuming you are on SQL Server 2005. What you may want to look at is varbinary(max) datatype and how to use it. Check appropriate Books Online topics. Then you probably want to read about ASP.NET and create a web-service or an application to deliver the files you have uploaded to your users. There are few resources on the web about writing ASP.NET web-services and appli ...Show All

  • Windows Forms For consideration

    Some of these would be better suited to the VS.NET team, I'm not sure how much the winforms team and the VS.NET team work together. 1) I know this would be difficult to implement, and not even sure if you guys have control over VS.NET, but it would be nice to be able to declare super forms/controls as abstract for visual inheritence AND still ...Show All

  • Visual FoxPro n-tier design

    I am designing an application and I want to start using n-tier design. I have no problem with the user interface but have some questions about the business and data tiers. My application will probably be all in one vfp exe so I don't particularly have to get into ADO or XML. Am I correct in assuming the actual data reading and writing statements (eg Replace, Insert etc) go into the data tier I am thinking that I would need some sort of data handling class at this tier and a class for each table/entity (customer, transaction etc). Each entity would have a property with the name of the table's fields and the data handling class would then use ...Show All

  • Smart Device Development 64-bit file support in CE 5.0?

    Hi,    Please forgive & redirect me if I'm in the wrong forum.  I'm just wondering if anyone knows if there is 64-bit file support in Windows CE 5.0.  The CFile::Seek() call takes a LONG value, and SetFilePointer() has a DistanceToMoveHigh value but it's not currently supported according to the docs.    Is there ANOTHER File I/O interface for CE 5.0 which supports 64-bit files, or is there a way to get either of the above methods to work   Thanks in advance. Allan Stirrett. Hi Allan, Regardless of the storage/filesystem, WinCE5.0 provides file acces ...Show All

  • Visual C++ How to save a part of dialogbox (for example Rect(10,10,40,40) ) in to a Image?

    Hi. I want to save a part of dialogbox (for example Rect(10,10,40,40) ) in to a Image. what should I do thank for your help. This question is better asked in the Win32 newsgroups as this forum relates to the Visual C++ development tools.  But I believe the answer involves getting the device context for the screen (GetDC(NULL)), and copying the contents a DC to a compatible bitmap (see example for the CreateCompatibleBitmap API in MSDN). Remember to convert the dialog client coordinates to screen coordinates. ...Show All

  • SQL Server generate table or database schema

    what is the sql servre equivalent to 'describe' keyword. how do we generate the schema of the database and tables of a database. schema here refers to column names and its types. Hi, have a look at the INFORMATION_SCHEMA views, in your case the INFORMATION_SCHEMA.Columns Select * from INFORMATION_SCHEMA.Columns HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Refresh System Tray

    I have a couple of tray icons that refuse to dispose/disapper reliably. I can find the tray handle using: public static extern int FindWindow( string lpClassName, // class name string lpWindowName // window name ); [ DllImport ( "user32" , EntryPoint = "FindWindowEx" )] public static extern int FindWindowExA( int hWnd1, int hWnd2, string lpsz1, string lpsz2); [ DllImport ( "user32.dll" , CharSet = CharSet .Auto)] public static extern int SendMessage( int hwnd, int wMsg, int wParam, int lParam); int shelltraywnd = FindWindow( "shell_traywnd" , null ); int traynotifywnd = FindWindowEx ...Show All

  • .NET Development Deploying .NET Application to computer with different SQL Server Name

    I'm writing a VB.NET application that makes extensive use of SQL Server data tables. The problem is that all of the connection information is relative to the SQL Server at my location, not where it will be deployed. How do I write the application so that I can somehow specify at install time what the name of the SQL Server is at the deployed site Hi, You have many choices to do that. First you could specify the server name or the conneciton string in the registry or provide an xml config-like file. If you want your connectoin string to be flexible then you'll have to specify it outside of your applicat ...Show All

  • Audio and Video Development Media Compression support

    By supporting the next wave of high performance media, won't there be a need for a new way to compress video/audio streams Our current system is flawed, rendering entire videos into raw streams would require vast amounts of hard drive capacity. I propose a solution to the media storage problem. Given that Media currently is stored in a playable format, meaning you can click it and instantly start playing it in media player, or whatever player you use, why not develop a simple system for storing this content when not in use. Let's get technical, and talk a little bit of math. Let's say you transcode (hexdump) an entire video to a tex ...Show All

©2008 Software Development Network