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

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

Sreepada

Member List

Speedlearner
codputer
Mark Bennett112838
ahamilton
Cool Eithen
Arnaud Prost
WiGo
gabylevy
Matt Grove
severino
GriffinSmith
Calve
BBes
sswater shi
twad5
SrihariKilari
RoviWil
Christian38
IDB
808numbers
Only Title

Sreepada's Q&A profile

  • Visual Studio Running ANALYZE utility over network issue

    I have a question/issue about running the ANALYZE utility over the network in a script (DOS batch file). This batch file job only checks for errors, does not try to fix them, and will be scheduled to run every Sunday when no one is working. For standardization reasons, my network people would like me to schedule and run this batch file from a different server than server VSS is installed on. So, I created a batch file which does all the thin ...Show All

  • Windows Forms Config File in VS.NET?

    I created a simple windows forms application.  In a web app you have the web.config and VS.NET has a web.config in its list of files to create. I have read that a windows forms app has a app.config or a app.exe.config   Why is there&n ...Show All

  • SQL Server System.Web.Services.Protocols.SoapException: The item '/foldername' cannot be found

    I am trying to figure out how to correctly reference the directory to my subscriptions: Dim subs As Subscription() = rs.ListSubscriptions( "/SSS" , Nothing ) System.Web.Services.Protocols.SoapException: The item '/Hedi' cannot be found. ---> FYI: I replaced sss for privacy purposes only here Does /SSS exist in the catalog For ListSubscriptions() to work, the item must exist in the catalog and either be a report or a link ...Show All

  • Software Development for Windows Vista Problem with SQLStatePersistence

    I added the sqlpersistence service to my Workflowruntime (with a valid connection string). I have two events that i will trigger: SubmitEvent, and ScanEvent.. When I call my submit event the workflow gets to a new state where it is waiting for the scan event..\ At this point the workflow instance is idled. Now when I raise the ScanEvent with the same instance ID i get an error EventDeliveryfailed for the instance ID.. When I look in the innerexc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Anti-aliased sprites (and how I don't want them).

    I'm trying to display 2d images on screen using the Sprite class in Managed DirectX (C#) but unfortunately they always come out blurred.  As far as I can tell, I'm using the correct sizes for the source and destination rectangles (and I've experimented by varying the sizes; e.g. the increase dimensions by 1 pixel to sort out sizing problems) and my texture is loaded using either point filtering or no filtering. The sprite never comes out as ...Show All

  • .NET Development screen resolution

    hi does know anyone how to change the screen resolution from an application http://www.codeproject.com/csharp/CSDynamicScrRes.asp Hope this helps ...Show All

  • Windows Forms Cancelling the Validating event

    Hi, I have an MDI app that opens an MdiChild form where I have some TextBoxes and I run some Validating logic. I use the ErrorProvider control and the Event Validating over the TextBoxes. It all works fine, except that 'while' I still don& ...Show All

  • Visual Studio Team System Accessing work item history from API

    How do I access the work item history from the API I want to traverse the history of the work item by entry if possible. If it is not possible, a string with all the history will help too. Thanks Hello You can fetch the work item of a particular revision from Work Item Store and then access the History Field to get the History. A sample code is here: WorkItem wi1 = WIStore.GetWorkItem(wi.Id); wi1.Open( ...Show All

  • Visual C# Two clients, server and TCP

    Hi, I'm learning .NET Framework 2 so I've got an basci question. I'd like to write simple program to communicate between programs. There is one server, which recives messages from a client and sends it to another client (using TCP). How to do that I found TCPClient and TCPListener classes. I tried to use them but I don't know how. Thanks in advance. Wojteq see here http://www.c-sharpcorner.com/Remo ...Show All

  • Visual C# yahoo status bar effect??

    how can i n make my app to show the blinking thing in status bar.. like Yahoo mess.. mirc.. msn does.. when recive a message thanks a lost man.. but i have a little problem... it only stay 2 sec in flash mode and then .. goes off.. how do i make to stay.. permatly.. or untill the user clicks taht window ...Show All

  • Visual Studio Team System What test framework/technique should one use for testing web pages?

    Situation: I have a number of pages that require passing information back and forth via Query Strings or POSTs. I would like to apply unit tests to each of the components on the page. As an example: http://homesite.com/landingpage.aspx a=UNIQUEIDHERE I want to write a unit test to a: make sure if the correct uniqueID is passed in, it is parsed correctly b: if they key is no longer valid, the page is redirected correctly Options: It would ...Show All

  • Software Development for Windows Vista WinFX RTC December 2005 Not working with December Vista SDK

    I have tried most of the solution on this thread but it still does not  work for me.  I running this on win2003 sp1 any suggestion Thanks Teddy, I received the log you sent me and assigned it to one of our testers. I'll post and reply to you when we figure out what was going wrong for you.     ...Show All

  • Windows Forms detecting treeview item state change

    I have subclassed a treeview, and am trying to detect when an (any) node goes bold. I tried: static int CALLBACK SubTreeProc(HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) {     LRESULT result;     HTREEITEM hParent;     result = CallWindowProc(g_OrgProc, hWnd, wMessage, wParam, lParam);     if(wMessage == WM_NOTIFY){         LPNMTREEVIEW  n ...Show All

  • .NET Development Help with ODBC Connection from Windows App

    Hi, I have some code which works perfectly from an asp.net 2.0 application to connect to a database create a command/dataadapter, and return the dataset.  But when I try to run this same code, with the same libraries referenced I get this error:   "ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"  Here is the code from the windows app, I actually get it when I ...Show All

  • SQL Server Check Connection Exist

    Lets say I have created an excel connection to an excel file. During/Before runtime, I have deleted the file. Is there any way for me to detect if the connection exists or not, and if the connection does not exist, skip a particular data flow process Hi there, You have a couple of options: 1. Use a script task to call out to System.IO.File.Exists to confirm the file exists. This will mean you'll have to get the ...Show All

©2008 Software Development Network

powered by phorum