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

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

jstacy

Member List

Cyrus1985
MNorbex
Moojjoo
cb3431
cbakopanos
DarkOmen
naru160426
AleV
hushtech
mcerisano
Sayeed
NavneetSharma
ajakeman
C#2006
Morious
Comet87
Snouto
Bastari
Xerxes
Sunchaser
Only Title

jstacy's Q&A profile

  • Windows Forms Looking for a non-MDI strategy

    Are there any strategies for developing a .Net application where some of the user interfaces are broken into smaller peices and can be re-joined at runtime The purpose of this is so multiple developers can each work on a peice or section of the user interface without having to wait for someone else to finish. One idea we have is to use a tab control with multiple pages, but not sure about how to dynamically insert those pages into the tab con ...Show All

  • SQL Server Imaging System - SQL Server 2000 / 2005 or Oracle10g

    I have written a little "imaging system" basically a web page that allows users to upload documents and it stores them in SQL Server 2000 DB. This DB has a Full Text Index setup against the image column which provides the users with full text search capabilities. Another web page allows users to search, version, and display the documents in a browser. It actually works pretty well, maybe too well. I am now asked to expand t ...Show All

  • SQL Server Disk usage Report

    There needs to be two levels of disk usage reports, one that just reads the meta data (similar to 2000 functionality), and displays the pretty graphs, and then the one that is currently available that does the index analysis and so on. I have a 1.2 TB database on 2005 and it takes forever to pull up that report (which my client has decided they love)... Also, I do not know how hard it would be to keep a running analysis of database/index frag ...Show All

  • Visual Studio 2008 (Pre-release) Model-View-ViewModel

    Hello, I want to build a bigger application with WPF and it should have a structure like MVC. I heard about the Model-View-ViewModel Pattern but I have never seen an example of how a ViewModel looks like. I don't want to have all that event-code in my code-behind file and thats why I am thinking of the ViewModel Pattern. I want to be able to seperate my business logic from the ui. Any suggestions or hints Thanks ...Show All

  • SQL Server Copy SSRS 2005 Reports & Data Sources from Production Server to New Test Server

    I need to create a copy of my existing SSRS 2005 reports from SQL 2005 on my production server to my new test server.  I am not sure how to port everything over.  I may have to just redeploy the reports...that's fine with me, but just windering if there was a tool to tell SQL 2005 to create a separate non-related copy of everything in my current SSRS Production server to my new test server. Also what's the best way to manage the de ...Show All

  • SQL Server SQL Server 2005 Management Studio

    Hi there Does anyone know how to change the default directory for all the files Management Studio uses The default is My Documents\SQL Server Management Studio. In particular i want to change where it stores the VSsettings file. I managed to do this for Visual Studio, moving everything from My Documents\Visual Studio 2005 Regards, Richard ...Show All

  • Visual Studio Tools for Office Accessing a Control on a Outlook Custom Form in VSTO 2005

    i've added a Combobox to a Custom Form, based on the Appointment Form. Now i would like to be able to access this control from my VSTO 2005 code (C#) but i'm not sure how - anybody tried this The result should be a populated Combobox with data from a Web Service. Hope anybody can give me a pointer to a solution! Martin, Are you talking about a custom Outlook form or a custom .NET Windows for ...Show All

  • Visual Basic Need Help with TreeVIew Logic

    I am trying to fill the TreeView with all of the folders in my outlook. The code below work to just 2 folders deep. I need to have it go probably 10 deep. I have looked at a bunch of examples but can't seem to grasp the logic. Any Ideas or guidance you can offer would be appreciated. Thanks Steve Imports Outlook = Microsoft.Office.Interop.Outlook Imports olNamespace = Microsoft.Office.Interop.Outlook.NameSpace Priva ...Show All

  • SQL Server SQL Server Management Studio Express CTP problem

    I have installed the SQL Server 2005 Express edition as well as the SQL Server Management Studio Express CTP. However on clicking the StartMenu -->Microsoft SQL Server 2005-->SQL Server Management Studio Express CTP the application does not open. It gives no error no pop ups nothing at all. Then I went to the folder C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE and double clicked on the ssmsee.exe and still nothin ...Show All

  • .NET Development Sockets and Serialization

    Hi, I'm building a windows forms app that needs to connect to a server farm via the internet. Performance is of the essence. I'm thinking to use .NET remoting but I prefer sockets to avoid the complexity of remoting; the data I need to pass are small in size anyway. For larger data I'll use Web services. I know that sockets connection can pass array of bytes and not objects. Can I pass a serialized object from socket to socket There' ...Show All

  • Windows Forms Edit ArrayList composed of strings in PropertyGrid control

    I have posted this question in Visual C# General but I guess this is where it should have been posted. I have an application that uses the propertyGrid control,one class has an ArrayList type property which is composed of string objects. When I set the propertyGrid.selectedObject equal to an instance of this class, I can't seem to edit the values of the objects inside the ArrayList, although I can remove and add objects to the ...Show All

  • Visual C# Add > New Item > SQL Database. Problems [RESOLVED]

    Hi All, I am having a few issues creating a database within Visual Studio 2005 Standard Edition.  Here is my error..... Event Type: Error Event Source: MSSQL$SQLEXPRESS Event Category: (4) Event ID: 15372 Date:  6/12/2005 Time:  12:28:00 a.m. User:  **X64\**** Computer: **X64 Description: Failed to generate a user instance of SQL Server due to a failure in starting the process for the u ...Show All

  • Windows Forms RichTextBox AutoWordSelection bug

    There seems to be a bug with the AutoWordSelection property in the RichTextBox control in .Net 2005; it doesn't seem to take effect at all. Even if the property is set to False, the whole word still gets selected when the user drags across a line. Is there any way to work around this I thought of making a call to the control using the SendMessage Win32 API, but couldn't figure out what value to pass in for the 'msg' parameter. ...Show All

  • Visual Studio 2008 (Pre-release) Focused control

    Hi How can I find currently focused control Best regards, Thomas Andersen Keyboard::FocusedElement HTH, Drew ...Show All

  • Visual C++ Cannot Instantiate abstract class

    Hello Everyone, I have something like this.... namespace RIM_USBClient { __gc class USBClient : public IChannelEvents { public : USBClient() { } ~USBClient() {} public : void Open_USB(); }; } In my .cpp when I try to say USBClient *listen = new USBClient(); I get this error.....I checked on msdn, the way they gave I tried still the same..... Any help highly appreciated.... ...Show All

©2008 Software Development Network

powered by phorum