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

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

xprs

Member List

abk139
AndyHerts
AA2e72E
mgloriosus
Joe234321
mynus
Ted Ekeroth
John Minker
Christopher B. Green
Martin Maierhofer
YazzyYaz
Prasenna
dutchie63
Billr17
bangorme
Ray Angeles
BobMaupin
Vikram Chudasama
knox_tenor
Than
Only Title

xprs's Q&A profile

  • .NET Development I try and rewrited the example of 818781,but received a error

    I try and rewrited the example of 818781 TcpChannel^ chan=gcnew TcpChannel(); ChannelServices::RegisterChannel(chan,true); Type^ objType=myRemoteClass::typeid; myRemoteClass^ obj=static_cast<myRemoteClass^>(Activator::GetObject(myRemoteClass::typeid,"tcp://Klocalhost:8085/RemoteTest")); if(obj==nullptr) System::Console::WriteLine("Could not locate server"); else { if(obj->SetString("Sending String to Se ...Show All

  • Visual Studio Express Editions Is it possible to shell an application seamlessly?

    I need to be able to run an application such as notepad or calc in the same way that I can start a browser inside my VB app ie. make the spawned program appear to be just another window in my program. Has anyone done this before   SS$_TOOMUCHBEER Thanks SJ, There's noting wrong with billies code except what I hear RB saying is that he needs these things to be a part of his form just like the webbr ...Show All

  • Visual Studio Two locations of VSS.

    Hi there. I'm with a problem here that I thinl any of you can help me. I have a solution in .NET 2003 and this solution works fine. But now, we need some changes on this solution and another company will do that. The problem is on "Place A" I got VSS and the solution working fine and now I need that another location "Place B" (that is on another side of the city, state or country) use my solution, modify, add, remove whatever ...Show All

  • Windows Forms Making a UserControl behave like a Timer control at design time

    I have a UserControl in C# that I want to behave like the Timer control, and other controls behave.  That is, at design time, when the user places the control on a form, it drops down to the window below the form instead, and jus ...Show All

  • SQL Server Upgrading to Sept CTP - any BKM?

    I have already installed June CTP. Have created a new database also, for testing. My packages and projects are in a separate drive and hence I do not see any danger to those. But when I want to install the new CTP, I do not want to loose my database. How should I go ahead Do I use Build Cleanup Wizard Any other BKMs anybody can share Yes you use the Build Cleanup Wizard. This saves your system da ...Show All

  • Windows Forms How to guarantee modelessness in .NET Form in Class Library?

    In VB6, the App.NonModalAllowed property would tell you whether you could show a modeless form or not. The docs for .NET say... "No equivalent. This was a read-only property related to ActiveX .dll files. The .NET common language runtime automatically manages this behavior." ...which does not explain what is happening.  I'm guessing that the clr shows the form as modal if non-modal is not supported. I have a .NET class library which ...Show All

  • Visual Studio Express Editions fatel error c1083

    Hi i am new to coding and microsoft visual c++ express. Anyway i already have set it all up right even used the videos to do which you can find here: http://msdn.microsoft.com/visualc/learning/vcexpvids/default.aspx Anyway i am using a c++ a beginner's guide se by herbert schildt i have been trying to compile the fist simple program code in chapter one here is the code exactly as the book states. /* This is a simple C++ program. Call this fil ...Show All

  • Windows Forms Code Downloads? Animal Farm?

    I did some looking around and found out that alot of developers were going to release or have released their old source code   I read this from the old message boards for Terrarium   Did this happen or not yet   I'm wondering if  ...Show All

  • SQL Server Is Installing SQL05dev and VS05pro on the same machine supported?

    Hello,   When SQL05dev is installed a SQL05 version of Visual Studio (SQL05-VS) is also installed (called the “SQL Server Business Intelligence Development Studio”).   The SQL05-VS installs files into a “C:\Program Files\Microsoft SQL Server\90\Tools\binn\VSShell\Common7\IDE” directory (and other directories - not described here).   When the full version VS05pro is installed it installs/uses fi ...Show All

  • Visual Basic exporting to a document

    ok....here's the thing...is it possible to export the contents of a datagrid to a document in word or export the contents of a sql query to a word document for instance i want to do query a table with something like "select * from tablename" and the output to be exported to a document any help would be appreciated thanks in advance Word has it's own, complex file format. You can control ...Show All

  • SQL Server cursor best practice

    Please suggest any best practice for using cursor in stored procedure and trigger, thanks! You should actually avoid cursors as far as possible. If there is a set-based logic that can solve the problem then you should use it instead of cursor based logic. Cursors are procedural in nature and not performant as such. There are however certain tasks that are simplified using cursors like looping through each table ...Show All

  • Visual Studio Call the same target multiple time

    Hi, Can i call the same target multiple times I have this msbuild snippet <Target Name="AfterCompile"> <!-- Compile databases --> <CallTarget Targets="DropDatabase"/> <CallTarget Targets="CompileDatabaseA"/> <CallTarget Targets="CompileDatabaseB"/> </Target> <Target Name="CompileDatabaseA"> <CallTarget Targets=&q ...Show All

  • SQL Server Object is invalid. Extended properties are not permitted on ...

    when attempting to execute the following query from within 2005 Mgmt Studio: sp_dropextendedproperty @name = 'test_me' , @level0type = 'schema' , @level0name = 'dbHSPS.dbo' , @level1type = 'table' , @level1name = 'Conflict' /*[ , [ @level2type = 'column'] { 'level2_object_type' } , [ @level2name = ] { 'level2_object_name' } ] */ I receive: "Object is invalid. Extended pr ...Show All

  • Visual Studio Express Editions Exception thrown in a ClickOnce installation

    Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif&quo ...Show All

  • Visual Studio A data source instance has not been supplied for the data source "Test_ChartData"

    I created a ReportViewer from the toolbox. I then proceeded to create a form that contains a single bar chart. At this point, I created a very simple class: class ChartData {    public int Param1    {        get        {           return 1;       }    } ...Show All

©2008 Software Development Network

powered by phorum