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

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

shakil852

Member List

Nick Davidson
Kendal
Dilmer
azurechen
Wyck
GordonBeMe
BuckWoody
Barry Mavin
infinitelylimited
timpg
lew26
DaCracker_2005
SeanDraper
jan.zajic
LoicBaroux
theBainster
mah_
alex04
n8dagr8
MS_ISV
Only Title

shakil852's Q&A profile

  • Windows Forms Where is the DataForm Wizard?

    I am a reletively new C# and VS programmer and I am looking for the DataForm Wizard to help me jump start a project. I found it in VS 2003 but cannot find it in VS 2005. Where is it Check out this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=114283&SiteId=1 Tony ...Show All

  • SQL Server Is it possible to use T-SQL to create a user in Active Directory?

    Is it possible to use T-SQL to create a user in Active Directory Mr. Pope, Thank you sir, that is exactly what I am looking for and through all of my searches on the internet I never cam accross this. So thank you again. I will work on making this into a SP that SQL can call upon. Also, thank you for the heads up about security, as I'm sure it come up... You have been a huge help. ~JH ...Show All

  • Visual C++ what's new in atl8?

    Hi, Searched so many links at MSDN, etc.. but haven't been able to find how exactly is atl8 different from previous versions any link with detailed information on it Thanks, GR Here's a doc topic that addresses this New MFC and ATL Features http://msdn2.microsoft.com/ms235433(en-US,VS.80).aspx ...Show All

  • SQL Server SSIS Package Deployment Error

    Any help to resolve this error is highly appreciated!! I followed these steps in order to deploy SQL Server 2005 Integration Services (SSIS) packages to the file system: 1. Create Package Configuration. (Enable package configuration with configuration type as XML configuration file. While Connection Managers and On Error package objects are selected to include in the configuration.) 2. Create Package deployment utility by setting CreateDeploymentUtility property of the Integration project to True . 3. Project is built w/o any errors. 4. The deployment folder (contains dtsConfig file, manifest file, DTSInstall.exe, and package) is copied ...Show All

  • Windows Forms Assembly redirection during application launch using Reflection

    I am trying to launch a windows application App1.exe (based on .Net 1.1) using reflection from another windows application. App1.exe has an associated .exe.config in which I put assembly redirection for few assemblies. The assembly redirection is working fine when App1 is launched individually. But when launched using reflection, it is not working. It still expects the original version of assemblies. Is there a way to make it work Thanks. I found a way. I just copied my other assembly's .exe.config file in my host application's directory. It just worked! Thanks. ...Show All

  • SQL Server SQL Server Destination [16]

    [SQL Server Destination [16]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT              ' could not be opened. Operating system error code 2(The system cannot find the file specified.). Make sure you are accessing a local server via Windows security.". I'm trying to do a simple upload to a production server from an Access mdb of the kind I used to do routinely in ...Show All

  • Visual Studio knowledge of classes within project

    How does Visual Studio know about Classes within a project For example if I had 2 source files, each being a class library, Class1 and Class2. If I add an instance of Class2 in Class1 intellisense knows about Class2's constructor, methods, etc. I'm wondering if this will be a problem with the Package we are creating that contains our own proprietary language. Currently we call an assembly that uses reflection on the project references to validate the objects used in the program. How would we validate objects used by other source files in the same project Hi, I have the similar problem and i am actually ...Show All

  • Windows Forms Thumbnail an html page directly from IE programmatically?

    I would like to grab an HTML page from a WebBrowser control and thumbnail it to a picturebox control.  Anyone out there know how to do this    The only way I can see to do this is to use shareware or a commercial product to convert an html page to a bmp, external to the program,  save it on disk and then use GetThumbnailIm ...Show All

  • Visual Studio 2008 (Pre-release) about richtext

    Hi I'm new to avalon and i've a small doubt on richtext box. Here i'm entering some message in rich text box and i dont know how to save that message also how to load external file(.rtf) into current richtext box. thanx Nagu http://blogs.msdn.com/jfoscoding/archive/2006/01/16/513383.aspx ...Show All

  • Visual Basic Static Constructors in VB 2005

    Hi I got the following problem: I need some code in a Class library executed when the library is loaded by another app. As I am coming from Java, I looked up some similar feature in C# that seems to exist in VB 2005 too: A shared constructor that gets executed when the class is loaded. However even the simple example below doesn't behave as I intended. However, If I uncomment line 4 then it works as expected. But this is not sufficient for me, as I need classes to register automatically on startup of the application. Thanks in advance, Markus '----- Code starts here ----------- Public Class Form1 Public Shared ...Show All

  • Visual Studio Gathering output files into a property

    I'm trying to put all the outputs of the build into an itemgroup. Immediately after the Build target I've got this: <ItemGroup> <ZipFiles Include="**\*.dll" <ZipFiles Include="**\*.exe" </ItemGroup> But when I print it it's always empty. Are ItemGroup's evaluated in the order that they're written (in this case after the Build task that creates the .dll's and .exe's) or are they evaluated before any tasks are done Is there some other stupid mistake I'm making that's preventing this from working AFAIK, <ItemGroups> are evaluated when the project file is loaded, (an ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. An extension to the visual C++ fatal error c1083: cannot open include file 'd3d9.h' etc.

    I'm just trying to compile the empty project from the sdk in C++, but it can't find all included files... how can I add the reference to these include files I am able to compile it in C#, but not in C++... The Visual C++ compiler has a number of directories that it will search when looking for #include'd (or linked) files. Quite simply, you haven't configured yours to search in the correct place Usually, if you install the SDK after you install your IDE then it will configure it accordingly. In Visual C++, go to the "Tools" menu, select "Options". ...Show All

  • Visual Studio Express Editions Visual C# Express, Help disappeared

    After installing SQL Express, Visual C# Express 2005 doesn't show any local help. Showing 'Exception from HRESULT: 0x800403BC' in a Dialog. What can I do, to fix this problem I've already reinstalled all this SW. Hello Jeremy! I’ve already resolved this problem, and all the help functions are now working normally with certain settings in the O/S. But I think You should make some improvements on this S/W, shouldn’t You . I try to explain the problem here, but some english words may not be exactly the same as in XP – English. I installed the C# on a brand new computer in Finland, and the program C# wi ...Show All

  • Windows Forms What's the story on UseCompatibleTextRendering

    So I rebuilt my app using VS2005 and it worked beautifully except for my labels being moved down a few pixels.  I came across the property UseCompatibleTextRendering and if I change it to true then my app works fine.  I can find almost no documentation on what are the impacts of changing this property.  Why is the default behaviour not compatible with previous versions of winforms and what is the difference I also read that there exists a compiler switch that allows you to change this globally, but I can find no documentation! Darrel I found this thread while I searching for a discussion of UseCompatibleTextRendering, a ...Show All

  • Windows Forms Updating read-only columns in bound GridView

    I have a bound GridView where the SqlDataSource SELECT command consists of a join of three tables (which is not uncommon in a normalized database scenario).  My intent is to allow the user to update the values of 4 specific columns in "EDIT" mode.  Through the use of Columns BoundField attributes "Visible" and "ReadOnly", I have been able to "open up" only the desired fields for editing (all from a single table); however, in addition to updating the user's input field changes, I also want to update a couple of other columns (such as LastUpdated - a datetime column, and LastUpdateBy - the userID of the the person updating) .  T ...Show All

©2008 Software Development Network