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

Software Development Network >> Suki Baby's Q&A profile

Suki Baby

Member List

BAnVA
Phil_88
prash_ac
Jack-Jack
mparter
Gavan
Larry Surat
fhommel
mvpfp
John J. London
giorgos_gs
Armand du Plessis
jeremy7768
ultramods
Venkataraman
StuartIrving
Ron_S_MWA
Streetkeeper
ctharris
Henry He
Only Title

Suki Baby's Q&A profile

  • Software Development for Windows Vista Code samples for Workflow Designer hosted outside of VS.NET environment

    Does anyone know where I can get the sourcecode for the following link http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/wf_samples/html/55925adf-2daa-4dc2-b1bf-61aa0190d734.asp The View Code link does not work and I do not see how to download the code. Sincerely, John Portnov You should be able to find the sample under Technologies\DesignerHosting in Samples.zip which can be found at %ProgramFiles ...Show All

  • Visual C++ IOStream Bug on Visual Studio 2005 when open Chinese style file name's text file???

    Compiler tools: Visual C++ 2005 express edition os platform: windows xp professional with sp2 Reproduce step: 1.new an "Win32 Console Application" 2.paste the following code in "_tmain" function: ifstream InFile; InFile.open(" .txt", ios_base::in); if (!InFile.is_open()) { cout << "Can't Not open [" << " .txt" << "] File." << endl; } else { ...Show All

  • Windows Forms How To Change The keyboard Language .

    Hi All , I need to cahge the keyboard language (to the loacl one) when particular text box get the focus, and change it back when he lost the focus. Thanks, Boaz Shalev. ...Show All

  • SQL Server Using data from XML column as basis for LEFT JOIN...

    I have a primary key in table1 in a single column of type int. I have another table "table2" that has an XML column. This XML column has values from the primary key in table1. I would like to return rows from table1 where the primary key in table1 matches data inside the XML column in table2 (the primary key). I have worked with CROSS APPLY, but cannot seem to use it to replace the LEFT OUTER JOIN syntax. I know the following syntax is ...Show All

  • Windows Forms Virtual ListView Control

    Many folks have been asking for a ListView that supports virtualization.  Ben Williams, a support engineer at Microsoft, did something about it and wrote a control.  Ben's ListView comes bundled with a sample driver app showing how to use it. You&nb ...Show All

  • Visual Studio Team System Rule 'MethodsShouldBePrivate' does not have an XML description present Error.

    hi, i added another rule class to the existing project and i extended the same base class (in which i have given the xml file name) that used for other classes. But when i loaded the rule in FxCop i got the message "Error loading rule 'MethodsShouldBePrivate': Rule 'MethodsShouldBePrivate' does not have an XML description present." Other rules get loaded correctly but this shows error. Plz help me out with this. Than ...Show All

  • Smart Device Development Activating speakerphone on Windows Smartphone

    I'm trying to activate the speakerphone on my HTC-derived (Qtek-8300) Smartphone 2003 with no success. So far, I've tried the following approaches. TAPI: After initializing TAPI and veryfing the device's capabilities I made the following call: phoneSetHookSwitch(hPhone, PHONEHOOKSWITCHDEV_SPEAKER, PHONEHOOKSWITCHMODE_MICSPEAKER). The call fails with PHONEERR_OPERATIONUNAVAIL despite the fact that the device should support this fe ...Show All

  • Visual Studio Team System TFS time info

    How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. But, our requirement is not to block checkin completely but restrict it based on some rules as similar to other policies. The user should still have the option of overriding the policy! ...Show All

  • .NET Development DirectX BadImageFormatExceptions

    Hi all, i try to compile and run my solutions with Visual c# 2005 Express on Windows XP Pro 64bit. Which works fine on my Windows Xp Pro machine, but throws BadImageFormatExceptions on my 64bit OS. I tried DirectX and SDL .NET... it seems like the DLLs are not valid... cant find any help on MSDN or on the net. Please help me! Thanks, Marre I half understand what is happening here, but would like to understand t ...Show All

  • Visual Studio Team System No workspace exists for the given Team Project

    I get the above error when trying to set up a new Build Type for a Team Project I just created. I was able to successfully create the project and the corresponding source control branch, as well as add a solution to it (which successfully was added to SCC also). All of the workspace mappings between my local folders and SCC seem to be valid and working.  It does not seem that the workspaces it is looking for are the same workspaces as ...Show All

  • Software Development for Windows Vista BUG: StateMachineDesigner resizing and "Fit to Actual Size" icon not updating Location, Size and Bounds correcty?

    When we use the Workflow Designer Control Example sample to host the StateMachineWorkflow root actitivity, we're finding issues when the host application is maximized and then restored as well as when the "Fit to Actual Size" icon is used to resize and redraw to the root activity in the resize designer control. Specifically, the StateMachineWorkflowDesigner Location, Size and Bounds properties are not being updated when the resizing occurs.  ...Show All

  • Visual Studio Team System VTS Beta 3 Refresh: I get the following error while viewing reports.

    I installed the Beta 3 Refresh on a single computer using SQL Server 2005 Enterprise edition. My setup, service and report users are domain users. Everything seems to work, except Reporting Services. I get the same error when running reports from Visual Studio and from SharePoint. The error message looks like this. An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsPriorityP ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3DXComputeTangentFrame() question

    I use the D3DXComputeTangentFrame() function on a mesh loaded from a x-file. Then I create another finer mesh by using the first meshs' vertices and additional intermediate vertices. The new vertices use averaged normals and tex coords from the original mesh. The vertex order remains the same (CW). When I now do the D3DXComputeTangentFrame() on the new mesh, I get swapped binormal and tangent vectors in comparison to the original mesh. Does ...Show All

  • Visual Basic .Net application failed to initialize

    Hi All, I have encounter two problem 1. When i execute any Vb.net/C# application it will give the error like 'The application failed to initialize properly(0xc0000005). Click on ok to terminate the application'. (Application complization/build is fine) 2. When I open any asp.net web applications Visuval Studio closed automatically without giving any error message. I have checked IIS ( http://localhost ) it is working fine. ...Show All

  • Software Development for Windows Vista Unable To Debug WWF Projects

    For some reason when I try to debug a WWF project  (code debug) by using the start "Debugging -> Start Debugging" menu item, the project builds successfully but does not lauch the program into the debugger. If I run the project by using "Debugging->Start Without Debugging" the application runs fine. Any thoughts Pete If your host is asp.net, you need to attach to w3wp.exe (win2003) or aspnet_wp.exe (win xp) and select workflow d ...Show All

©2008 Software Development Network

powered by phorum