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

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

CGuyArun

Member List

El_Dibujante
chaboy
SeaBreeze
Grumbal
Chandana Hathi MSFT
rosapdx
williamwon
rishi_rv_2006
alsadykov
Jonathon Howey
D Moroux
Polina
EK4527
AnneF
statscat
blackwidow25
wirelessdeveloper
RudyH
Diego Cánepa
p3n
Only Title

CGuyArun's Q&A profile

  • Smart Device Development How do i enumerate and get process info in WinCE?

    Hi, Is there a utility to enumerate all processes/threads in WinCE so that we can see the current priorty of each thread In linux there's a command called ps which can list processes and info on processes/threads. I am looking for something similar. Also is there a way to do it programatically For some reason my WinCE device SDK doesnt come with the psapi library. is there an alternative API function Anyone ...Show All

  • Visual Studio Express Editions Is there any way to capture the HTML of the current page in a string?

    I'd like to email the current web page. I've figured out how to send email with the SMTPClient object when the client posts the page back to the server. Is there any way to grab the HTML for the page to include in the email I've looked at the Render() method, and it can be overridden, but I don't see a way to grab the HTML that would go back to the client. Thanks, Mike override Render in your page (or an ...Show All

  • SQL Server Rebuild index on a heavy loaded table when my apps is running

    I am using SQL Server for my application and one of the table is very active (insert/delete) and I have to rebuild the index for that table on a regular basis. However, I don't want to stop my application when the index rebuilding is going on. Ideally, I would like to have a script automatically kicked off on a scheduled time. My question is: Is there any risk from rebuilding index while my app is actively updating that table Will my app ...Show All

  • Visual Basic Build Complete Notification Sounds

    I just upgraded to Visual Studio 2005 from VS6.0  and I cannot find any documentation for Visual Studio sounds schemes.  In VS6.0 I could have seperate sounds for "BuildComplete", "BuildError", and "BuildWarning".  In Visual Studio I can only create a sound for VS_BreakpointHit  Are any of the others available Make sure you're calling devenv.com instead of devenv.exe (if you've set up a shor ...Show All

  • Smart Device Development mapirule sample code installation

    Hi, I'm trying to install the mapirule (Win32) sample application that comes with the Windows Mobile 5.0 Smartphone SDK. As per the readme file, I signed the both the dll & cab files with the SDKSamplePrivDeveloper certificate. But the installation fails on the device with the following error message: "Installation was unsuccessful. The program or setting cannot be installed because it does not have sufficient system permissions." ...Show All

  • Windows Forms Help -> Check for Updates

    <rant>This isn't a feature request, or even a bug report, but I could think of no better place to put this rant. 1. Visual Studio was obviously built with the "intent" of providing updates, as per my topic subject.  Everytime I run&n ...Show All

  • Visual Studio Tools for Office Easy one

    Here's an easy question (I hope): When you wrote something for Excel using VBA, it produced an XLA and we called it an "Add-in." When you write .NET code behind Excel using C#, it produces a DLL and we call it...what I'm just looking for the convention here; I can't seem to find anything consistent out there in common usage. DLLs produced for Excel/Word docs - I usually call those "document customizations". Poss ...Show All

  • SQL Server Exception Has been thrown by the target of an invocation

    Getting this error "Exception Has been thrown by the target of an invocation" when trying to create Integration Services Project. Any ideas what can be wrong Thanks. In our case the problem was related to the installation image we used to setup our computers (every PC that used that image had the problem). ...Show All

  • .NET Development How to Use WINDOWS MEDIA ENCODER in ASP.NET

    Web live streaming in ASP.NET using WMENCODER. and broadcast that one. plz help me. This question doesn't relate to " XML and the .NET Framework " forum. Try: http://forums.asp.net/ ...Show All

  • Software Development for Windows Vista hi

    Hi all, Several samples show how to exchange data between host and workflow: define an interface with DataExhangeService attribute on it, implement the service and add the service to the workflowruntime (of configure in web.config). In my state machine I would like to be able to read and write a dataobject in every state. The object I would like to be able to read and write is passed at startup of the workflow instance as a parameter. ...Show All

  • .NET Development Debugging using Visual Studio 2003 when .Net 2.0 is installed

    I have found that once I install the .Net Framework 2.0, I can no longer debug programs using Visual Studio 2003. Please advise, Michael S. Scherotter Business Solutions Architect Mindjet Corporation Can you be more specific about what happens   - what happens when you try to debug under VS2003 - are you doing managed-only, native-only or interop-debugging - what type of project are you trying to debug - can you even debug ...Show All

  • Windows Forms BindingList ListChanging event? Something equivalent?

    I'm using a BindingList<> in my data structure so that the list contents can be bound to a DataGridView. I'm also listening to the ListChanged event, in part because I'm trying to implement undo. The difficulty I'm having is with the delete events (where the change type is ListChangedType.ItemDeleted ). While it gives the index of the deleted item, the item itself has already been deleted at this point so it can't be retrieved in order to ...Show All

  • Windows Forms WebBrowser control hangs on Window.Close()

    At first, I enjoyed the new webbrowser control but then I noticed that the args provided by the events NewWindow3 and BeforeNavigate of the axWebBrowser had not been implemented in the new control. Arg. Good news, the guys from Microsoft gave us the a workaround recently in C# and said they will publish a sample soon on MSDN. In the mean time, here is some VB.net code inspired from Microsoft's C# that will give you 2 new events an ...Show All

  • Software Development for Windows Vista ServicedComponent SQLServer and Oracle10g Issue.

    Hi everyone, I am facing little problem with Enterprize Services in .NET 1.1. I am doing simple thing. I have written a class which inherits ServicedComponent. it has 2 methods. InsertDb1 and InsertDb2. one inserts record in SQLServer and another Inserts record in Oracle10g using ODP.NET. Problem is , if i call this class from windows application it works perfectly fine. but if i do the same thing with Web application it does not. ...Show All

  • Visual Basic Is this possible?

    is it possible to control another app Like if i click a button on my app, on the other app the textbox fills up with the text "hello"   Hi, Well, in a way. Yes its quite possible, if the application exposes an API for other programs to be able to manipulate them. Same in API's providedby office products (word, excel).   cheers, Paul June A.Domag ...Show All

©2008 Software Development Network

powered by phorum