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

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

JcSO

Member List

Richard Hough
ropley
redshock
ifaber
Xadja
Elurahu
Meher
pwinant
jbtechie
EnigMa_AnGeL
ihackdw
Eric66
toadvine
Hawkson
smoothdogg00
RainyDayz
abzA
Tom Helm
Frank Zehelein
Oaf300092
Only Title

JcSO's Q&A profile

  • Visual Studio Express Editions excel commands with c#

    Does anyone know how to make a selection like "ctrl + shift + down" using C# in a Excel application I wanna get the range from the first cell until the last one with something written in it it depends how you are interacting with Excel. are you filling the values from Excel into a Dataset are you using the Excel/Office/worksheet classes are you just running a process of Excel ...Show All

  • Visual Studio 2008 (Pre-release) InkCanvas networked "whiteboard" session?

    Does anyone know how to "share" an ink canvas and all its content (strokes,etc.) with multiple users via a network so that everyone can view and interact with it In other words, similar to a whiteboard session you can have on Windows... TCP because u ned to be sure that the ink will be sent properly without any unrealability, but it will be slower because of the Ack. ...Show All

  • SQL Server Getting List of Database

    I have a 2 query here ; 1. That get's all the Database in a Server (a) 2. Get's all Table in Database (b) but the problem i ha a.) SELECT table_name = sysobjects . name FROM sysobjects where sysobjects . xtype = 'U' b.) select * from master . dbo . sysdatabases order by name , dbid Is there anyway i can join this query ex. Database containing list of tables Thanks OK, as there two having different scope, one server level and other database level, so these two dont have direct join. We can help you, if you tell us, what exactly you want to achive Why to join thses two object Gurpreet S. Gill ...Show All

  • Visual Studio Team System Error 28922 !!!!!

    had SP1 of visual studio and TFS installed on my server but it didnt work and i had a server failure, so i removed the SP1 after doing this i had this error: " Team Foundation Server does not exist or is not accessible at this time. Technical information (for administrator): HTTP code 503: TF30059: Fatal error while initializing web service " after searching on line i found that there is problem in version number of Microsoft.TeamFoundation.VersionControl.Server.dll file so i changed it to be compatible with TFS version number. by dowing this the following erro appeared " Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 500: Internal Server Error ...Show All

  • Visual Studio problem connecting to MSACCESS database in crystal reports

    HI all, I have a small application which uses the Access database file.I'm using crystal reports to develop the reports.everything is working fine for the first time. 1). when i change the application location the crystalreport viewer is asking for the database file path.I'm storing the database file in the bin folder.Is there any way to dynamically get the address of the database file path,even if we change the application path. 2). if I make a setup of that application is that file will be created with that data while installing the application. or is there any other alternative option for that. looking forward for the solution -GRk I've same problem. Have you any solution Thanks!! anvillcab@hotmail.co ...Show All

  • SQL Server "Upgrade" from 2000 to 2005, version still says 8.0.2039

    I just installed 2005 and accepted all the defaults to upgrade the default instance of 2000 as prompted. However, when I open the SQL Server Mgnt Studio, my server shows 8.0.2039 as the version which is 2000, and I can't restore a backup from another 2005 server, because it gives an error message like it still thinks its 2000. The whole installation process went fine including sp1. I looked in Services to see if there was more than one instance of SQL Server, and there isn't. Also, all my database files are still in the old 2000 (mssql\data) directory. Any ideas, solutions Thanks. Michael So to be clear... I don't have to uninstall either version now. All I have to do is stop all of the current ...Show All

  • Visual Studio How to get info about "Build" parameter

    Hi, Solution Configuration Manager contains the following fields (for active configuration): "Project", "Configuration", "Platform", "Build" My question is how to get access to "Build" boolean property through VC++ automation There is no problem to get the information about Project, Configuration, and Paltfrom names using IVsProjectCfg. Thanks in advance, Vadim G. Sub test_for_build() Dim sbuild As SolutionBuild Dim sconfigs As SolutionConfigurations Dim sconfig1, sconfig2, sconfig3 As SolutionConfiguration Dim scontext1, scontext2, scontext3 As SolutionContext Dim bState As Boolean Dim str As String sbu ...Show All

  • Smart Device Development Loading a BitVector32 or a Bit Array from an Integer

    I'm writing an application (VB.Net Mobile) where I have 16 checkboxes on a form for the user to individually set the state of bits in 16-bit words I've looked at both the BitArray and BitVector32 classes - both appear to have methods for extracting the 16-bit binary value of a bit-mapped array but there doesn't appear to be a method for loading a 16 bit binary value into the bit-mapped arrays. Suggestions Anything's wrong with traditional bitwise operators for packing/unpacking bits http://en.wikipedia.org/wiki/Bitwise_operation You can look up VB.Net syntax on MSDN if you’re not familiar with these. ...Show All

  • Visual Studio Tools for Office Deployment seems to be broken in VSTO... IEcache is never used while in offline mode.

    Hello, The VSTO dll is sitting on a secured site (https). The publication site and path is inserted into ClickOnce, and the VSTO solution is published. While publishing, the document (xls) is stamped with the following information: -ApplicationManifestName: blah.dll -ApplicationManifestVersion: latest.version.number -DeploymentManifestName: full.web.path/file.application -AssemblyName: the name of the .dll file without extension -AssemblyPath: relative path to the newest .dll (latest.version.directory/file.dll) -AssemblyVersion: some other version number ... ok. Here's how I understand this works: -user opens the xls file -path from the dep. manifest name is combined with the assembly path and fetched via I ...Show All

  • Visual Basic vb6->.NET 2.0 conversion 'ByVal sName As Any' argument for c++ 'char szName[128]' param

    what would be the appropriate .NET 2005 equivalent parameter be for this vb6 pinvoke declaration Public Declare Function foo Lib "foo.dll" ( ByVal sName As Any ) where the c++ argument for the parameter sName is is 'char szName[128]' Related question (I hope) I am confused as to when I should use 1. <MarshalAs(UnmanagedType.LPStr)> ByVal sVar as String rather than simply 2. ByVal sVar as String for cases where the vc++ parameter is char *sVar Thank you, -Greg Assume that you have the following C++ function: void foo(char szName[128]) {     for (int i = 0; i < 128; i++)     { &n ...Show All

  • .NET Development Where do I get svcutil.exe?

    I am working through a rmoting lab that uses svcutil.exe, but I don't have it on my computer. I installed the latest Platform SDK and it isn't included. Does anyone know where this tool can be found Thanks! ...Show All

  • Visual Studio Crystal Reports XI R2 into Microsoft Visual Studio 2005

    Hello, I'm having some problem to deploy Crystal Reports XI R2 into Microsoft Visual Studio 2005. I can't find the dll to add into the VS2005 references. I think I need to download the merge modules and run the CrystalReports11_5_NET_2005.msi. But the problem it's I don't have the CrystalReports11_5_NET_2005.msi. I was using the Crystal Reports 10 and it works fine with VS2005. I have all the DLL in the directory C:\Program Files\Common Files\Business Objects\2.7\Managed. But as for the Crystal Reports XI R2, i can't found any DLL like CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource.dll, etc. So could you tell me where I can found it or what I need to do to get it Thank you ...Show All

  • Visual Studio Team System CTP5: Import Schema from remote database causes VS crash

    The above problem was reported here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=686554&SiteID=1 and I reported it at Microsoft Connect here: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=207714 I have had no reply to the Connect posting. My project team are currently assessing whether we push on with using VSTS4DBP (and VSTS in general) and my superiors are reluctant to commit to it as an enterprise*-wide recommendation whilst this glaring bug is in it. If I am to persuade them that VSTS is the way to go then I need to show them that this has been fixed. Please can someone tell me whether it has been fixed in CTP6 Thanks Jamie * Note that the enterpr ...Show All

  • Software Development for Windows Vista No Answer: Converting existing workflow from code based definition to xoml

    Hi, I have very exact problem that is explained here: https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=796006&SiteID=1 The API works, but I get just one element for a fairly complex workflow. How can get a full xoml form of an existing workflow Any help would be appreciated, Alan This post might be of help to you http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=221919&SiteID=1 ...Show All

  • Visual Basic non-modal error

    hello, I have a C# application that calls a VB form in a referenced DLL. The problem is, when I try to run the application on its own, I get an error about how non-modal forms can't be displayed. However, if I have the VB file open and run the dll, the error doesn't come up. Does anyone know what could cause this to happen thanks for any help I'm using frmConnect.Show vbModal, Me to show the form. The error I'm getting is "Non-modal forms cannot be displayed in this host application from an ActiveX DLL, ActiveX Control, or Property Page. The error in C# comes when it tries to do something with the object that cannot connect because the form's error stopped it. ...Show All

©2008 Software Development Network