Software Development Network Logo
  • SQL Server
  • Smart Devicet
  • .NET Development
  • Windows Forms
  • Audio and Video
  • Visual Basic
  • SharePoint Products
  • Visual Studio
  • IE Development
  • Game Technologies
  • Visual FoxPro
  • VS Team System
  • Visual C#
  • Visual C++
  • Windows Vista

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

R1ZWAN

Member List

nikita D.
we7313
Xcel
zoomer
Meds
Lili Gao
Vishalgiri
StarRrr
cbolon
MBushell
Ronald L
NeedSomeAnswers
biscuitlad
AnnNeedsHelp
Sam Hobbs
pvphuc
Greg Allen
greggles1975
Janet666
smark
Only Title

R1ZWAN's Q&A profile

  • Software Development for Windows Vista How to debug a XOML-Only Workflow?

    Hi, is it possible to debug a dynamically loaded workflow (XOML-Only) Did somebody done it Thanks Thank you SonaliC for the advice. I tried it out and the problem I encounter is that the "wrong" .xoml window pop's up. I think the reason might be the way I implemented the dynamic loading: I didn't used compilation for this purpose but rather I "inherited" from an empty workflow and loaded at runtime my .xoml instance (mean no x:Class property). So the loaded .xoml window is the one of the "base" workflow and not of the instance. Does anybody know how to handle this case Thank you! ...Show All

  • Visual Studio Tools for Office Custom Pane-like UI in Excel 2000 onwards

    Hi, We've a very specific requirement in our project to implement the Custom Pane like interface using Excel AddIn from Excel 2000 onwards. Basically, the pane should be part of overall Excel window and the pane will invoke context-sensitive HTML pages in Browser control based on user actions in Excel Workbook. User should be able to expand or contract the pane sideways. Does anybody have any ideas as to how to implement such interface The VBA Forms or VB/COM AddIn Forms are of no use, as they don't provide the same look and feel as a custom pane does. Also docking is not possible for VBA forms. Any help on this issue is very much appreciated. Thanks in advance. - Vsakhal. Such a discussio ...Show All

  • Visual Studio Team System TF.EXE difference command and versionspec

    I am trying to determine the difference between my workspace and latest and am using the following command from inside the workspace folder >tf difference /version:W~T /format:unified I get the response TF10100: The option version is not supported. That does not seem right. Or am I doing something incorrect -mark Thanks for the pointer to ProjectDiff at http://blogs.msdn.com/buckh/archive/2006/04/06/project_diff.aspx . With a little code commented out it appears that >projectdiff W T gives me almost what I want. However, the call in DiffFiles(..) to // The last parameter indicates whether the code should block until the external diff // viewer exits. Set it to false if you a ...Show All

  • Windows Forms Windows Applications by C# VS 2005

    Hello, I have a TextBox linked to a NUMBER column in one of my Oracle Tables through a Binding Source. Sometimes users delete whatever is in this TextBox, in this case cursor gets stuck in this TextBox and they cannot move to another control or even close the form, and as the TYPE of this field is NUMBER in an Oracle table they have to put another NUMBER value in the TextBox to be able to move !!!!!!!!. I have the same problem with DateTime Columns as well. Any idea Please :( Thanks in advance ...Show All

  • SQL Server Install SQL Server 2005 Exp with ToolKit

    Hi, I would like to have SQL Server 2005 Express with the most features as possibles. It seems to be correct about 'AdvancedEdition' but, when I installed the "ToolkitEdition", in order to get "Business Intelligence Development Studio", I was not able to open this option. The file 'devenv.exe' is missed. Do you have some procedure and links to get best set up with theses features for SQL Server 2005 Express Thanks. Check out my blog post on this subject and see if it solves your issue. If not, I'll need a description of what VS and SQL software was on your computer before you tried to install the Express Toolkit and some information about what is in the setup logs. Mi ...Show All

  • SQL Server Batch Jobs

    Hi Folks, I am running batch jobs(Nearly 50 queries) on Production server.It is taking nearly 5 or 6 hours(some times 10 hours also) to get the results.The problem is If I loose VPN connection I am not able to save data.I need to save the data upto the query executed before I loose VPN connection Please help me You're not saying what those batchjobs are doing, but would it be possible to have each job or query save it's intermediate result in a table or as files.. That may be a way to 'catch up' if you loose connection. It probably needs som adjusting in the jobs/queries also in order to keep track of done/left to do steps, but perhaps an idea /Kenneth ...Show All

  • .NET Development 401: Authorization Required

    Hello Forum, Here is something I have been struggling for very long now. I have got a Windows Application which talks to a HTTPS web service. When I run my Windows application in Debug mode, it gives me an error "The request failed with HTTP status 401: Authorization Required." Further details include it being something like a WebException.ProtocolError. But, the code works fine as a compiled EXE. Also, if I create a package for this application and then deploy the machine on a machine other than the development machine, it gives an error saying "The underlying connection was closed: An unexpected error occurred on a send." ########################################################################### ...Show All

  • SQL Server RAISERROR in CLR Routines

    When I use the following code to execute a RAISERROR from within a CLR Routine (Stored Procedure), and I call this CLR stored procedure from T-SQL within a TRY/CATCH block, the error is not caught in the CATCH block. Why is this happening try { SqlContext .Pipe.ExecuteAndSend(cmd); } catch { } I have noticed that if I throw the exception out of the CLR routine, then the T-SQL stored procedure begin catch .. end catch does catch it. But of course, there is a lot of .NET information sent back with it, so the error message is quite messy. ...Show All

  • Windows Forms Windows Forms 2.0 Slow - MDI Application + TabPage+ Datagridview

    Hello! I’m creating a windows forms MDI application and having problems with performance: Problem: I created a MDI child form with a tabcontrol.The tabControl have 2 tabpages.The first contain 3 group boxes and the total of 50 controls (textbox,combobox,lists and buttons).The second have a label and a datagrid view. Running the application , i noticed the form drawing(rendering ,flicker ) ,and when i switch between tabpages again the drawing. The DoubleBuffer property is on (true) and the problem persists. I already see the transparencekey and other properties , including the background color , but no results . Thank you Tiago After further investigation it would appear that the problem is in some way ...Show All

  • Microsoft ISV Community Center Forums Excel Chart: How to change chart data source formula when object "Series.Formula" is too short?

    How to change chart data source when Formula object is too short I know that: I can assign data source 1) Series.Values=Range(...) - suitable 2) Chart.SetSourceData souce:=range(...)... - suitable 3) Series.Formula/FormulaLocal="" - not suitable because string is too short I can read data source 1) x = Series.Formula/FormulaLocal - not suitable because string is too short The question is: How to read data source not using Formula object Greg - You need to set up dynamic ranges, which in turn are used as the chart series' data source: http://peltiertech.com/Excel/Charts/Dynamics.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Sol ...Show All

  • Windows Live Developer Forums About messenger api and vista problems

    I have developed a messenger plugin program which used messenger api, it works very well in win98/200/xp, but I tested it in Vista OS today, it cannot work! create object failed: hResult = ::CoCreateInstance( CLSID_MessengerUIAutomation, NULL, CLSCTX_LOCAL_SERVER, IID_IMessenger, (void **)&m_pMsgr); How to solve it Thanks. That was written against Windows Messenger, and Windows Messenger is no longer in Vista. What we have done is add the API's which WIndows Messenger used to support to Windows Live MEssenger, so when you install Windows Live messenger it will pickup the API calls which you are trying to make and your application will work properly. Wait for the next beta ...Show All

  • Visual Studio DSL Tools support for Visual Studio editions

    I promised that I'd get back to this forum with details of our licensing plan once they were available. I'm pleased to say that we can now make some details available (Please also see our Modeling Strategy and FAQ ). On release, the DSL Tools for Visual Studio 2005 will be part of the Visual Studio 2005 SDK. We'll support the following editions for authoring DSLs: Visual Studio Professional Edition Visual Studio Team Edition for Software Architects Visual Studio Team Edition for Software Developers Visual Studio Team Edition for Software Testers Visual Studio Team Suite We'll support the following editions for deploying the DSLs that you build: Visual Studio Standard Edition Visual Studio Professional Edition Visual Studi ...Show All

  • Visual Studio Unable to get installer types deployment error

    I have created an Windows.NET app in C#. with crystal reports. These all run fine on my development computer. I modified my setup project to include all the merge modules that CR.NET needs, added the licence key info. and rebuilt the solution. still everything works fine when I run the installation. both on Development computer as well as on Client computer. later i added an installer class to add the Database path to a config file during installation I successfully installed the app. on my development computer. but when I try to run it on Client system, I receive the following error: Unable to get installer types in the <app Path>\app.exe assembly --> one or more of the types in the assembly unable to load. it seems to be someth ...Show All

  • Visual Studio Express Editions How to check trigger in SqlServer?

    Hi, How can I check if one trigger is enable or disable for one specific Sqlserver table via c# Can I use some like this ConnectionSqlServer.CreateCommand(); CommandSqlServer.ExecuteNonQuery(); cheers, no you cant do a direct cast...you would do a Convert.ToBoolean(CommandSqlServer.ExecuteScalar()) however its best to know what type of object you will be returned (bool/int etc...) object theResult = CommandSqlServer.ExecuteScalar(); bool theFinalResult = Convert.ToBoolean(theResult); .. ..   [edit] - just saw Andreas reply - yes that would be the way of doing it...the way Andreas has shown, or this way ...Show All

  • Visual C# Pinnable Panel

    Visual Studio Dev Enviroment is using pinnable panels. Those controls cannot be found in framework 2.0. How is it possible to use pinnable controls like Visual Studio Dev Enviroment without using 3d party libraries like DevXpress, Infragistics e.t.c. I have a strongly need of using pinnable panel in my application without having to reference other external libraries. As far as I know, it's not. However, there are a number of open source controls available that would help you do this, why not check out http://sourceforge.net/projects/dockpanelsuite/ ...Show All

©2008 Software Development Network