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

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

zaynunh

Member List

Jack Loomis - MSFT
JayZeus
Rockado
Anders Jensen
meterman
Mohit17
Hackersoft
johnwood
swg
Foxpro
Subhashini A.
Ensynch
Enz3
John T. Campbell
arunagopal
bernie_e
gftdnhkask
Brian Grunkemeyer
DaBeef2112
Shaun Wilson
Only Title

zaynunh's Q&A profile

  • Visual Studio Tools for Office Excel Active Cell change event?

    I am new to developing for excel and I need a little help. I can't find if there is an event for when the active cell changes. I want to be able to run a C# add-in every time the row changes, but because I can't find the event, I can't think of the best way to do this. I may just be looking in the wrong place, but any help would be appreciated. An example of what I'm trying to do would be this: Address information is added in on a row. The user hits enter and the active cell goes to the next row. The C# add-in runs on information on the previous row. Thanks for any help. Brad Hello, I was just trying to do ...Show All

  • Visual Studio 2008 (Pre-release) Styling PathSegment

    Is it possible to style an individual PathSegment within a Path object different from the rest Basically what I am looking for is to make one segment dashed and the rest regular. I would prefer not to use separate paths, because it complicates segment joining issues and isn't as clean. If I need to use separate paths, is there a good way to make the joins always "clean". I looked into making my own PathSegment class, but couldn't find any information on it. Thanks. Looks like your really hanging for some input. I can only think of adding a seperate line segment for each dash in the line, with th ...Show All

  • Visual Studio Express Editions Default Comments Missing From Templates

    hi when i create a new console app, the default code is created, but not the default comments, such as /// <summary> unless i'm incorrect about this, how can i enable this thx There are no default comments for the Console application, however, you can simply add your own by typing /// at the top of the class/method/member you want to comment. ...Show All

  • Visual Studio Express Editions I have installed Microsoft SQL Server 2005 Express edition, but I can't find Enterprise Manager.

    I have installed Microsoft SQL Server 2005 Express edition, but I can't find  Enterprise Manager. I can't find Enterprise Manager in the Microsoft SQL Server 2005 Express edition. how can I browse database Hi, It could be that your SqlExpress and Express Manager is not compatible. Try downloading the latest Express (renamed as Server Management Studio) Here . This manager is compatible to the release version on SqlExpress...     cheers, Paul June A. Domag ...Show All

  • Visual Studio Team System to freeze the size of the shape window in Microsoft Visio 2003

    Hi,     I have a web application where i use  visio  drawing control and my custom shape (stencil) window.       The problem i am facing is that when  the shape window that gets loaded in I.E browser.Itz dockable and a float window exists.     Can anyone give me a solution to freeze the shape window size(I.e it should be allowed to float or it should be docked) in my web application.   Thanks in advance Regards, Sashi ...Show All

  • SQL Server Private vs. Public Reports

    Hi, I hope it's the right place for this q: We're about to purchase SQL Server Reporting Services 2005, migrating from current reporting platform. I would like to know whether it's possible for any user to save a report as their private report (in a personal folder or so). That is unlike public reports published by authorized role only. If anyone knows where can I find documentation about it, I'll be grateful. Thanks! Managing Folders As mentioned earlier, the Report Server maintains managed reports and shared Data Sources in notional folders, and the Report Manager lets users navigate these fold ...Show All

  • Visual C# How can I cover the menu item's shortcut?

    Supposed I have a form with KeyPreview=true and a menu item whose shortcut is CTRL+C. Add a Textbox on the form. When I select some text in the Textbox and press CTRL+C, the selected text just can not be copied because system just call the menu item's OnClick event handler. And then how can I copy the selected text via CTRL+C, that is to say, how can I cover the menu item's shortcut Onclick event handler in some particular situations Your idea and suggestion will be highly appreciated. Thanks! Hi,   I know how it feels like. But you could have a work around. In your menuitem_click event check first if the this.Activ ...Show All

  • Visual Studio Tools for Office Integration in an existing project

    Hi, I'm a last year student at a technical school in Brussels, Belgium. I'm writing a Windows Application using Visual Studio .NET 2003 and C#. I would like to be able to create Word documents based on information entered in the Windows application. So, I added a Word project in the same Solution. I would need to create an eventhandler on a button in my Windows Application calling the constructor of a new Word file and passing a value from the application... Problem, I don't know how... Can anyone help Hi Jeke, If I understand well your problem is to create Word document from Windows A ...Show All

  • Windows Search Technologies Desktop search does not think Outlook is installed

    I recently installed windows desktop search on my XP SP1 machine running Exchange 2003 in cached mode connecting to an Exchange 2003 server. Windows desktop search won't let me select Outlook because it doesn't think I have it installed. I checked from IE and Outlook is set to my default mail client. Any suggestions of other things to check is appreciated, searching through my mailbox and .PST files would be great! Thanks. As a first step, please review the following Using Outlook Troubleshooting Guidelines: Thanks, Bill Connors 1. Troubleshooting OL Issues. If OL is not indexing ...Show All

  • Visual C++ increment in C++

    #include<iostream.h> void main(){  int a=5;  cout<<++a<<a;  cout<<"\n";  cout<<a;  cout<<"\n"; } the above code generates the following output: 65 6 but as per me the output should be as follows: 66 6 why does the incement doen't show up the second time I think that the simple answer is complexity. This is really a language level diagnostic but the tool that would best be able to diagnose this issue would be the optimizer (you can imagine a case in which inlining a function causes mutiple reads/writes) but the optimizer doesn't usually deal w ...Show All

  • Windows Forms Moving a form without using titlebar

    Hello Everyone,  I am new here.  Site looks good. In VB, I want to be able to drag my program's Splash Form from within the form.  So far, I only got form_click to move it, not as pretty as dragging. Can anyone show me a code example    Thanks verry much. -Trillian I don't have any code to do this, but you could probabl ...Show All

  • Visual Studio Express Editions Just downloaded VBExpress Edition and have a question.

    I downloaded VBExpress Edition last night, registered it and this morning I recieved an email thanking me and giving me a link to download FREE photos, icons and stuff. email - " Registration Benefits We are pleased to provide the following registration benefits for registered customers: Stock photography — Download 250 royalty-free images from Corbis for inclusion in your applications Icons — Download a collection of professional, royalty-free icons for use within your applications Components — Download a selection of components for use in applications you build E-book — Download an electronic version of Microsof ...Show All

  • SQL Server Cannot get the Service Broker work

    Some months ago I was playing with Service Broker and everything was ok. But now I just can't get it work. I opened a sample "helloworld" project and still cannot get a message in a target queue. No errors, just empty queues. We have two SQL servers sept CTP on different computers and both give the same issue. It looks like it should have a very simple solution that I cannot come up with. The following script initializes service broker and sends a message, then selects both target and initiator queues. On my environment it just returns two empty selects. --Initializing service broker objects use master GO S ...Show All

  • SQL Server Strange issue with Precedence Constraints and Set Values

    Hey everyone, I have used the set values option of the execute package utility many times to change values on variables in the package with no problem before, however have run into a stumbling block when coupling this with precedence constraints. I have a package that goes down a different path based on a precedence constraint that works perfectly if the default value of a variable is used....however when I pass in a new value via Set Values in the execute package utility the package will error out with this: The expression "@[User::IVR_FLAG] == 1" must evaluate to True or False. Change the expression to evaluate to a Boolean value ...Show All

  • Visual Basic Automated Data Loading - Design

    I'm new to .NET and have VS 2005 (Architect). I have a need to develop an automated data importing application. The "Loader" application needs to begin the data import process based on a scheduled time of day. There is also a need to begin the load process on demand (remote clients). The loader should be installed and run on a server (MS-2003). The data to be imported is in a text based "CSV" format (multiple files). The data will be loaded into a SQL Server 2000 (soon to be upgraded to SQL Server 2005) database. There is a need to view the status of the load process and loader status by remote clients. In VB6 I would ...Show All

©2008 Software Development Network