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

Software Development Network >> Mauro Regio's Q&A profile

Mauro Regio

Member List

JWelton
Koltron
dataMonkey
benztoronto
XTheSimpleton
Eliyahu
Hitesh Shah
Matthew S. Monroe
Herback
dreamworks
viniciusweb
Thomas Pyndt
ShozQ
dophine
Robert Accettura
Boris C
Michael Hamilton
Grigory Bushuev
Zabi
dkmsdn
Only Title

Mauro Regio's Q&A profile

  • Visual Studio Express Editions Bug in MDI WindowList ??

    I think I've found a bug in the way Express updates its child windows in the window menu. If you have only 1 child form and change the caption (okay.. text, old habits are hard to break.) the windows list doesn't update the change in the menu to reflect the new form text. Bonkers !! Now, if you add another child form the list corrects itself.. the same is true if you switch focus from one child form to another, but no changes occur for just 1 ch ...Show All

  • Visual Studio Error setting ServerReport.ServerURL or ServerReport.ReportPath properties

    Hi all, I am using the ReportViewer control in my web app to view server reports. Sometimes when I try to set the value of the ServerReport.ServerURL or ServerReport.ReportPath properties during postbacks, I get an "Operation is not valid due to the current state of the object" error. I've tested this on many reports and found that the error only occurs when the report I'm viewing right before the postback is a linked report (i.e. the ...Show All

  • Windows Forms Can Control Event Handlers Be Interrupted?

    I have spent more than a week over a very frustrating problem. I have a custom control derived from System.Windows.Forms.Control.  In its MouseMove event handler (of the custom control, not the calling ap), I have just this and only this simple code to move the control horizontally when the user drags it: if (mouseDown) {     this .Left = this .Location.X+Control.MousePosition.X-oldMouseX;    oldMo ...Show All

  • .NET Development as to show tables of the data base through one winapp

    as to show tables of the data base through one winapp Hi, It's an access security issue. You have to Allow admin user reading system table. Go to "Tools\Security\Acces rights" in access HTH. Hayder Marzouk ...Show All

  • Visual Studio Tools for Office VSTO Deployment

    Hi all We have just started our work with VSTO enabled documents. We have made our first Proof-Of-Concept solution, which works in our development environment. So now we have come to the next level, deciding and implementing our deployment strategy. So I was wondering if any of you could provide some help, links to guides, or just general comments on "how-to". Our primary deployment strategy is to store both the actual templates and ...Show All

  • Visual Studio Express Editions Searching a data base in visual basic 2005

    l need to be able to search for a word or part of a word. as well l need help to code a button to add a record to the data base as well one to delete and one to save. Anyone able to help me with this. it would be most helpful. To search for part of a word use a LIKE clause in your SQL. Have you tried msdn.microsoft.com Sites like www.codeproject.com also have lots of articles on this sort of commonly asked stuff ...Show All

  • Visual C# Logger in multi-threaded application

    Hi, I have a multithreaded application, in which most my classes inherit from a base class. This base class contains a Log()-method, that is supposed to append text to a text box created in the main thread. I know that this is a problem since I can/should only access the textbox in the same thread as where it was created. What I would like, is a thread-safe way to implement the Log()-method in the base class, so that disregarding whic ...Show All

  • Windows Live Developer Forums BOTS on MSN

    There have been a number of questions about BOTS in the forum in various theads so I thought I would provide this post with a broader update on the topic. MSN has recently started licensing BOTS on the network.  The huge benefit of a licensed BOT is that it will have contact limitations removed (the reverse list), so that millions of people could connect to the same ID.  Our goal is to enable a broad network of these IM applications ...Show All

  • Visual Basic Line Color / Outlining

    Hi, i know this is simple, but i cannnnot seem to find, where to change the line color. Of the thin Seperation Line that appears between two modules (or at end of module, class, definitions, and all that). And also cannot find the hotkeys for expanding/shrinking the modules-classes outlining. Thanks. Oh & this is for Visual Basic Express 2005 Beta 2 thnx Just an FYI.  When Visual Studio 2005 is released ...Show All

  • Visual C++ How to do copying files?

    Hi, I am writing an MFC program that can copy files (let's say: *.chm) from one directory to another by using API. Any idea Thanks. vcboy Hello vcboy, You can check out Boost.filesystem library which provide many operations on files and directories. file:///D:/Downloaded/3D%20Programming%20Related/c++Libs/boost_1_33_1/libs/filesystem/doc/operations.htm#copy_file Good luck. ...Show All

  • Visual Studio Express Editions Link forms

    i'm a real newbie to vb and i need to know how i can get this button to link to another form within the same project, so when its pressed it will open the other form, can someone please show and example code please hi, i guess this is the same question http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=257030&SiteID=1 hope this helps ...Show All

  • .NET Development **Disconnec Wireless Networking**

    Hi This is very important that i know this... I have created a vbscript that detects the NIC's IP Address and if the IP address is withing the conditions - it stops the following services: Smart Card Service Wireless Zone Configuration Service Under the group policy set - user's cannot start services - so they cannot connect into a wireless network. PROBLEM: When the user logs into the network with a network cable its fine, my script works. ...Show All

  • SQL Server FREETEXTTABLE

    Hi.. I have used Full-Text Search in a stored procedure with English words whithout any problems..But when i use it with Arabic words it gives me THE Error: Server: Msg 7619, Level 16, State 1, Procedure SearchProject, Line 19 Execution of a full-text operation failed. A clause of the query contained only ignored words. The stored procedure : CREATE PROCEDURE SearchProject ( @SearchString nvarchar(500), @CultureName nvarchar(50), @H ...Show All

  • Visual Studio Team System Insall Error: 28703 Unable to contect to SQL Server

     I have SQL 2005 installed as a default instance and SQL 2000 as a named instance. Are there issues with this configuration Matt Would you be able to provide a little more information on your configuration What version of TFS are you using/attempting to install (Beta 3, Beta 3 Refresh, December CTP, etc.) Are you installing in a single server scenario (ATDT) or two with the one running the Applicat ...Show All

  • Windows Forms TableLayout help needed in setting up.

    I am trying a simple Usercontrol and I would like to use the tableLayoutPanel,but Cannot work it out how to make the various Columns resize accordingly. the control (Folder Browser Locator) consists of (Label- text- Button) You can already immagine how it should work The label should be allowed to autosize and it's column grow accordingly but fixed otherwise The text should grow in length only if the user tries to resize the control ...Show All

©2008 Software Development Network

powered by phorum