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

Software Development Network >> Tim Sohn's Q&A profile

Tim Sohn

Member List

mrehpine
Karim ElDeeb
FrozenCow
ianpender
drider
cpf
Alasdair Anderson
warp9.5
ssk123
Kevin Calendino
staticfive
Tommyv74
Narahari
SpitfireX
Mohe
*George*
scate
nkpatt
a-man-da
Grandote945
Only Title

Tim Sohn's Q&A profile

  • Windows Forms Passing variables between forms in VS2005

    how do you send variables from one form to another in VS2005 apart from the public sub new method You can just declare the variable as shared and you can then access it from any form. Or better, you can create a public property to hold the value, set the value in one form and access in another. ...Show All

  • SQL Server Sql Server Report Server 2005 Printing report from a Webpart without previewing

    Hi I have an example of printing a report from a desktop application without previewing the report ( http://www.gotreportviewer.com/ ) so I based my question on this. Is it possible to create a custom webpart in sharepoint using the ReportView WebControl in VS2005 that would allow me to capture when the user clicks on the print button and then run back to the server get a different version of the current report using the parameter values ...Show All

  • Windows Forms Tool strip control is not aligned to left

    hi, In my .NET windows application menu and toolbar are designed and working similar to office2003. But one change that i want in my windows application is ,When i drag the toolbar then the toolbars following this toolbar should be automatically dragged to the left side of toolstrippanel . it should not allow gap between the toolbars. Can anyone please help me... Maybe you can handle the BeginDrag metho ...Show All

  • Visual C++ Source code to __ValidateEH3RN

    For various reasons, I wrote my own DLL loader for my project. I load my modified DLL format by using VirtualAlloc and such, and handle all the sections and relocations. (Yes, Data Execution Prevention is handled correctly, flagging executable pages as executable with VirtualProtect.) However, I have a problem: exception handling doesn't work. Microsoft added code to the C runtime library that causes exception handlers to be verified as bein ...Show All

  • Windows Forms right mouse click on treeview

    can anyone show me how to display a context menu after a right mouse click on a specific node.  This is what i have been able to acheive so far  If e.Button = MouseButtons.Right Then             TreeView1.SelectedNode = ...Show All

  • SQL Server Reattaching old database

    I have just installed SQLExpress version 9.0.1399. I was using an earlier version of the server before and backed up a copy of my mdf files for safety's sake. However when I now try and attach the old databases I get an error that the database files from the old non-release version (590) is not compatible. Probably my own fault - the information was probably clearly on display deep in a file somewhere in the documentation (cough). However ...Show All

  • Visual Basic How to distribute a VB.NET application alongwith a SQL Server 2000 database

    I have developed an application using VB.NET and have a SQL Server database to go with this but I now want to deploy this application within the company so that other users can access it. How do I go about doing this. What procedures do I need to go through. The application was developed at home. My company does not have SQL Server. Regards Dipendra You can always try the SQL Server express edition on your co ...Show All

  • Visual Studio Team System Load Testing - Not enough free threads

    Durring my load testing in 2005 I get the following execoption: System.InvalidOperationException: There were not enough free threads in the ThreadPool to complete the operation.    at System.Net.HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state)    at Microsoft.VisualStudio.TestTools.WebStress.WebTestTransaction.Execute(AsyncCallback completionCallback, Object callerState) It only appears to happen when I g ...Show All

  • Windows Forms Icon Libraries

    Anyone know of a good source for icons to download for use in windows forms  I'm looking for some that are small enough (16 x 16 range) to use in a treeview control and pertain to project management, construction, or job costing. Thanks fo ...Show All

  • Visual Studio Express Editions Splash Screen not selectable

    I can't seem to change the splash screen under Project|Properties|Application|Splash Screen. Only my main form is visble in the list.  I've added a splash screen from Project|Add Windows Form. Any thoughts -Scott To revise my last, It's just intermittant.  No two ways work the same back to back.  Just takes some fiddling. ...Show All

  • Visual Studio 2008 (Pre-release) NovCTP - MediaPlayerSample

    Hi, Anyone have a sample on how to draw video in NovCTP. I have the following at the momment but fails to play video just audio. MediaPlayer player; public Window1(){    InitializeComponent();    player = new MediaPlayer ();    MediaTimeline t = new MediaTimeline ();    t.Source = new Uri ( @"Japan.wmv" );    MediaClock c = t.CreateClock();    ...Show All

  • .NET Development different behavior of cmd file when started by a web Service

    Hello,        i'm facing a problem that's really driving me mad..... I fear I'm missing some fundamental step .... but I cannot imagine what ... I wrote down a basic WebService to start an executable file (using the shell command).  The cmd file by itself works fine  ... doing what it was projected for ... (unlock the ScreenSaver of the Server machine with the following instruction : ..... Keybd ...Show All

  • Visual Studio Express Editions Uninstall .NET Framework 1.1 ?

    Is .NET Framework 1.1 redundant   Or does it have stuff that is not included in .NET Framework 2.0 Following instructions, prior to installing VB 2005 Express I uninstalled .NET Framework 2.0 which had previously been installed on my system via Windows/Microsoft Update.  The VB 2005 Express installation process of course reinstalled .NET Framework 2.0. Thinking that .NET Framework 1.1 was redundant I uninstalled that at the same time. ...Show All

  • Windows Forms WYSIWYG html control

    Are there any competing products to <a href="http://www.comzept.de/index.php TEMPLATE=products&product=htmleditor">NetRix</a> I'm looking for exactly what this control does but I wanted to know if  there were options. Would you be able to send m ...Show All

  • Visual C++ What do you think about below template code?

    #include <vector> template <class T> class CTest { }; template <class T> class CTestOther { public: typedef std::vector<CTest<T>* > TestVector_t; CTestOther() { TestVector_t::iterator iter; for (iter = m_Vector; iter != m_Vector; ++iter) ; } private: TestVector_t m_Vector; }; vs 2005 compile it quietly, but gcc say like this, I don't know "TestVector::iterator". so, gcc can go on after I ...Show All

©2008 Software Development Network

powered by phorum