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

Software Development Network >> Mahesh kumara's Q&A profile

Mahesh kumara

Member List

hrubesh
seu
NailSR
Can-Ann
djm-web
the emrah
Majid.vagheeian
eric_from_nj
GeoB
Steveinbeloit
Bader Cheema
Apple I
helsingfors
M Thomas
Jehan Badshah
kirillkin
Hemant Hindlekar
KitGreen
Noah Nadeau
Malik01
Only Title

Mahesh kumara's Q&A profile

  • Visual Basic Threading tutorial

    Anyone know of a good online threading tutorial for VB.NET 2.0 There's plenty on pre-version 2.0 but the Suspend and Resume methods are now obsolete and maybe other changes have been made. I found a good one at: http://www.nostarch.com/download/vb2005_ch11.pdf but it only goes so far. Thanks.... http://msdn2.microsoft.com/en-us/library/system.threading.thread.aspx http://msdn2.microsoft.com/en-us/library/e1dx6b2h.aspx http://msdn2.microsoft.com/en-us/library/6kac2kdh.aspx Hope that helps! :-) ...Show All

  • SQL Server SqlCeRemoteDataAccess Pull issue with ConnectionString

    I am using a tested connection string. when I execute the following code: Me .Cursor = Cursors.WaitCursor Try clsRDA.VerifyDatabaseExists() clsRDA.DeleTable( "WorkOrder" ) Dim rda As SqlCeRemoteDataAccess rda = clsRDA.GetRDAObject() rda.Pull( "WorkOrder" , "SELECT * FROM WorkOrder" , My .Settings.RemoteAbacBillConnectionString, RdaTrackOption.TrackingOnWithIndexes, "WorkOrder_Errors" ) Catch ex As Exception MsgBox(ex.Message) Finally Me .Cursor = Cursors.Default End Try I get the following error: Failure to open SQL Server with given connect string. What is the result of My .Settings.RemoteAbacBillConnectionString Th ...Show All

  • Audio and Video Development Error event while media session is running

    I'm getting an error event while the session is running (in the loop of the event handling). This event is ERROR_SXS_MANIFEST_FORMAT_ERROR and I didn't found any usefull information as to the cause of this error. I have a custom source that send a single frame from a picture and a sink that saves the frame into a file. When I connect the source to the sink all is fine, and the frame is being saved. When I enter a MFT between them I get the error. I don't know where this error comes from, or what is the meaning of it. Can anyone explain to me what this error means Thanks. Hi, Here are some answers to your questions. Thanks for the replay. 1. This error arrives via MEError, The hrStatus I ...Show All

  • SQL Server How to change a table's datasetname property at runtime ?

    I have a table with 3 columns. I have 4 separate datasets that output different data with the same column names. What I'd like to be able to do is, have a viewer click a textbox or whatever and change the datasetname property of the table and refresh the report. I don't want to have to have 4 separate reports. Thanks in Advance. ...Show All

  • Visual Basic Convert Date string format

    I have Date as a string in dd-mm-yy, hh:MM" format 03-08-06, 19:33 . How do I convert it to Date in yyyy--mm-dd hh:mm format. The problem is my OS has datetime format set up as mm/dd/yyyy. I collect data from differnt website which can have different formats. This one is in dd-mm-yy hh:mm format. So conversion can never be correct . Is there any method to convert date which accept source format and target format ...Show All

  • Visual C++ Calling C++/CLI dll from C#

    I work on an app that controls a Canon camera in C#. Until now, I used a common C# wrapper for their SDK. They have a new SDK. So, I wrote a wrapper in C++/CLI. But, it stopped working, it gives an error : The specified module could not be found. (Exception from HRESULT: 0x8007007E). I found on my notebook that creating a vanilla C++/CLI dll with a simple method, and calling it from C#, compiles but gives this error. On my desktop, however, it works fine. So, I rebuilt the wrapper dll, and integrated it into my app. The same dll, with the same manifest file ( it's also got one embedded ), gives this error in my app, but runs in a very simple app ( which just calls the same methods ). I think the problem is WinSxS ( which has been an ...Show All

  • Visual Studio Express Editions Trouble creating new win32 application

    Hi. I am new to c++, using SDL to get me started. I am having a problem creating the right project, as you can see from the following screenshot, the choice to make a "windows application" after choosing win32 is disabled. Creating a console application makes the black DOS box appear behind my compiled application all the time. Can anyone tell me how to enable the windows application choice The screenshot is here: http://cs.welknet.com/choice.JPG Thankyou! Thankyou Brendan, those steps worked! I recently downloaded the PSDK but didn't add the lib/includes or change the config files for VC. Thanks again! ...Show All

  • Windows Forms accessing http headers in .NET 2.0 WebBrowser Control

    I am using the WebBrowser Control in my application and I need to somehow access the HTTP headers of the HTTP Request in order to obtain a cookie that is passed from the browser to the server during the submit. The cookie is a temporary one, it is not possible to access it on the file system because it doesn't get saved to a file. Many thanks to anyone that can help, Michael The only thing I could find was WebBrowser.Document.Cookie but it's a string (not a collection) and it gives me just one of the cookies, actually not the one I'm looking for. I'm using a sniffer and I can see that the HTTP Request contains more cookies. It's possible that the Document.Cookie is the cookie in the HTTP Response no ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Alien Cow Abduction XNA - demo

    Be kind please! This was originally going to be just a sidescrolling background, as I was having problems figuring out how to work the gui. However, it evolved into this game demo of Alien Cow Abduction Features: sprites, keyboard movement (arrows, space, escape to exit) scrolling background, missile , collision detection b/w missile and cow (simple collision detection.... kinda works) text on the screen too much hard coding! :) anyways.. check the remarks on the file for more links and info. screen shot Project in RAR variables for speed can be changes in the : hero, missile ,cow and planet class ( sidescroller rotation) Any comments would be great.. -Ray UPDATE - 9-5-06 I just learned about ...Show All

  • Visual Studio Team System Problem checking solution into TFS - Unspec error in csolutionconnection.cpp

    I am trying to check an existing solution into TFS and I get the following error; Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: Unspecified error File: vsee\pkgs\vssprovider\csolutionconnection.cpp Line number: 10592 The solution contains 68 projects has 3,524 files in 557 folders and totals around 173Mb in total. While this is not your typical solution size I guess, I am lead to believe this shouldn't be an issue for TFS. The steps I am following are basically as follows; Double click the .sln file to open the solution Right-click the solution in the solution explorer and select 'Add Solution to Source Control...' in the context menu Select a new source co ...Show All

  • Visual Studio Analyze.exe (2005) crashes

    Hi! We are running an analyze (vss 2005) once a week on our database. Since one day analyze.exe crashes with the popup "Microsoft Visual C++ Runtime Library : Runtime Error! ". The last entry in the log-file is "Running advanced reference verification." The database format is v6. We use SourceSafe2005 clients and adminstrator. Our database is very large (5.5gb). Even MS suggests to keep this size smaller, this should not be a reason for the crashing of analyze.exe. Any ideas Thanks in advance. gofur. I also experience this (or a similar) crash in analyze.exe and have a DMP file. Where can I upload the file Andrew ...Show All

  • Software Development for Windows Vista Rasing an event on HandleExternalEvent activity using Web Services

    Hi, I'm experiencing scenarios on WWF and I designed a Workfflow like this. First Activity : WebServiceActivityInput Second Activity : HandleExternalEvent Third Activity : WebServiceActivityOutput So I can access my workflow from a Web Service but I couldnt find a solution to raise an Event from my UI through a web service, is to possible to do that thanks in advance So a couple of questions: 1) Are you using a configuration file for the WorkflowRuntime If not - you have to add the ExternalDataExchangeService and an implementation of your local service. 2) On the MyEventArgs - I'd for good measure set WaitForIdle to true. Also- if you were using a c ...Show All

  • Visual Basic Call a vb exe in asp

    Can some one help me with calling a vb program within a asp hi, Use ShellExecute command of the Shell ActiveXObject (in javascript) var oShell = new ActiveXObject( "Shell.Application" ); oShell.ShellExecute("Notepad.exe", "", "" , "open" , "1" ); regards, Perumal.R DSRC Pvt. Ltd, Chennai. ...Show All

  • Visual C# Use internet explorer urls

    I'm making a webbrowser. Now i want to load the same urls that IE uses to a combobox, and set them too. In fact, I just want to know how to get access to the IE urls, so i can set/get them in my app. I hope that I am clear enough. Thanks in forward which urls favourites or urls in general urls in general, I believe in the combobox there is a property called autocompletesource, in here, set it to "AllUrl" which will then hopefully show the url's stored in the system as you are typing. in the autocompletemode set it to perhaps suggestAppend to make it complete the urls whilst you are typing and filters the url appropriately as you are typing ...Show All

  • Visual Studio Team System Using MSTest instead of NUnit

    I've been using CruiseControl.NET for a while with NUnit for unittesting and NCover for coverage statistics. However, after upgrading to the VS2005 Team Edition, I would like to use the MSTest suite instead, but I haven't been able to modify my MSBuild script to do this. < ncover workingDirectory = " . " program = " ${ncover.path} " commandLineExe = " ${nunit.path} " commandLineArgs = " ${nunit.project.path} /config=${build.config} /xml=${output.dir}\nunit.log " coverageFile = " ${output.dir}\ncover.log " logFile = " ${output.dir}\coverage.log " failonerror = " true " > < assemblies basedir = " . " > < include name = " **/${application.base.namespace}*.dll " /> < exclude name = " ** ...Show All

©2008 Software Development Network