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

Software Development Network >> Per Stuge's Q&A profile

Per Stuge

Member List

Nagarajkg
Ccercone
Owen3
dp2000
Ivan Jou
Tamim Sadikali
Swannie
Ceri
Orlanzo
JustinSmith
alexander r
Jordan T
ase3575
NET Guru
Atul Sureka
Simmy7
Acid Burn
Dwaraka
Speedlearner
Narasimhan
Only Title

Per Stuge's Q&A profile

  • Visual Studio Creating new nested project

    I have my project system based on MPF. Project class is derived from ProjectContainerNode class of MPF. How can I create new nested project as standart C# (C++, VB, J#) class library project Please take a look at the VS SDK Sample VisualStudioIntegration\Archive\CS_Samples\NestedProject\NestedProject which should give you all the details Ole ...Show All

  • Visual Studio Team System tired about TFS ctp december 2005 and sharepoint services 2.0 with SP2

    I'm tired from installing and reinstalling and reimaging and retrying of different setup scenarios. Fact is: I've tried over 3 full days and I did not suceed :-((( My configuration corresponds to the given checklists. I have installed a virgin machine with all required software packages including sharepoint services 2.0 SP2. The only maybe special thing is that I do not want to use Active directory because this is a test and evaluation m ...Show All

  • Windows Forms MIDI Parent

    Hello All, I am a newbie in VB.NET and I am trying to create a menu on MIDI form using Toolbar control and I couldn't get to work. For Example MIDI form has two menu items, let say want i click on item1 will pop up a child&n ...Show All

  • SQL Server Subscription and email issues with Browser role.

    We have our user's set up in the Browser role.  We are having an issue in that none of them can create a subscription on a  report or email a report.  If they set up a subscription, it is displayed but the report does not run.  When they try to email a report, the To: box is greyed out.  Has anyone encoutered this issue   Does anyone have any suggestions on why this is happening Thanks. Vicki ...Show All

  • SQL Server Query problem with subtraction

    SELECT rm.rmsacctnum AS [Rms Acct Num], SUM(rf.rmstranamt) - (select rf.rmstranamt FROM RMASTER rm INNER JOIN RFINANL rff ON rff.RMSFILENUM = rm.RMSFILENUM where rff.RMSTRANCDE = '10') AS [Current Balance], FROM RMASTER rm INNER JOIN RFINANL rf ON rf.RMSFILENUM = rm.RMSFILENUM GROUP BY rm.rmsacctnum something wrong with how I'm trying to calculate the subtraction here.   I'm not sure the syntaxt to include the divisor in this partic ...Show All

  • Visual Studio Team System TF Workspace command-line

    Hi I am trying to use a HTML applciation and calling the "VS2005 command-line batch file" and the "tf workspace" command using wscript.run. I run into issues when I use "tf workspace /new aaatest ....." without the "/noprompt" option. Is it a bug in the command line that I have to use this option Is there a workaround where I can use this command with the "Add workspace" window ...Show All

  • Visual C# intercepting onclik

    Strange request... I have a program written in asp.net and vb. I want to try to intercept a click on a button with my program. Is it possible I explain better: i want my application (console/win/web) does click of the other program (winform).. thx no no...i want to simulate click of a button of another application with my application. Eg: i have an application where clicking on a button it opens a panel... i want to create m ...Show All

  • Visual Basic I just want to learn Visual Basic.... Can't find "Windows Application' Template

    Hello all,  I am trying to re-learn programming after a long hiatus, so I decided to start with the newest version of Visual Basic(VisualBasic 2005). I am trying the 'Create Your First Application' Tutorial, and it tells me to go to File>New Project and choose 'Windows Application'. This isn't an available choice... My choices are: 'Class Library', 'My Movie Collection Starter Kit', 'Screen Saver Starter Kit', and 'Search Templates' ...Show All

  • Visual Studio Team System Test outcome

    Can anyone give me a translation of the possible values of the /unitTestResult/outcome/value__ in the test result file produced by MSTest The following list is what I guessed. 1: Failed 4: Inconclusive 5: Passed 7: Not run (Found it by ending in a stack overflow) 10: Passed when some of the test where not run I am not quite sure about the value "10"! Why does the outcome of the passed tests change if some of the ot ...Show All

  • Windows Forms MDIContainer

    I have MDI Form, I want to add Panel control to the MDIParent. The problem is when I open MDI child, it always come behind the Panel in the MDIParent. so if the panel is docked FILL then  I never see the MDIChild Any Solution That indeed works. How do I implement a "splitter bar" to adjust the width of the panel, or do I need to write some code for that ---Mike ...Show All

  • .NET Development Byte array to string conversion

    Hi, I have a byte arrary of length say 2. In each element of the byte array I have 8 bits(in binary) i.e. in each element of the byte array there are eight -01011100. I need to convert this byte array to string. After conversion the string should contain the value in binary only NOT in numeric. Means after conversion to string, the string should have length 16 & values should be in binary. e.g. string str = "0101010101000101&qu ...Show All

  • Windows Forms Which .NET quick start application is best?

    I'm new to .NET. I am glad to see that so much has been accomplished with regard to best practices and patterns for designing with .NET. I have recently been very interested in Smart Client and am looking forward to developing a rich clien ...Show All

  • Visual Studio 2008 (Pre-release) How do I use the ScrollBar ?

    I am kind of having a hard time figuring out how to use the scrollbar. I have created my own Canvas that displays a document. So I have a viewport (wich shows a part of the document), and a document (wich is basically another Canvas). How do I calculate and set the parameters for the scrollbar now So that the scrollbar reflects size and postion of my two Canvases For example: How do I calculate size scrollbar's viewport (ScrollBar.Viewport) ...Show All

  • Smart Device Development Controlling WMP in PPC app : methods ?

    Hi, I'm a student completely new to .NET, PocketPC... A real newbie in Windows programming... I have to write for a university project a paper describing how to control WMP from a .NET app, on a PPC, with CF 1.0. It seems there are two ways : 3rd party : CFCOM, but it is not free Or writing my own DLL : For my .NET app / CF1.0, I write a DLL (unmanaged DLL ) (with eVC++ ) which uses WMP object (the app should be able ...Show All

  • SQL Server Do we still need a common share mount point in SQL2K5

    Replication in SQL2K required a common file share between publisher and subsriber. Our security policy will not allow our DB servers to communicate via net bios across the firewall. Can SQL2K5 perform replication using the normal database communication ports (1433 or 2433) As for common file share you mention, I am not sure if you mention snapshot files shared between publication and subscriptions. If it is, yes, snapshot are usually ...Show All

©2008 Software Development Network

powered by phorum