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

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

YRaj

Member List

anonymizer
Brian Ekins
nesoms
Savannah
Gortz777
pavvu_kk
Simeon Pilgrim
whoisfritz
TomLake
Rick Hoskins
Clint Anderson
Fil52724
KimFreeborn
John Ferguson
felicity argyrakis
Chackowsky
Gordon7502
Apall
Prachi Tyagi
Gita Shingala
Only Title

YRaj's Q&A profile

  • SQL Server Script Transformation

    A new question ! When you use a script transformation you have input rows and output rows. Is it possible to have a different number of rows at input and output Thanks   Coroebus wrote: I get an error with my script : PipelineBuffer has encountered an invalid row index value. Dim NbCode As Integer = 20 ' set the nb of code per row Dim liste As String = Nothing ' the string containing the output row ...Show All

  • Software Development for Windows Vista OnExecuting....

    We've built our own tracking service, and need some user data from activities that are about to be executed (EventSinks). So I'd like to call TrackData(somedata) when the activity goes to an "Executing" state. This event is somehow triggered as an Activity Event, but I can't find any activity event like OnExecuting... Any one... I am not entirely sure since I am still TRYING to learn the WWF as well, but I think that if yo ...Show All

  • Visual C++ building WinXP x64 application

    Hi want to compile/build a piece of code that was written in Visual Studio 6 for use under WinXP x64. I would like to use my 32bit machine, compile and build and than put the exe on the 64bit system and test it there. How can I do it, are there tutorials somewhere Any help is appreciated please help Thanks Maik Yes, Visual C++ 2005 runs on a 32 bit system, and builds apps for 64 bit. -Kev ...Show All

  • Windows Forms Anyone know where to get custom skins?

    I would like to add some custom skins.  Anyone know where to get them Thanks PThomas@Corillian.com Consider enabling script access for the folder that holds your update files (e.g. 1.0.0.1) in iis. Most of the times 403 (forbidden) is a&nbs ...Show All

  • Visual Studio Team System Branch with DLL's files

    Hi, How can I branch folder with all the DLL's files Making branch from the IDE does not copy the DLL's file (RC version). Thanks Are the DLL files checked in to SCC TFS Source Control does not check in DLL files by default. If you want your files checked in then add them to SCC using the Source-Control explorer. If they are not checked in then they will not be branched. Thanks, Erik ...Show All

  • Visual C# else or not else?

    Hi all! Just a little question. Should I use rather if (cond) return a; else return b; or if (cond) return a; return b; What's the actual difference at runtime What do you prefer Thanks for any hints! The most common standard here is to define a default return value ( usually for failure ) at the top of your function, and set that value on the way through, having only one exit point at the ...Show All

  • Windows Forms Full Screen App: Tough Print Preview Control Question

    I'm sure this problem is unique because the action that causes it cannot be surpressed... but here goes: To setup the question, I'm using a Windows app that runs full screen, over the Windows taskbar. There is a button on the main form that creates a new instance variable used to ShowDialog another form, called ViewCheck, that previews a report generated in code. The ViewCheck form uses a PrintPreviewControl to display the report on t ...Show All

  • Visual C++ OnTimer() not being fired up.

    hey guys, i have timer set like follows: UINT TimerVal; TimerVal = SetTimer(406, 50, NULL); and i added in header file: afx_msg void OnTimer(UINT nIDEvent); and in cpp file i have: void CEditorDlg::OnTimer(UINT nIDEvent) { char finalFps[100]; strcpy(finalFps, NConvert::IntToChar( _entityEngine->getFPS() )); m_lblFPS.SetWindowText( _T( finalFps ) ); CDialog::OnTimer(nIDEvent); } and : ON_WM_TIMER(). so when i put a break point int he ...Show All

  • Visual C# Deleting a row in excel sheet using C#

    Hi, I am working on an C# Winforms application. My question is how do I programmatically delete a particular row in excel sheet... Thanks in advance...! livehed     reference the Microsoft Excel 10.0 Object Library in your project. set the following using statement: using Excel = Microsoft.Office.Interop.Excel; In your class, declare the following variables: private Excel.App ...Show All

  • SQL Server Can SQL Server 2005 Evaluation be used to upgrade a system?

    I have multiple development SQL Servers running Enterprise edition that I want to upgrade for application testing before upgrading our production system. All of the servers meet the hardware and software requirements for SQL Server 2005 Enterprise edition. However, when I try to install to use the SQL Server 2005 Evaluation Edition to upgrade the servers in place, I get the blocked upgrade message: Name: Microsoft SQL Server 2000 Reason: ...Show All

  • Visual Basic How to reuse My.Resource strings in multiple applications

    I have several projects that make up a single application and I would like to have a single place where I maintain my resource strings. I tried creating a separate project for this purpose using My.Resources to manage the strings. This does not work however because the module generated by the 'StronglyTypedResourceBuilder' is declared Friend, and therefore only available within the Resources project. In another post someone suggested modifyin ...Show All

  • .NET Development Data Access problem

    My sql server enterprise manager is working fine with this database(HCVstat) In my VS.net server explorer can view this database(HCVstat) and query. When I run my C# web application I got error message"sql server does not exist or access denied", but this project work on other one machine. And vb.net web application works fine to other database on my machine. < add key ="ConnStr" value ="server=EXEC ...Show All

  • Visual C++ COM Object

    Hello! I'm using Visual Studio .NET and I want to create a COM component DLL in Visual C++ which's functions could be accessed via ASP's Server.CreateObject. But I DON'T want to use MFC, ATL, etc. I also dont want to use .NET. I just want to use Win32 Generic C++. Is it possible Could you please tell me how or send a code Thanks! It is possible to create a COM component without MFC, ATL, etc.  It is not a ...Show All

  • .NET Development Programatically embedding resources (a la self-extracting zip archive)

    Hi, first, I'm not sure if this is the most appropriate forum for my question, I did try to consider this but I'm just not sure, so I apologize upfront if it is not. I want to make a program with a feature similar to WinZip's ability to create a self-extracting archive, i.e. I want my program to generate an executable with embedded resources. The executable code in the assembly will always be the same, so I believe this is a matter of embe ...Show All

  • Visual Studio Tools for Office Programmatically Changing Manifest location

    <p>I’ve created an XSD to be used as placeholders in documents. At runtime I’m iterating through the nodes and filling in the correct values. The problem comes that I would like the manifest file to reside on a location that I can’t replicate locally. In my case I have the manifest file stored at http://myco/deployment/manifest.xml, but for the end users it’ll be accessed as http://intranet.theirco/somesite/manifest.xml. What I need to do ...Show All

©2008 Software Development Network

powered by phorum