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

Software Development Network >> Jagdish Kumar's Q&A profile

Jagdish Kumar

Member List

Dottj
arists
sugrhigh
Nidal-Fouad-Hajj-Youssef
Arindam Biswas
vTyphoon
Cryton
tackett
hazz
Pascal Mignot
Zadoras
dmadrian
James Miles
Aatu
Paarul
sbogollu
Sudheer Kandali
rautchetan
snowsquirrel
Shrek.NET
Only Title

Jagdish Kumar's Q&A profile

  • SQL Server SQL Server 2005 "Login failed for user" sa

    I have not been able to install SQL Express SP2 (standard or advanced) on Vista Ultimate (RTM). Every time I try to install, I get the following error message: SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for more information. When I check the logs, the only information I can find that is at all useful is: Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Mar 01 21:35:42 2007 Service MSSQL$SQLEXPRESS with parameters '-m SqlSetup -Q -qSQL_Latin1_General_CP1_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Mar 01 21:35:42 2007 SQL service MSSQL$SQ ...Show All

  • Visual C++ This code snippet makes no sense...

    I've come across some code syntax I've never seen. It compiled, but I don't know how, or what it even does! I've been reading a book about DirectX, and in one of the examples, this little piece of code was present: D3DXMATRIX *D3DXMatrixIdentity(D3DXMATRIX *pout); "D3DXMATRIX" is a type, of course. And "D3DXMatrixIdentity" is a function, of course. Now I don't see how this works. Okay, to break it down, first we have a type, which is D3DXMATRIX, then we have the indirection-operator (which I assume is a pointer), and then we have a function (perhaps a call) with a new D3DXMATRIX (pointer) as it's only parameter. How the heck does this work It isn't just a regular function-call. It isn't a function-call that' ...Show All

  • .NET Development SortedList

    First I made it like this: SortedList^ probcode; probcode= gcnew SortedList; probcode->Add((Object^) 1 ,L "There is a problem" ); probcode->Add((Object^) 2 ,L "Its too hot" ); probcode->Add((Object^) 3 ,L "Its too cold" ); It didn't work (Failed on comparing two items in mscorlib.dll), so I made it like this: SortedList^ probcode; probcode= gcnew SortedList; probcode->Add( "1" ,L "There is a problem" ); probcode->Add( "2" ,L "Its too hot" ); probcode->Add( "3" ,L "Its too cold" ); And it worked. Why   Is this code fine SortedList^ probcode; probcode= gcnew SortedList; probcode->Add((Object^ ) 1 ,L "There is a problem" ); probcode->Add ...Show All

  • Visual Studio Express Editions Can't find compiled program

    I compiled the Hello World program with no erors, but i can't find the .exe file for the program Use the windows search function. In this case, search for files named hello*.exe, or maybe just hello. It will find all files with the work "hello" in the name. I suspect there are not very many of those. Let it search all of your drives and eventually it will find your file. ...Show All

  • Windows Forms How do I verify if a file exists before I try to open it (csv) for writing openmode...

    I have a program the writes to a cvs file but I need to kill(c:\\file.cvs) before I open it, but if the file does not exist i get an error how can i validate the file.cvs exist before I try to kill it IE if file.cvs exist then kill(c:\file.cvs) end if If system . IO . File . Exists (" c:\File.cvs" ) then Kill("C:\file.cvs") end If ...Show All

  • Software Development for Windows Vista InkCanvas selection adorner

    Hello. Is there any way to modify the default selection adorner in an InkCanvas For example, I would like to make the resize handles round instead of square, change their color, or even enable/disable some of them depending on the element selected. If this is not possible with InkCanvas, where should I start to building towards this result Thank you. I have posted the sample code here: http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=9f509be2-b3e9-4bce-aaba-273ace83de2a Thanks, Stefan Wick ...Show All

  • Visual Basic Sending text to another PC

    I am now trying to test the TcpClient and TcpListener, but the program just crashes every time. Is this something to do with the prgram or my computer If either, what is it! Ant_59 wrote: I am now trying to test the TcpClient and TcpListener, but the program just crashes every time. Is this something to do with the prgram or my computer If either, what is it! Without seeing the source code there's no way to tell. ...Show All

  • Visual FoxPro FOXPRO running slow on POS Machine

    Hi guys, Me running Ximeta netdisk RAID 1 on FOXPRO Programming, 2 POS Machine are running slow on the programmed menu buttons. I am linking them to a full mode Switch 10/100 Ethernet. Can anyone help me So what's your take on this Hi, What is the speed to copy few MB files from server to POS machine Is your query optimized Any antivirus installed ...Show All

  • .NET Development File Name cannot be more than 248

    Hi, I am reading file information on NAS Shares using the Directory and FileInfo classes. The problem is that when I try and read the attributes of a file which is inside many folders for ex Share\Folder1\Folder2\..... File I get the exception "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." How do I get the attibutes for the file Thanks in advance, Soni That is correct , you will be getting PathTooLongException , to avoid this what you can follow following approach. Go to particular by going to subdirectory , you can get subdirectory by calling d ...Show All

  • Internet Explorer Development SHIFT+R improves image quality CTRL+F5........

    Hi All of a sudden on almost every web page i get poor distortioned images which when my cursor goes above the image i get the message : "SHIFT+R improves image quality CTRL+F5 reloads the whole page" I obviously dont want do that everytime a am on the web...Why has it started doing that all of a sudden and how to avoid this problem so my the images display properly I am using IE6. Any advice is appreciated... Thanks in advance... Laila I found a simple answer and it works for me. I am using Orange, not Vodafone, but I guess it will work in your case too. Once I figured out on forums, there is some javascript injected I went looking for it. I used "View source" option for that and in the first line I had ...Show All

  • Software Development for Windows Vista July CTP breakpoint on state machine workflow can't open the workflow designer

    Dear all, I am trying to debug a state machine workflow in the July CTP of WF. I have set a breakpoint on the state machine workflow, but when I debug and the breakpoint is hit, I get: Dear Tom, That is true, but I still get the error on first opening the solution, then the workflow designer, even when the whole solution has been built successfully. A rebuild is necessary to clear the error. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is a graphics engine?

    Ok just what is a graphics engine i am very good at making algorithms to describe what happens to something or calculating various things that would happen in a game but i am completely clueless when it comes to graphics. Does a graphics engine take care of actually displaying my stuff on screen In other words I tell it the objects location in 3d space, its direction, and it takes care of the actually displaying the scene. How do I determine what was clicked In business programming I double click the control and it brings up the event handler for the control. In a game environment do I have to calculate based off of mouse position what was clicked. If I do have to calculate mouse position do i loop through everything that is ...Show All

  • Windows Forms Application.ThreadException and AppDomain.CurrentDomain.UnhandledException events

    Hi My code looks like the following: static void Main( string [] Args) { // Creates an instance of the methods that will handle the exception. CustomExceptionHandler eh = new CustomExceptionHandler (); // Adds the event handler to to the event. Application .ThreadException += new ThreadExceptionEventHandler (eh.OnThreadException); // Set the unhandled exception mode to force all Windows Forms errors to go through // our handler. Application .SetUnhandledExceptionMode( UnhandledExceptionMode .CatchException); // Add the event handler for handling non-UI thread exceptions to the event. AppDomain .CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler (e ...Show All

  • SQL Server Interpret HTML contents within sqlserver reports

    How can i interpret HTML contents with sqlserver report using custom code ...Show All

  • Visual C# Time scheduling algorithm

    Hi all, Im interested in the ideas you will generate on the following problem. Say you have 11 departments and each department has come up with their own innovative brand of products and there is a scheduled presentation day for all these products. Each brand has 1 - 3 creators (a team) that will be both presenting their product for one hour (to three teams) and evaluating other products (each team evaluates 3 other teams in 20 min intervals) for another hour. The presentation lasts 8 hours and the goal is to have the presentation and evaluations back to back (or as much as possible). Note that there could be as many as 140 teams across different departments which all need to grade and be graded. However, there are some restrictions: 1 - ...Show All

©2008 Software Development Network