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

Software Development Network >> Roberto Costelli's Q&A profile

Roberto Costelli

Member List

DmitriyGorbachev
reyghie
AUTONOMIE
Lou Valentine
Dirty.Harry
Lou Searles
StEvE89
svnakhe
jeff roberts
SquireToad
kondapanaidu
jayaram
Remcodo
bpjones101
cgufl
MarciaAkins
Ben Hicks
Gosovic
TomC456
Killyourface
Only Title

Roberto Costelli's Q&A profile

  • Windows Forms How to use Terrarium behind NAT or firewall?

    Would anyone like to tell me thanks. i will try ,thanks.  However, what confused me is that  is the server or client should open port 50000 you see , my computer connects to internet vias a server.  ...Show All

  • Visual Studio Express Editions I get 3 build errors while publishing (Please Please Help)

    Error 1: Cannot publish because a project failed to build. 1 1 Band Web Browser(BETA) 1.0.0.0 Error 2: Unable to copy file "bin\Release\Band Web Browser(BETA) 1.0.0.0.exe.manifest" to "bin\Release\Band Web Browser(BETA) 1.0.0.0.publish\Band Web Browser(BETA) 1.0.0.0_1_0_0_0\Band Web Browser(BETA) 1.0.0.0.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. Band Web Browser(BETA) 1.0.0.0 Error 3: Unable to copy file "obj\Release\Band Web Browser(BETA) 1.0.0.0.exe" to " ...Show All

  • Visual Studio Express Editions Data UI Property Page Error

    I am having trouble displaying the data source tool box. When I use the menu option it gives the message "Operation failed. Only true type fonts are supported. This is not a true type font." When I go into the options menu and go into the 'Windows Form Designer'  and click on 'Data UI Customization' the pane displays ""An error occured loading the property page". I previously had down loaded the RC version and then uninstalled and loaded the full express version. I had also loaded the web developer. I have unloaded all the visual studio and reloaded but to avail. Can anyone help Hi, This is a known issue but I haven't been able t ...Show All

  • SQL Server RMO ReplicationDatabase Class Can't Program Peer-to-Peer?

    Just reading the documentation on RMO programming and noticed that it is silent about peer-to-peer replication. Further, the ReplicationDatabase class has neither a property indicating whether peer-to-peer is enabled, nor a method (or get/set) to enable peer-to-peer. Is peer-to-peer publication outside the scope of RMO programming Curious minds want to know... Thanks. Randy You can specify the attributes of the transpublicaiton objec as PublicationAttributes .AllowInitializationFromBackup | PublicationAttributes .EnabledForPeerToPeer to create a pulbiction for P2P replication. Similarily ...Show All

  • Windows Forms Application Configuration Files

    Is there any easy way (or has anyone created a class) to edit and update configuration settings for a DIFFERENT application to the one that is running. I am creating a management application that needs to be able to update the configuration file (.exe.config) of the application it is managing. I will only be editing about 5 keys. Can this be done& ...Show All

  • Visual Studio Tools for Office Please help: Document Protection Programmatically

    Hi, I need to be able to track changes to the sections of a document that are un-protected. I document protection has a limitations where when it is turned on track changes are switched off. So, I am thinking I can accomplish this by programmatically adding protection to the document. Can someone help please. Thanks. Nick Have you looked at the Document Protection Techniques samples that ship with Visual Studio 2005 Tools for Office Excel is available on MSDN here: http://msdn2.microsoft.com/en-us/library/ms268876(VS.80).aspx Word is here: http://msdn2.microsoft.com/en-us/library/ms269 ...Show All

  • Visual Studio unable to install visual web dev 2005 beta

    hey, the app promps me to uninstall .net framework 2 beta, after uninstalling it with all the other beta stuff it still cant get installed. it keeps complaing about that the new .net framework did not get installed, even after i ran a beta cleanup utility. any suggestions please. christoc where did you get Beta 2 Sounds like bad media or a corrupt file. Can you try redownloading it ...Show All

  • Software Development for Windows Vista IsThemeActive call (uxtheme.dll) not working properly in 5270

    Hi there, the IsThemeActive call of uxtheme.dll always returns 'False' in build 5270, no matter whether themes are active, or not. Hope this is the right forum to post this, since I did not find any 'Report bugs' forum ... :) Thanks, Steve Hmmm.... Maybe I will learn something here, too. I never use the IsThemeActive API call in my own code. I just call OpenThemeData and see if I get a valid or NULL handle returned. Is that "doing-it-the-wrong-way"... ...Show All

  • Windows Forms Waiting for third party-application to close

    I'm trying to solve a problem, but can't find the right functions to use. (C++ or VB) Form my application I wanna start a thirdparty-program, and "set some kind of flag" that triggers my application after the thirdparty-program has closed/stopped. Any suggestions  Thanks for taking the time to thinking about my issue. You might want to take a&n ...Show All

  • .NET Development Spring Framework in .Net Framework?!

    Hi Does Microsoft .Net Team think of Spring Framework as a good design framework If not, do MS have its own road map If yes, will .Net Framework 3.0 have an implementation (namespace) on the IoC Thanks for your reply! The System.ComponentModel namespace does define some IoC classes/interfaces such as IComponent/Component, ISite, IServiceContainer/ServiceContainer and IServiceProvider (which is in System). These are used to support the design-time infrastructure, however, can be extended to be used in a normal application. ...Show All

  • Windows Forms General Feedback on .net 2.0 and VS 2005

    Since a couple of month I play around with .NET 2.0 and Visual Studio 2005 and I wanted to give some feedback to this group on the things I noticed.  On .NET 2.0 Generics: What a lovely language feature! Although it makes the otherwise very "nice" looking c# code a bit ugly ;-) However, some things remain unclear:  The Hashtable class in Systems.C ...Show All

  • Visual Studio Express Editions Newly added user control can't be edited.

    Hi! Since yesterday I get an error if I add a new user control to any of my projects. Even completely new ones. When I add a user control only the *.cs and the *.Designer.cs files are getting created. But no *.resx file. The control is being displayed but when I'm resizing it, after accessing my HDD, I get the message "Die Datei ist vorhanden." which translates to "The file exists.". I already tried to repair and deinstall/reinstall Visual C# 2005 Express Edition but nothing changed. Is there a way to resolve this Thanks in advance, Patrick Hi Patrick, I could not get useful info for you to get y ...Show All

  • Windows Forms BUG: Application.EnableVisualStyles() breaks ToolBar control

    Create a windows forms application, add an image list and load some random images. Now add a toolbar, set the imagelist to the image list previously added and then add a couple of buttons. Set the pictures for the buttons to any of the loaded images. Run the application. You should see a Windows2K style form with a toolbar and iconsied buttons. Now add ...Show All

  • .NET Development Singleton in baseclass?

    Hello, i have a baseclass that provides an interface for all other classes - now i want to implement a singleton property in this baseclass. I don't want code in the child classes, that set this singleton. Is it possible to set the singleton over a reflection call or something here's some example code to show my problem/question: public class BaseClass : IExample {   private static IExample _singleton;   public static IExample Singleton  {   get   {     if ( _singleton == null )    {     /* Code missing... */    }   & ...Show All

  • Visual Basic Toolstrip radio buttons

    I want to implement a set of radio buttons in a toolstrip (VB 2005 beta 2) I can set the checked state of the button which has been clicked because the event handler passes its id back; but how do I uncheck the other one when all I know about it is that it is, say, the third one along the toolstrip I want to write something like toolstrip1.button(3).checked = false but the toolstrip class does not appear to have a member called button or anything else useful! Nor do the buttons appear to be indexed in any way. yah..... I'll supply and example done with toolstrip buttons... Public Function AddNewToolStri ...Show All

©2008 Software Development Network