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

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

BergSt

Member List

Chris Bohling
WallStreetVH
Kimmy
GMann
selvi
Denispiow
rdrrichards
auky
mmresnick
Lincoln McCulloch
gicio
Yse
Paul Diterwich
vishal dedhia
RonFarley
Alyn
Unni Ravindranathan - MSFT
Jed
jkc
Kirill Osenkov
Only Title

BergSt's Q&A profile

  • Windows Forms are windows forms a replacement for mfc?

    we have a mfc app and want to re-design the UI. does it make sense for us to use .net or should we stick with mfc  i don't really know when to use each. Excellent question. I guess that's a matter of your personal preference, and how clean the existing code is. Where I work, we have a few large applications in MFC.  I&n ...Show All

  • Visual Studio Tools for Office After installing VSTO2005 no Office Templates in VS

    Hi all, I have been trying to install the VSTO 2005 on my box (Windows XP SP2), I already have Office 2003 Professional (with/without SP2) and Visual Studio 2005, but it looks like it is not being installed at all. I can see it in Control Panel Add/Remove Programs, but when I open my Visual Studio 2005 and go to Create Project no Office Templates are displayed in any language. Am I missing something I was expecting to see something like in the examples I have read from MS page: Visual Basic/C# - Windows - Office - Starter Kits Below I list the VS2005 version: Microsoft Visual Studio 2005 Version 8.0.50727.4 ...Show All

  • Visual C++ File open with Visual Studio

    I just installed Visual Studio .Net 2003. I created MFC project to allow the user to parse input file for specific information, and generate output file from the input file. I created dialog with listbox that filters the files in the current directory, and the application will open the file selected from the listbox. I implemented a file utility class based on CFile class and added the file Open(), Read(), and Write() member functions to it to accomplish what is required. I was testing the CFile::Open(..) in debug mode with Visual C++ header and source files and kit worked OK, but trying to open any other file type it fails. Any idea wh ...Show All

  • Visual C# functions

    hi, i'm very new to C# just downloaded Visual C#,  it's pretty clear to understand C# but with functions, how do i have to call it in php it would look like: function test($argument_one,$argument_two){ } and if i call it : function('one','car'); then $argument_one is equild to 'one' and $argument_two = 'car' how to make it in C# just need function header static void test( ){ } test('car','is great') Jefis ,      The Following Code may help u.   static void test(string arg1,string arg2){} Regards, Shaji Kumar.V.K ...Show All

  • Windows Forms selecting whole column with a click

    Hi, I have a datagrid with several columns on it. I want whole column to be selected, or have focus on it, if user clicks at any row of any column. I also want user to click on more than one column one by one, and at the same time 2 or more than 2 columns get selected. Moreover, if user clicks again to an already selected  ...Show All

  • SQL Server Error Code 0xC0202009 + connection password

    Hi, I have developed a .dtsx package than runs normally from my computer. When I import it on the server and assign it to a job it always fails. I tried also to run it directly from the server (remote desktop) and also faild. I exported the dtsx file on server and refresh the db connections and after that workd fine from the server. Another work-around was to use windows authentication. Then runs normally from the server. It seems that connection password is lost when importing the report on server. (The import is done in MSDB not in the filesystem) But I can not design all the jobs on the server (work-around A) or use windows ...Show All

  • SQL Server Do SQL Server 2005/CLR Triggers support .config Files?

    Does anyone know if it's possible to use the standard .config file within a CLR Trigger to read properties via the System.Configuration namespace I guess it's not possible because the CLR Trigger needs to be compiled as an assembly which is hosted by SQL Server Thanks Jason Hi, http://groups.google.de/group/microsoft.public.sqlserver.programming/browse_frm/thread/6d635c2cd23fed7 CLR stuff in SQL Server does not work like those know from "normal" applications. Although you can use the Configuration class to load a configuration somewhere stored on disk, you have to keep in mind, that ever ...Show All

  • Visual Studio Team System TFSService Permissions

    What are the required permissions on the local machine when using a domain acct I have no problems installing the server when using a local machine acct named TFSService, but when I switch to a domain acct with a different name I get an Error 28925 about a third of the way through installation. Brent In Addition the only way to get this to work is to currently place the domain acct into the local admins group. ...Show All

  • SQL Server Query producing Dups

    I swear I had this fixed but when I looked again this morning, I noticed that this query is producing dup records in the results. Something is not right with my query here: SELECT DISTINCT m.customer, c.name, c.customer, (SELECT Top 1 fd.Fee1 FROM FeeScheduleDetails fd where c.feeSchedule = fd.code) AS FeeSchedule, m.Branch, CASE WHEN ph.batchtype = 'PUR' OR ph.batchtype = 'PAR' OR ph.batchtype = 'PCR' OR ph.batchtype = 'DUR' OR ph.batchtype = 'DAR' Then (-ph.totalpaid + ph.ForwardeeFee) WHEN ph.batchtype = 'PU' OR ph.batchtype = 'PC' OR ph.batchtype = 'PA' OR ph.batchtype = 'DC' OR ph.batchtype = ...Show All

  • Visual Basic FIleOpen Dialog - fileopendialog.showdialog() - Change default view from List to Details

    In my app a user can mouse to File Menu - Open. The fileopendialog.showdialog() has default view of ListView. The user is alway going to have to sort the file list by Date in descending order in order to open the most recent file stored in the network location. How can I make the FileOpenDialog display in Detail View by default and not List View. Thanks, MIke Code Sample dlgOpenFile.InitialDirectory = sDefaultDir dlgOpenFile.FilterIndex = 0 dlgOpenFile.Filter = "All Files|*.*" dlgOpenFile.Title = "Open PO File" If dlgOpenFile.ShowDialog() = Windows.Forms.DialogResult.OK Then 'other ...Show All

  • SQL Server Error Installing SQL Server 2005 Express Editios

    Hi all, First of all I apologize for my very poor English. I tried to install SQL Server 2005 Express Edition (I also Installed Visual Studio Express Edition) and the intallation program don' t finish correctly: I opened the archive C:\Archivos de programa\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt: SQL Server 2005 installation program has detected incompatible Visual Studio Beta, .Net Framework or SQL Server components. In Spanish: El programa de instalacion de SQL Server 2005 ha detectado componentes beta de Visual Studio, .NET Framework o SQL Server incompatibles I had installed Beta versions of Visual Studio ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MechCommander2: Multi-Player?

    This probably isn't the right place, but I've been trying to figure out how to enable multi-player play for MechCommander2. I'm thinking it has to do with the lack of a cd-key, but I'm not certain. Where should I look Multiplayer was disabled for our shared source release and most of the functions and code have been stubbed out. If you look through the code you can see how it was being used and possibly implement your own multiplayer functionality. You can find more information on why it was removed in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=310132 ...Show All

  • Visual Studio Tools for Office [InfoPath][C#] Convert a form to a PDF

    Hi, I got an info path form and i want to transform it in a pdf file and email it I'm not server side, my info path app runs on a "simple" PC, i've heard about FOP but i don't think it's applicable (tell me if i'm wrong) My goal is to generate a pdf from my InfPath form and email it, does anybody realize that If yes how I haven't seen any FOP processors in .NET yet. There is of course the Apache on http://xmlgraphics.apache.org/fop/ in Java. It's free but not very complete (but will work with simple layouts). You could wrap that, but then you would have to install Java on your machine. Ren ...Show All

  • Windows Forms Windows Forms Book

    Hi I am looking to purchase a book on Windows GUI in C# as I start learning how to program in this new environment.  And I was wondering if any one has any suggestions   Neil FWIW, I am really loving all four books: Petzold, Prosise, Richter, and Balena (and I'm sure I would like Dino Esposito's book, too, if I had it)  ...Show All

  • Visual Studio Team System Coverage Information

    Hi, I have read about the code coverage tool available in the Visual Studio Team Edition. It seems, please correct me if I am wrong, that we actually need to write codes to test the targeted application in order to get the coverage information. My question is that is it possible to get the code coverage information if we test the ASP.NET application directly from the web/UI  My plan is to have a "profiled" ASP.NET application so that when a tester tests the application from the UI the profiler will collect the coverage information. Thank you beforehand. Buhi One ...Show All

©2008 Software Development Network