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

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

GCParris

Member List

Lepaca
Finzzownt
double americano
Sjako
Rei
RS99
MarioFromBelgium
Karthik Mohan
Cockgle
Lakshmi Padala
zegeba
RENE ROMAN
saju jana
Jakino
jcjj
Bala_SSRS
CaptEded.com
Sam Gentile
Frank Osterberg
littlePT
Only Title

GCParris's Q&A profile

  • Visual Studio Express Editions Bug or problem?

    Dim song As String = tags.artist & " - " & tags.song When setting a text box to song it only appears with the tags.artist. When debugging i have found that first of all it sets the song to "tags.artist but it misses out the ending ". Is this a bug with vb and if so can it be fixed or is it something i have done wrong Probably not what you want to hear but it works fine on my machine whether tags is a class or a structure. Do you not get any error messages ...Show All

  • Visual Basic Word automation in VB .NET 2005

    Hi, I just installed VS 2005 Profession Version on my computer. When I opened my project that was working in VS 2003, it gives me error on word application. I have Window XP, Office 2003, VS 2003 and VS 2005 on my computer. After searching from internet, I download Office 2003 PIA and installed. I also followed the steps " How to: Install Office Primary Interop Assemblies (http://msdn2.microsoft.com/en-us/library/kh3965hw.aspx)". But the error won't go away. Here is part of my code with warning: Imports Microsoft.Office.Interop --- for this imprts, it gives me warning: Namespace or type specified in the Imports 'Microsoft.Office.I ...Show All

  • Visual C++ changes of operator overloading in vc++2005

    in vc++2003, managed c++ operator overloading of value type use the CLS function, such as op_Addition. but, in vc++2005, it seems that operator overloading of value type is changed back to the traditional way. it uses key word operator, such as operator+. i tried vc++2003 way in 2005 and i got the error below:  Error 1  error C3195: 'op_Addition' : is reserved and cannot be used as a member of a ref class or value type. CLR operators must be defined using the 'operator' keyword  I don't know if i am right at this point. so, if anyone got any idea, please tell me. thx. Riekey, in C++/ ...Show All

  • Visual Studio Team System is .net runtime beta 2 redistributable?

    If I were to develop shrinkwrap software with beta2, would it be legal to distribute the .net runtime beta2 with my software   jedediah wrote: Let's say I decide to target the .NET 1.1 runtime. In Whidbey, how to I setup my project to throw a compiler error if I use any 2.0 features I think you need to post this question as a new thread.  If I understand how this forum thing works people who filter down to only see unanswered questions won't even see your post since this thread is marked as answered As to your question, I don't think it is possible to do what you want.  In th ...Show All

  • Visual Studio Express Editions The things I draw don't stay!

    Hi all, my application involves retreiving information of pixels to form an image. I created an access database with 3 field, PixelColumn, Pixel Row and Colour. I'd then draw rectangles as pixels and fill these pixels with the corresponding colour from the database. A screenshot is available here. http://i5.tinypic.com/120mipz.jpg But if I minimize the form and maximize it again, the rectangles disappear! Is there any way I to make them stay This is a code sample of my DrawImage subroutine. ------------------------------------------------------------ Private Sub DrawImage() Dim myBrush As New System.Dr ...Show All

  • Visual Studio How to define a password field for the input parameter

    I want to know how I can create a password field where MSBuild will prompt the user to enter the password rather than hardcoding within the MSBuild script file. A solution can be to define a property <Password> in your project file and then to set it when you launch msbuild doing: msbuild myprojectfile.csproj /property:Password=mypassword Except if you want this password invite to appear even when building from visual studio or for depency project too, in this case you must modify also the targets file Hope this help, RemJ ...Show All

  • Software Development for Windows Vista workflow design for enduser

    In my application, workflows can be created by VS2005 and compiled in DLLs. Can WWF give a way for enduser to design extra workflows and integrate into the app Thanks   You have to do a little work, but the workflow foundation comes with a workflow designer control that you can host in WinForms, WPF, or IE apps.  There are samples in the SDK related to hosting the designer including the workflow monitor.  Check out the samples on www.windowsworkflow.net for more use of this control.  You can also check out this simple editor example posted by Mark Schmidt . http://blogs.ms ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Maximum Range for Mesh.Intersect Function?

    I am testing for intersections from a point into a mesh at a specified direction, but it only returns hits usually if they are less than 100. I have gotten a 101 before, but, never greater than that. Is there some sort of maximum range for the intersect function I wouldn't imagine there being one, but, if so, how does one extend it Here is my code, in case someone spots an error elsewhere: Function HitMesh( ByRef AnotherMesh As CZoopD3D.CMesh, ByVal Direction As Vector3) As Single Dim Hits() As Microsoft.DirectX.Direct3D.IntersectInformation, I As Integer Dim Bottom As Vector3, Top As Vector3, PlayerM ...Show All

  • SQL Server OMAP850 support?

    Hi, Pardon me if this is not the right forum. Is SQL Mobile supporting OMAP850 If yes what cab should I use to manually instal sql mobile on the device, OMAP850 is not listed in compact framework nor sql mobile folders if no is there a plan to support OMAP850 one day Thanks, Philippe It's an ARM processor, so it's supported by both NETCF and SQL Mobile. You should install ARM CAB matching your device OS version. ...Show All

  • Visual Basic console applications

    I am currently taking a class on Visual Basic. We are learning about console applications.  We did a simple program in which everyone completed including myself with the exception that i am using Microsoft Visual Basic 2005 Express.  Everyones dos window after running the program stayed open but mine opened ran and then closed in a blink of an eye.  How do I keep the the dos window open While I must admit that I do not know off hand how (if it is) this is happening automatically for them... drop these two lines at the end of your main method to delay the completion of the application ...Show All

  • Visual Studio Team System How to iterate through cached objects

    I want to cache data and iterate through it programmaticly (ASP.NET 2.0). The ObjectDataSource has an easy implementation for caching, but I can't find functionality to iterate through the data in a ObjectDataSource (or SqlDataSource). How can I iterate through the data in a SqlDataSource or ObjectDataSource, or when not possible, what is a good solution to this problem Hi DeKale, This forum is only for Team Edition for Software Architects. A better forum to post this question in would be one of the ASP.NET forums, which you can find here http://forums.asp.net/ . Thanks! ...Show All

  • Visual Studio Tools for Office Bug Caching Non-DataSet objects in ServerDocument???

    Is there a bug with caching objects that are not DataSets in Office 2k3 docs Although the examples state that anything xml-serializable can be cached using the "Cached()" attribute, I have had no luck trying to cache a simple string in a Word doc. My code in ThisDocument.cs is something like: public partial class ThisDocument {     string id = string .Empty;     [Microsoft.VisualStudio.Tools.Applications.Runtime.Cached()]     public string ID     {         get { return id; }         set { id = value; }    ...Show All

  • SQL Server Moving Database Diagram 2005

    Hi everyone,in sql server 2005, can anyone please tell me how to move a database diagram between 2 databases on the same server . Both database have the same data structure. I found this article on MS http://support.microsoft.com/default.aspx scid=kb;en-us;320125 ... which works for SQL 2000 but in SQL 2005 the SQL line 'select * from dtproperties' is not recognised. Thanks for any help I'm still confused. As far as I can tell dtproperties table no longer exists in SQL 2005. http://www.codeproject.com/dotnet/ScriptDiagram2005.asp looks interesting. It is a tool to import and export SQL 2005 dat ...Show All

  • .NET Development How to get the application main form

     Hi All, I am developing a Windows application using C# - VS2005.  Is there a way to get a reference to the main application form ( the one that was started by the application.run()) from any user controls, any objects within the Windows application Thanks in advance The Application class has an OpenForms property that should give you a list of the currently open forms.  You should then be able to iterate that and look for one that's of the same type as your main window. -Shawn ...Show All

  • Visual C# Create webBrowser control in external window

    Is it possible to create a .net2 webBrowser control in an external window provided I have it's parent handle (like CreateStatusWindow ) You can put the WebBrower control on a Form and just open that Form. Now you have it open in a seperated form. You can adjust the FormBorderStyle property to give it the look you want. ...Show All

©2008 Software Development Network