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

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

bobk544

Member List

sailorscott
Nisith B Paul
Don Tran
igibbwiz
JoyceM
Marc-Andre
Raghuram_816
R.Nargang
JonyBGood2
melonboy
Rockyl
Vinit Asher
Nathan Yokoyama
WoodyJ
Awaken
whosthatguy
Deobrat Singh
klika84
William the Armadillo
BpBonnett
Only Title

bobk544's Q&A profile

  • Visual Studio Express Editions sub Main; file specified in vbp Form= does not appear to be present in project

    I'm getting an error "Error 1 'Sub Main' was not found in 'OEAPIDemo.frmFolders'. " compiling a project that was created from a vb6 project using the upgrade wizard. I have 2 questions: 1. There is no sub Main in the vb6 project. For the VB Express project, should I just create an empty sub Main Where does it belong within the sequence of files in the project, or does it matter    sub Main    end sub ...Show All

  • Visual Studio Tools for Office Conflict between Word and Outlook

    Hi, I hope you guys can help me with this problem: I have a couple of VSTO customized Word Templates that create Outlook objects as part of their normal functionality. When I close and reopen this templates, the logic in the document behaves in a really weird way: Some controls won't work, some initial events are skipped, basically the action pane becomes useless... I have seen this kind of problem before, caused by the Word instance th ...Show All

  • Visual Studio Team System Document and Reports not available in VS.NET 2005

    Hi, When I connect to TFS with VS.NET 2005 the documents and reports are not available to me through the IDE. I'm member of the Team Foundation Administrators and the project administrators. When I connect to TFS from the server itself I have access to the documents and reports. I can also connect to the reports via my browser. Thanks Jay Take a look at this thread: http://forums.microsoft.com ...Show All

  • Windows Forms How to disconnect the data in DataGridView?

    I have a DataGridView which is being populated during the form load event. private void PopulateEventLog() { SqlParameter [] arParms = new SqlParameter [1]; arParms[0] = new SqlParameter ( "@LoanApplicationId" , SqlDbType .Int); arParms[0].Value = LoanApplicationID; SqlHelper .FillDataset( DBService .SQL_CONNECTION, "GetEventLog" , _dsEventLog, new string [] { "EventLog" }, ...Show All

  • SQL Server Send Muti-Values to Stored Proc?

    Hi all, I am not too sure whether someone asked this question before, but I am thinking is there a way to send multi-values (selected from a multi-value parameter) and send it to a stored procedure from a DataSet in reports Anyone have any idea how to go about this please help out. Thanks in advance. Daren If the data source type is "SQL Server" or "Oracle", binding a multi valu ...Show All

  • SQL Server SQL Server 2005 Management Studio error when open connection to remote SQL server

    The PC is a Windows XP Pro SP2, with IE 7 beta2 7.0.5299.0 , Firefox 1.5.0.1 The following are currently isntalled, VS.Net 2003, VS 2005 team for software developer, SQL 2003 Dev Edition, SQL 2005 Ent Workstation Components, VSS 2003 and VSS 2005. Everything were happily working until last couple of days then this error started to show up whenever I double click a remote sql server fromt he regiested servers list and open it in the Object Explor ...Show All

  • Software Development for Windows Vista Error in running Windows Workflow Monitor

    I just downloaded the SDK for WWF and unpacked the Working Monitor Tool. It compiles and build successfully using VS2005/SQL Express 2005. But when I ran it, an error pop-ups! It seems that it cannot locate a certain 'HostWorkflowRuntime' component or any dependencies files. What am I missing here if you already install the good version of wwf, try to delete and add once again the references to the workflow assembly and run once again. ...Show All

  • Visual Studio Sorting within a sub report

    I have added a subreport to another report. The subreport has a sortable column. This works fine to sort with when running the report by itself but when run as a subreport and clicking on the sorting I get this error. Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: An unexpected error occ ...Show All

  • Software Development for Windows Vista 2003 Certificate Authority - Custom Policy module

    I made a build of policy module available with Micorsoft Platform SDK Samples for C++ using VC++ IDE. To my surprise, the MS 2003 Server Certificate Authority does not recognize this DLL... But the same dll is recognized by 2000 server CA. Could anyone explain me the reason for this behaviour. Reference from :Microsoft Platform SDK\Samples\Security\CertServices\Policy\C++\Windows2000, and the read me file says, the code is supported for ...Show All

  • Visual C# Are strings any easier in the new C#?

    I stopped using C# about a year ago. I hated the complexity of using strings. Gone were the days of MyString = "Hello"; I had to now make an object. String manipulation, which was once easy using MID, RTRIM, REPLACE, etc., now is tedious. Anyway, I was wondering if the newest version of C# has made it any easier Brian, thanks for your reply   Blair, any dentists in your family ...Show All

  • SQL Server Connection Issues

    Hi, I have sql express server running on a network pc. I have created an application on the same pc that is able to access the data contained within the sql express server. I have depolyed the application to another network pc, but it is not able to access the same data. I have also installed 'ssmse', this cant connect to the database either I have enabled the TCP/IP Protocol on the server, enabled the browser service, disabled the fire ...Show All

  • Visual C++ Japanese Application

    Hi I developed an Jananese application in MFC (VS 7.2). When i run this application in Japanese Windows its working fine, if i run in other then japanese it display charactors. How can i solve this problem Manoj Jangid I haven’t really tried this stuff but the subject "Languages, Locales, and Keyboard Layouts" might help: http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windows ...Show All

  • Visual Studio Express Editions WME - Heelp

    I hawe radio station and streaming OnLine with WME.. But i hawe a litle problem..Anyone know to tell me howe to Clients se what is played on the radio... ARTIS - TITLE .... And somthing another do hawe some skript baners to show when is online when i m offline from the radio station.. Its for FORUM..... Thanks ReneeC wrote: I'd love to see your approach (in code that is.) ...Show All

  • SQL Server table or view doesn't exist

    Hello I am trying to run a select statement in Java against SQL Server 2K. But I keep getting an error saying that the table doesn't exist. Is this a problem with my SQL statement select * from counting I also tried select * from dbo.counting my connection url is jdbc:microsoft:sqlserver://IS-0081526:1433;databaseName=bail; I can run these queries from Query analyzer I am able to run them with the same account and login. ...Show All

  • Windows Forms Accessing a listview like control in another application using C#

    Hi I have a program that needs to capture data in another applications listview like control and then display this in my own program. I have managed to get the window handle and I realise that im probably going to have to use the windows API however i do not know what funtions i need to use or how to get the data from the control. I have used Spy++ and have found the control is on the fith level. Can anyone give me any pointers or link me ...Show All

©2008 Software Development Network

powered by phorum