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

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

saju

Member List

Martin McNally
jfkrueger
BogN
rsedor
vmmdesai
MARK E6581
MRF
Simon Jefferies
lulaleila78
lothi14
martinabooker
_cham
csharpener
Darren Whobrey
vidya_084
Glenn Davis
Larry_Pope
MatrixCoder
chubalot
Keith Ball
Only Title

saju's Q&A profile

  • Smart Device Development Problems to deploy device applications to Pocket PC

    Hello. I'm having some problem. When I try to deploy any device project to the pocket pc. The VS 2005 Beta 2 advices the wasn't possible to create a connection or there is insufficient space. What is happening RUI MORAES i'm having the same problem, the same message... "To 'Pocket PC 2003 SE Emulator' Connection failed. Could not correct to network. Verify network configuration." How did you solve this probl ...Show All

  • Visual C++ Print Preview Issue

    Hey, Heres the problem.  I use the OnFilePrintPreview and OnEndPrintPreview methods of the various views.  I have overridden these methods just for some appilication specific calls, but at the end of that i still call the base class for these methods.  That all works well but when I preview a document and then open another document it fails,  basically i want to be able to call the OnEndPrintPreview method when i op ...Show All

  • Visual Studio Team System TFS RTM: Error loading Microsoft.TeamFoundation.WorkItemTracking.Server.EventFilter ...

    I have the same problem than the one that is described here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=255430&SiteID=1 Except that i have installed the RTM release (clean install). Unfortunately, there is not a solution available for the above mentioned thread. Does anyone have an idea Best Regards, Joachim Roppert Meanwhile, i figured out that all the DLLs that are located in &qu ...Show All

  • .NET Development VSA obsolete in FW2.0?

    The namespaces Microsoft.VSA, Microsoft.JScript.VSA etc. are marked as obsolete in the documentation of the Framework 2.0 beta-2. I used classes in these namespaces for customizing applications by using JScript's at runtime. Are there any substitutions of the VSA stuff in the new framework or does Microsoft just stop developing this Thanks karlo I am interested in the resolution of this topic as well. We are c ...Show All

  • Visual FoxPro Writing our own code for the Print Button in the Report Preview toolbar VFP 9 using report listener.

    Hi, I want to call my own print dialog box in the print click of the report preview toolbar in VFP 9.0 using reportlisteners. i want to disable the base class functinality and write my own functionality in the button. -Venkat You may override OnPreviewClose event of your ReportLister class. DEFINE CLASS myRL AS ReportListener    ListenerType = 1      ....   &nb ...Show All

  • Windows Forms Data Grid View with Databinding

    Hi, I'm having a problem with Data Grid view control. Its is bind to a sql server 2005 table and it is displaying data. The problem i have is that I can't manage to capture that data and copy it into excel file. If someon knows how to capture it so that i can copy it into an Excel file. P.S I have one butoon which is select all, I want it to select all rows and then when i place copy it should export to Excel. Any specific prope ...Show All

  • .NET Development ASCII characters

    does anyone know how i can use em in a string using C# i know for sure that (char)13 and Chr(13) dont work. All strings in C# are Unicode - so you can do   "\u000D"  ...Show All

  • Visual Studio Team System needed: How-to guides for new users

    example: to setup a team system project for an asp.net web service do this.... also: this will not work.... for example I was trying to setup a web and tfs on one server. can it be done if so how to do it keep it short, to the point,  like: you can do it if you follow the standard install and then do this.... also I was looking for a how-to /  walk tru for this but what I found was way to much info and not enought steps-to-follow. ...Show All

  • Visual Studio Express Editions Form with many buttons slow when form is refreshed on VBexpress yet fast on VB6, why?

    Hi, I am new to VB exp 2005. I am currently making a simple program that has 1 form and 100 buttons on it. When I run the program, I could notice the PAINTING process of the buttons. I mean, I could see some uncompletely displayed buttons while the others are already visible. This problem could also be seen when I MINIMIZED, then MAXIMIZED the form. I made an identical program using VB6. And ofcourse the response was faster. Is there any other w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. AudioVideoPlayback

    Okay.. Is it possible to display the Artist/Music name with the class Audio of the namespace AudioVideoPlayback Actually.. I'm afraid it's not possible, coz I've seen it's properties at msdn and there isn't the Author or something similar to that on this class, while there is a Author Property on the class Video of the same namespace.. so.. how can I get these information of the mp3 file is there any meta-data on the mp3 files I can retreive ...Show All

  • Smart Device Development WebReference Change Static to Dynamic Setting not working

    I have a Web Reference in my code in which I want to change the URL Behavior from static to dynmaic.  When I do so nothing happens. I look in the app.config file hoping to see the url reference and nothing has changed. I also have checked the reference.vb file and it still is hard coded and not referencing the app.config file. Anyone know what is going on   Hasn't anyone else run into ...Show All

  • SQL Server cannot install integration services

    Hi! During the installation of integration services (SQL 05 Developer RTM) I get the following error: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.dll in the COM+ catalog. Error: -2146233087 Error message: Unknown error 0x80131501 Error description: Failed to generate type library 'C:\Programme\Microsof ...Show All

  • SQL Server I changed a report name, and get error "Execution 'fralkj45eeyh0te5opip4455' cannot be found " when run it.

    hi What I did is in VS2005, right click the report name, change it and then rebuilt it, deploy it. And then go to Report Manager, I can see the new one, but when i run it, it shows this error: Execution 'fralkj45eeyh0te5opip4455' cannot be found what does this mean, does anybody know how to fix it thanks. It should be fine after changing the name. I delete it from report manager, and re-build ...Show All

  • SQL Server NEED HELP - Merge Replication with SQL Server 2000

    Hi, I posted about this before, and set out on my own to get this working, and haven't been able to.  I'm trying to get merge replication working with my SQL server 2000, and after 2 weeks I still have nothing.  I've gone through multiple 'walkthroughs' which all brought me to the same point.  I'm getting down to crunch time, and I'm either going to use this or implement my own merge algorigthm (I'd much rather use this).  So ...Show All

  • Windows Forms Is there a built in Most Recently Used (MRU) class?

    I want to implement a MRU list for recent files in my Windows Forms application, and I want the data to be stored in the user.settings file. This seems like a very common task, so I'm wondering if there is something like this built into the framework. Or available somewhere else. Any thoughts Thanks! Erick This  CRecentFileList  leads to Add Command Handlers for MRU Menu Items in MFC Application Looks ...Show All

©2008 Software Development Network

powered by phorum