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

Software Development Network >> W.Randy's Q&A profile

W.Randy

Member List

Les
MarkR***
JerryShea
C Howell
Jin12551
Meareg
Nitin Badole
Dushiant
Fred Herring
ArlingtonSue
CrystalGeek
Dan L
MouleeswaranSwaminathan
ChrisPeers
Gary M.
IcePanther
tchen777
No.5
jpchen
Rhodry
Only Title

W.Randy's Q&A profile

  • Visual Basic Read & change user settings that created by another vb.net project

    Hi, How can I read & change user settings that created by another vb.net project If the solution contains more than one executable, is it the better way to share the application or user data by using windows registry ...Show All

  • Windows Forms Identifying an XML element from a datagrid entry

    I have a dg thats displaying an xml file.  You can click on item and drill down into it's child nodes. I need to identify the xml element from that child.  Any thoughts what do you mean by identify it   like find out what type of element it is   find out it's parent node   can you be a little more specific ...Show All

  • Visual Studio HELP PLEASE: Where is Microsoft.ReportViewer.ProcessingObjectModel.dll?

    Where is Microsoft.ReportViewer.ProcessingObjectModel.dll Its' not on my B2 system, though the other two are. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.Common.dll C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.WinForms.dll ... No ProcessingObjectModel.dll here It does show in the GAC,  and it d/n show in the list of avaialble .NET assemblies to ref. Is this error related to the above issue "Processing Errors" "Failed to load exressions host assembly.  Details: Could not load file or assempbl 'expression_host_601.....' version=10.2.50215.44, culture=nutral,...  Fail ...Show All

  • Visual Studio MSBuild conditional import and Visual Studio IDE

    Hi all, First of all, apologies if this is the wrong group - the problem I'm experiencing seems to be in the MSBuild hosted in the VS IDE, rather than the command-line MSBuild. I have vcproj files with conditional imports (to pull in MSBee build rules for a FX1.1 build). These build fine from the command line with the relevant conditional parameters set - I use a condition of: Condition=" '$(Platform)' == 'Win32 (.NET 1.1)'" so I can in theory use the platform in the IDE to discriminate between 2.0 and 1.1 builds. This works fine in the IDE for conditional compilation settings (e.g. I have a <DefineConstants>$(DefineConstants ...Show All

  • Visual Basic Creating a program that can save in a specific file format.

    Hello, I was wondering how (and if) to create a program that will allow me to type some text, make some selections, and then save it. What I need to know is how to save the program then be able to re-open it properly. Thanks for any help.   Hi X, I hope you don't think me picky. I think there is a clear way to state this and the people who answer your questions will apreciate the clearly. You may enjoy the How to receive an Optimal answer to your question post at the top of the forum. Anyway... I'd ask the question like this: Hello, I was wondering how (and if) to create a program that w ...Show All

  • Windows Forms disable datagrid popup menu?

    Hi, As a default functionality, the Datagrid popups a small menu ( including Undo,cut,copy...) when the mouse right clicked in any cell. How could i disable this  Or how could i disable single right click. I really appreciated to share with me whatever came in  your mind...Thanks Scott: I would have sent this via private mail, but you didn't specif ...Show All

  • .NET Development App Domains access

    Hi, An AppDomain creates another AppDocmain to run some assemblies in it. Now from within the second AppDomain, i want to access the AppDomain that created this second AppDomain. I know i can create a property in the assembly that is being loaded in the second appdomain, and then set this property with the current app domain from the assembly tha tis running in the first appdomain. This way i can access the first appdomain from within the asembly in the second appdomain. Is there any way of doing this without creating a new property of typeAppDomain. Well, i cannot anyway derive from ...Show All

  • Windows Forms round edges...

    Hi, Is there any way I can make round edges for a panel  (without using any kind of picture) Thanks You can create a new GraphicsPath, by adding line,arc,line,arc,line,arc,line,arc. Then create a new Region object by using the above Graphics path then set the panel's region property to the newly created region. All the above code should happen along ...Show All

  • Visual Basic Use string value as variable name

    How do I use a value of a string as a public variable name/object that I can then change.... dim var1 as integer dim var2 as integer dim var3 as integer...ect... Dim vroot as string = "var" Dim i as integer = 1 Do var + i.tostring 'this returns "var1" 'now how do i use this var1 returned value to act like a variable i=i+1 loop until i = 15 Also how would i do this with objects....say i had a series of labels named label1, labe2, label3...ect... to call these through a "label + i.tostring + .text" script also...... Catch my drift....is this possible Thanks! For the issue with variable names, here is ...Show All

  • Windows Forms Datagridview and search

    I got a search on my datagridview and I need to be able to pull the record up in the screen so that the user can see it. An example could be looking from an order number 30033 which is off the screen it finds it but you have to scroll down to it. I want the program to find it then go down to the record that is in the datagridview. If the DataGridView is databound then you can use the Find method on the BindingSource. If the grid isn't databound then you will have to write some code that manually loops through the rows looking for your data. Using the BindingSource.Find method will return you a row index. Use that value and set the Data ...Show All

  • SQL Server Drilldown

    Is there a way to disable a level drill down I want to keep the level set to All and not have the user to drill down via the report. One possibility is to try custom dimension security: http://msdn2.microsoft.com/en-us/library/ms175366.aspx >> SQL Server 2005 Books Online Granting Custom Access to Dimension Data After a Microsoft SQL Server 2005 Analysis Services (SSAS) database role has read or read/write permission to a dimension, you can define security on each dimension member (also called dimension security). By default, a database role is not allowed access to any members of any dimension. You have ...Show All

  • Windows Forms Public Overloads ReadOnly Property Controls() As Control.ControlCollection

    I have a custom UserControl with controls inside. The Modifiers Property of them is set to Private. Now on testing I see that with MyControl.Controls my internal Controls are public and can be modified. Override the Property Controls with Public Overloads ReadOnly Property Controls() As Control.ControlCollection Get Return New Control.ControlCollection(Me) End Get End Property Generates a SystemArgumentException: "Child is not a Child Control of this Parent" Any Idea how I can protect (hide) my internal Controls Horst Hi David Thank you for the tip But how ...Show All

  • SQL Server How to concatenate constants and expressions in report field

    I was receiving [BC30205] End of statement expected Error when I tryed to concatenate: =INT(AVG(Fields!HT.Value)/360) ":" &INT(AVG(Fields!HT.Value)/60) Please hlp! Thank you.   You must convert to a string type. = CSTR(INT(AVG(Fields!HT.Value)/360))+":"+CSTR(INT(AVG(Fields!HT.Value)/60)) ...Show All

  • Visual Studio storing wizard outside of EFWizards folder

    I've created my own c# template project including the vsz file. Do I have to place my template files and the scripts directory under EFWizards If I don't I get an error when I try to create a project- The error is that the default.js cannot be found under EnterpriseFrameworks\EFWizards\<myWizardName>\Scripts\1033 I'd like to keep all my work in one place and I'd really like to stay out of the Visual Studio .Net 2003 directory. Thanks Jason ...Show All

  • Visual C# Pass paramters to applications when executing?

    Hi, How do you pass a parameter to an application when executing an application E.g. "MyApp.exe -parameter". Thanks, Weiran. Create a shortcut to the exe and add the args to the target line of the shorcut's properties. ...Show All

©2008 Software Development Network