Software Development Network Logo
  • .NET Development
  • Windows Forms
  • Visual Basic
  • Game Technologies
  • Audio and Video
  • Visual Studio
  • SharePoint Products
  • Smart Devicet
  • Windows Vista
  • SQL Server
  • Visual FoxPro
  • Microsoft ISV
  • IE Development
  • Visual C++
  • VS Team System

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

rpreston

Member List

ColinTo
2V.
webrod
John P G
Christopher61
connect2sandeep
Mo Majad
roychoo
Dwight Kulkarni
ddstevens
sureshv
TechMate
aquaseal
LS6FD
Hasan9552
Larsenal
jwaddell
rmichaels
JCJCJC
MikeRisher
Only Title

rpreston's Q&A profile

  • Visual Studio Express Editions Portable Apps in .NET 2?

    Hello, I was wondering if making Portable Apps (apps that doesn't require an installation. Run hard-copy) in .NET 2 was possible. If not, how is it possible (what programming languages, and frameworks ) Thank You Keehun P.S. Does this have to be done in pure C++ without any .NET stuff Thank You Not exactly sure what you are asking....any executable program requires that the runtime be installed on the target computer....even if the programming languae is C++, Visual C++, C#, C, VB, VB.NET, or any .NET language....they all require runtime files ...Show All

  • Visual Studio The Class View Tool Window

    Hello, please can someone help me out. I want to extend the class view tool window however it isn't a UIHierarchy type and it isn't part of DTE2.ToolWindows collection. Using GetToolWindow("Class View") method raises an exception (and I think it's because UIHierarchy is for tool windows with a tree view only). I'm (still) new to this. The class view is not programmable through the automation model. To generate the tree, the class view communicates directly with the project, querying for items to insert into the tree and where those items should be placed. The only way to modify the tree would be to use the VS SDK, and wedge yourself in between the project and class view. One way to do this would require what is calle ...Show All

  • SQL Server Installation of hotfix package (build 2153) fails

    Hello. I am attempting to install the first of the cumulative hotfix packages ( SQL2005-KB918222-x64-ENU.exe) after applying Service Pack 1 to a SQL Server 2005 std edn 64-bit installation. The service pack installed no problem but the hot fix fails with the following errors in the log file below. I have installed the 32-bit versions of the hotfix packages onto a different server and I did not get these errors. Any help on how to sort this out would be much appreciated! 08/23/2006 15:03:44.592 ================================================================================ 08/23/2006 15:03:44.608 Hotfix package launched 08/23/2006 15:03:45.842 Product discovery successfully completed during the install process for MSSQLSERVER ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. F14 XNA Game with Full Source

    Well here it is. I finally got my first game into a releasable state. Screenshot, video, and full source available after the jump. http://aroganworld.blogspot.com/2006/09/f14-xna-game.html I couldn't have done it without the great help from this forum (and all those xna sites). Let me know what you think.   arogan wrote: Thanks. Oh and if anybody is interested in hosting the file let me know.  I really don't have a good place to host it.  It's around 4.4MB.   http://www.sourceforge.net is another good place for hosting open source Great game to be your first shot at it! : ) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. "Use of unassigned local variable" error on Xbox360 but not Windows

    Anyone know why the compiler produces an error when the following code is compiled in an Xb0x360 project but not when it is compiled on a Windows project public void GetTileRect( int tileX, int tileY, out Rectangle tileRect) { Rectangle myRect; myRect.X = tileX * tileWidth; myRect.Y = tileY * tileHeight; myRect.Width = tileWidth; myRect.Height = tileHeight; tileRect = myRect; } I get a "Use of unassigned local variable 'myRect'" when assigning it to tileRect. It's not a big deal, I can get around it by simply using "myRect = new Rectangle()". I'm just wondering why it works in one case but not the other. ProfEclipse wrote: I ...Show All

  • Visual Studio 2008 (Pre-release) FlowDocument ColumnRuleBrush problem

    Hello may be you can help me with this. I have a Flowdocument with paragraphs and I have set the ColumnGap, the ColumnRuleWidth and the ColumnRuleBrush. Now I've a Figure that has a size of two columns. The problem is that the Column Rule goes in the background of the figure. It's any way to make the rule hide in some parts of the flowdocumnt or set a background in the Figure to hide the rule Thanks a lot !!!! By default paragraphs have no background so any content rendered behind the paragraph shows through. Set a background color on the figures paragraph (or whatever its content is) and the rule should disapperar --Ifeanyi Echeruo [MSFT] ...Show All

  • Visual Studio Property using populated drop down

    Hi, In the class diagram template, when using the DSL classes have a property "Superclass" which has a drop down populated with the names of all the other classes in the designer. Could somebody tell me how this populated drop down is generated thanks Stephen Hi Stephen, You may provide your own type converter, generating list entries runtime. Here's a quick find using the search box above: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=71541&SiteID=1 Search for typeconverter to find more, like: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=335774&SiteID=1 Regards. Gokhan ...Show All

  • .NET Development Folders on website

    When I create a webform using VB.NET everything works fine as long as I upload my form to the wwwRoot folder, but when I create a folder in the root directory and then upload the webform to it, I receive a generic error message, "Server Error in '/' Application" Any suggestions will be greatly appreciated. Thanks for replying. The site that I'm uploading to is StartLogic.com (a web hosting service, etc). They have a web-based interface to the IIS engine and I have made the folder a virtual directory, but there is no option for me to assign a version of the .net framework. ...Show All

  • SQL Server How to send a report on data change?

    I have this report that uses one table. At some random times during the night this table will be updated. Is there a way to trigger the email report whenever the table changes its data Daniel Reib wrote: You can fire a timedsubscription at any time calling the FireEvent method. But calling the FireEvent means that he will have to do a webservice-call also and the SQL-Connect is allready opened.... Just my thoughts... cheers, Markus ...Show All

  • .NET Development How to send a SMS message programatically from a desktop app using C#?

    Thanks. Best regards, chance. One more thing. My company www.valentiatech.com offers Mobile gateway which is used by many mobile cariers like Orange and Vodaphone of Europe but I did not refer that. If he interested in that he can contact them I dont know what are there deals. Best Regards, Rizwan aka RizwanSharp ...Show All

  • Visual Studio Team System Setting for URL in Reporting services

    Hello, When viewing the project portal and drilling down into the Work Items report, the ID links href is not showing the fully qualified URL. It links to: http:<servername>:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx instead of http:<servername>.ucr.edu:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx I have looked all over the server in XML and config files, Sharepoint and Report Server configuration, the database tables, and in the registry, but can't find where this value is being set. I have run TFSAdminUtil activateat, and that hasn't fixed it. Does anyone know where else I can look Thanks, James Ok, making that change causes a new ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Are Visual C# or Game Studio buggy?

    I sometimes am experiencing the following problem: when I start a program within the IDE and it throws an exception, then I cannot save any files and I get some error messages that there is memory Another question I have: will Game Studio Express support shader development in the way that Render Monkey or FX Composer do or in any other way I'll post more information next time when I get this error. It doesn't seem to appear everytime, because before I've made this post I tried to replicate it but unsuccessfully but it happend to me a few times. So the XNA content pipeline won't support shader development ...Show All

  • SQL Server Verifying SQL Server Licensing

    How do I tell what SQL licensing option (processor, device CALS or user CALS) was taken when the server was installed I have taken over a SQL 2005 server and I would like to check how many CALS (if any) it is licensed for. ...Show All

  • Software Development for Windows Vista MFC Application fails to intialize throws error 0x0000135 on Vista

    OS : Vista Development Tool : VS2005 Hi , I trying to run a dialog based mfc application( code generated through wizard, no other code) on MS Vista. Application fails to execute and throws the following error:- "Application fails to intialize properly(0x0000135) on Vista. Click on OK to terminate the application." Vista already has DotNet framework 2.0 installed as part of the OS so that doesn't look to be a problem. Is it a known issue on Vista Any pointers on the above issue would highly appreciated. Regards, Albert ...Show All

  • Internet Explorer Development Powerbuilder IE7 embedded webbrowser control

    Our Sybase Powerbuilder application contains an embedded Microsoft Web Browser control, accessing web pages on a local webserver. After installing IE7, dropdown controls within embedded web pages are no longer selectable. The options appear, but none are clickable. I have stripped the html code to a bare minimum, so it does not appear to be related to this. I have also tried noddy apps in various versions of Powerbuilder with the same results. On a machine with IE6 however, all is fine. Our customers have recently installed IE7 with the same result in the deployed application, and have had to revert to IE6 to resolve the problem. I have seen various issues with the IE7 install affecting VB6 apps, relating to shdocvw.dll a ...Show All

©2008 Software Development Network