Morten_73's Q&A profile
Visual Studio Express Editions Where is "press any key to continue."?
I create my program by click File - New - Project from existing code. The program I created does not have "Press any key to continue" at the end to accept the key from keyboard. I want to make my program to have "Press any key to continue" at the end without adding any code. What can I do You can't - if you want your program to do something, you need to write the code to do it. Do you need h ...Show All
Windows Forms Terrarium RTC Chat in Beta!
Alrighty, this is pretty ghetto style programming, but I have a beta version of Terrarium RTC Chat available. For now, it is available through standard Messenger, but I plan on integrating it with Terrarium more closely and allowing for chat rooms a ...Show All
Visual Studio 2008 (Pre-release) March CTP
Will there be a March CTP Ben That's perfectly OK, thanks. It's very nice you answered, now we just continue using the February CTP, it also works perfectly OK. Best regards, Henrik Dahl ...Show All
Windows Forms .Net Active X controls embedded in internet explorer - security considerations
I am looking for a starting point towards understanding .net security considerations, and how they apply to .net ActiveX controls. The control I am writing works fine in the active X test container (albeit some other issues, see previous post)... Howeve ...Show All
Visual Studio Team System VSTS Architect vs. VSTS Developer
With he proposed changes in MSDN subscriptions and Visual Studio licensing, I now have to make a decision between VSTS Architect and VSTS Developer. As I understand, MSDN Universal subscribers will have a choice - they can either go for VSTS Architect and VSTS Developer. I believe that I need both architecture and development tools. Which out of two should I go for The information was interesting but too high-level to be really useful ...Show All
Visual Basic threading problems
Hi, I'm a total newbie at the forums I'm not even sure how to explain this but I'll give it a shot. I have created an app that launches an external program. Like so: global scrope Dim WithEvents proc As Process in a sub Dim si As New ProcessStartInfo(strProgram, strArgument) Before I launch the app I add a new handler AddHandler proc.Exited, AddressOf ProcessExited now comes the tricky part. I have this sub Public Sub P ...Show All
Windows Forms Add Computed Column to a DataTable
Hi Folks. I'm trying out the new table-adapter gizmo's and attempting to extend a dataset by adding a new property in a partial class. ************************************* Partial Public Class TipperRoundResults Partial Public Class stp_GetViewTipsDataTable Public ReadOnly Property SomeNewField() As String Get Return "Yipee!" End Get End Property End Class End Class * ...Show All
SQL Server Rebuilding dimensions with huge fact tables
Hi, I have a dimension which is used in two Measure Groups. It has many levels (let's say 10). One fact table handles level 1-8, the other 8-10. The facts are huge, about 2 billion records for the first table (for level 1-8) and 100 million records for 8-10. We discussed a fitting partitioning schema and this will not be the big issue. Our problem is, that in the last levels (9-10) members can move from one parent to another. Tha ...Show All
.NET Development Unable to modify database data (ADO.Net, C++, ODBC)
I am trying to learn how to use DataSets to edit data in a database using the ODBC .Net provider. I would also like to have an OdbcCommandBuilder buid the SQL commands for me. In this simple example, I created a small MS Access database with two tables (Table0 and Table 1), with a few columns, and populated with a few rows in each. I am able to connect to the database using a DSN (only targetting Table0), query and properly populate a DataSet - ...Show All
Software Development for Windows Vista Bind parameters to dependant properties?
Curently you can bind dependant properties of one activity to a property of another. But I don't see a way to bind a dependant property to a parameter passed into the workflow. Is there a way to do this Could it be added Jared Hi Jared, There is an known bug in Beta1 where the workflow parameters do not show up in the Activity Reference dialog to bind. This is fixed now and should be available in Beta2 Thanks ...Show All
Visual Basic Can't show received data into textbox! Oo'' (VB.NET 2005)
I want to show received data from serial port into textbox, but I can't figure how to do it... there are also msdn examples, but _does not work_! Bah! It says "Cross-thread operation not valid: Control 'textBox2' accessed from a thread other than the thread it was created on." This is the code: Private Sub serialPort_DataReceived( ByVal sender As Object , ByVal e As SerialDataReceivedEventArgs) ' Read the buffer to the t ...Show All
SQL Server Reporting services access problem !!!!!!!
Hi .. I am facing a peculiar problem ... We have Sql Server 2005 reporting services installed on our server ...unfortunately our sysadmin by mistake has reinstalled the IIS on the server due to which the report server is not accessible .. The sql server is working fine no problem .. normally we used to give .. http://domainname/reports and all the reports will be shown. Now how do i reinstate the settings of the IIS ... for the Re ...Show All
Visual Studio VC# 2005 Express and VS Professional 2002 debugging issue
Hi I have installed C# 2005 Express on top of an existing VS Prof 2002 installation. When I run an app on 2002 and encounter an application error, a window appears with the error and options to Quit or Continue. This seems to be catching the error before the 2002 debugger, and I can't get into 2002 to perform debugging. Any ideas Thanks ...Show All
Windows Forms Warning MSB3331
I have a Windows VB application built using VS 2005 Beta 2 that includes a reference to DAO (3.6) but when I do a build I get the following warning. I can't find information on the warning in MSDN or google. Can anyone explain what is causing this and how to correct it. ============================= C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3331: Unable to apply publish properties for item "dao". == ...Show All
SQL Server enable remote errors option?
Hello, Reporting Services 2005 error messagess always state that for details the report should be run on the local machine or that remote errors should be enabled. It might be a silly question, but how does one enable the remote errors I searched the BOL and the net but found no clues, just many error samples We are facing situations where we can not log onto the server and rune the report from localhost/Reports.... Thanks Hi Robert, Thank ...Show All
