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

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

ftedin

Member List

Nicorombe
JohnKilgo
geno.prida
SmokeNMirrors
ETUX
nzracer
ParkSys
James Gordon
Jamie Garbutt
RoyHsu
Joda
Morias
Bochica
Vidhya Sagar
bhomass
-JFo
TBombadil
Pyronaught
JB Metrics
Peter_H
Only Title

ftedin's Q&A profile

  • Software Development for Windows Vista can not set state machine baseclass if use signed assembly?

    Hi, step 1) I have created one component which has a empty state machine workflow ( A.BaseWorkflow ) step 2) I then create a workflow library and add a state machine workflow with code behind. step 3) I can now select the state machine workflow and in the property window, changing the base class to A.BaseWorkflow Now if I set both components to be signed, (in visual stuido project property, check the "sign the assembly" and ...Show All

  • Windows Forms Drag Drop Custom Control

    I have created a panel that contains custom controls. Currently I can drag and drop them without any graphics and all is good. I implemented the ImageList_DragBegin routines (DragEnd, DragLeave, DragEnter, etc) into the code and it works with one exception. When the control is dragged across other controls in the panel, the controls are not repainted correctly and there are traces of dragged image left behind. (See Drag2) Drag 1 (E ...Show All

  • SQL Server XACT_ABORT

    What is the default value of XACT_ABORT  Assume I set it ON in a stored procedure named A, and other stored procedures has no explicit setting on it, what will happen on a client program that calls A and other stored procedures Any SET option within a SP/trigger is valid only for the duration of execution of the SP/execution. They are automatically restored after control is transferred to the calling b ...Show All

  • Windows Forms Inheritance Base Form lock

    I am using a base form which has menu and toolbar in a windows forms application.  I changed modifier property all the toolbar items and menu items to protected. The other forms inherits the base form. I can see the controls on my inherited form but can't click on any button on toolbar or menu and neither I can write code for events for the controls on base form. It used to work on Beta1; now the inherited form shows the small lock on ...Show All

  • Visual Studio Team System Default implementation language for distributed system designers

    Is there any option to change the default implementation language for the distributed system designers Related question: will supoport for C++/CLI implementation be included in RTM I debated between the two and chose this one - 'course, if this was NNTP, I'd simply have cross-posted it to both places ;-)  (Yes, I hate web forums - so inefficient compared to NNTP). Thanks! ...Show All

  • Visual Studio Express Editions localization

    Hi to all, In the form's properties ,I changed Localizible->True And language->telugu when i changed the above two properties,visual studio will add the corresponding resource files.But resource file form1.te.resx is not added.why Please help me how to generate those resource files Hi, it does not create the new resource file until you change something on the form. It only saves what is different from the defau ...Show All

  • SQL Server Trigger BEFORE ?

    I want to execute a procedure before a INSERT. I create a trigger assigned to the INSERT event of my table, but i just can choose INSTEAD OF or AFTER. in other database engine like PostgreSQL, i can use the keyword BEFORE for fire my procedure before the real event. How can i do this in SQL Server Hi, How can i reissue the DML again This is a simplified overview of my database, it will be mo ...Show All

  • Visual Studio Tools for Office Unable to create Word template project

    Hello All, When i started learning VSTO i was happy to create my first word template application but i don't know suddenly what happend and now I am unable to create work template project. Whenever i am creating new project it is giving "Project cann't be created" although it is creating the directory on the given path. Plz tell me what do i do what causes it for not creating the project Best Regards Kausar ...Show All

  • Windows Forms Control Box

    Hi Stefano, Thanks for the trick about backGround image I will try to use this trick in my work. I have a question: How can I disable only the C loseBox of a ControlBox of windows form and keep the MinimizeBox and MaximizeBox enabled Previously thanks. Here is the code that will help you achievw what you want to do- public class FormCloseButtonDisabler { private const int MF_BYPOSITION = 0x400; pri ...Show All

  • Visual Studio Microsoft Document Explorer is not installed

    I am unable to configure VS 2005 to display external help; if I set the help options to "External Help Viewer" I get an error dialog "The Microsoft Document Explorer is not installed...". This despite the fact the Microsoft Document Explorer is clearly installed and runs quite happily from the start menu. Help works OK when set to run inside the VS IDE. I have done a complete uninstall and reinstall of VS 2005 a couple of tim ...Show All

  • Visual Basic Coding Datasource for Pivot Table

    Hi, I'm on the process of linking my AS2005 cube to VB 2005 using ms pivot table 11.0. However, instead of doing an early binding, I want to code my datasource connection. Do you have any sample on how to do this Thank you chemps I am not sure if I understand the question. Here is a link on how to pivot a table and display it. http://www.vb-tips.com/default.aspx ID=28f49f7c-ec40-4472-9b28-2b ...Show All

  • Windows Forms Whidbey BackgroundWorker component fails in Form Load event

    I'm trying to use the new BackgroundWorker component (Whidbey) in a sample VB.NET WinForms project. I've followed the examples on MSDN and can successfully recreate and run those examples. All of those examples though have the background process kicked off from a button on the form; i.e. the RunWorkerAsync method of the BackgroundWorker object is called from the click event of a button. If I do this same thing but instead try to kick off the b ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. C++ Compiler

    I'm using Borland C++ 5 compiler but can't seem to get the tutorials to compile and run through there. Sofar i've installed the DirectX SDK and installed Tutorial 00. But when i go to run, it tries to compile but gives me errors. I just noticed that the folder contains visual c++ files. Does that mean that I need Visual C++ to run this tutorial If my Borland C++ 5 won't run it at all will Borland C++ Builder 4 r ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Some questions about Vista & Direct3D 10

    Hello! Greetings from Ukraine! I am still programming under WinXP and DX9. But I'm going to port my code into Vista platform and cannot find some information I am interested in. According to numerous articles and documentations porting is to be painful:) So, I have some questions listed below: 1. When will (approximately) the nVidia or ATI accelerators support Shader Model 4 2. How shall I use SIMD advantages on the C ...Show All

  • Visual Studio Team System Using Beta 3 Team Foundation Server with VS.2005

    Am I correct in assuming that Team Foundation Server has not been released yet Is there a release date for Team Foundation Server (Guess or otherwise) Can I use Team Foundation Server Beta 3 with the final release of VS.NET 2005 Can I/Should I use Team Foundation Server Beta 3 running on the final release of SQL Server 2005 Any answers greatfully recieved. Thanks, Mike G TFS release date would be sometim ...Show All

©2008 Software Development Network

powered by phorum