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

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

GrahamCownie

Member List

Steve_H_USA
Rodrigo Landaeta
lnessling
Labi
Mark Dorey
Embedded Developer
dtsob75
Karen Longstaff
BabuKP
Timothy d burgess
Bill (Australia-Melbourne)
michels
Haider Sabri
T. Bolon
R Lind
Vineet Rao - Microsoft
NaturalInterface
Jen.e
TonyTheCalypsoKid
capriono
Only Title

GrahamCownie's Q&A profile

  • Windows Forms Accessing relationships using Dataset

    Hi, I have two tables, Services and NoveltyOptions.  Services.ServiceID is a PK and is used as FK as NoveltyOptions.ServiceID Some of the fields in NoveltyOptions table are: ServiceId, NoveltyName etc. and SErvicetable are ServiceId, ServiceName Can I access NoveltyOptions table using ServiceName table in dataSet  DsData.Tables[Services] //Complete this line to access NoveltyOptions.NoveltyName       ...Show All

  • Visual Studio 2008 (Pre-release) {x:Static ...} treated as a string when used in certain properties

    using the x:Static for Height works: <Rectangle Fill="Blue" Width="50" Height="{x:Static local:RandomNumberGenerator.RandomNumber}"> <Rectangle.Triggers> <EventTrigger RoutedEvent="Rectangle.Loaded"> <EventTrigger.Actions> <BeginStoryboard> <Storyboard> <DoubleAnimation Storyboard.TargetProperty="(Canvas.Top)" BeginTime="0:0:0" Duration="0:0:1" From="0" To="100" AutoReverse="True" RepeatBehavior="Forever"/> </Storyboard> </BeginStoryboard> </EventTrigger.Actions> </EventTrigger> </Rectangle.Triggers> </Re ...Show All

  • Windows Forms Windows Authentication with hosted SQL Server?

    I have a client that is a private school that can't afford their own SQL Server. They can, however, afford to pay monthly for a SQL Server that is hosted on the internet (e.g. www.alentus.com) Can I develop and deploy a WinForms application (foobar.exe) on the intranet that uses Windows Authentication with Active Directory to gain access to a SQL Server&nbs ...Show All

  • Visual Basic ** Integration With Excel Via ...**

    Hi , Actually I got a problem regarding integrating “my VB2005(BETA2) Pro with Excel “.. My Program simply fetches the Memory Looking Up for Some values to export to excel..   I did that very well in VB.Net 2003 but  it didn't work with VB 2005(Beta) Whenever I add the Excel Reference (Library), I see nothing in the Project Explorer. Besides, I always get a syntax error indicating that the Object Of the Excel application, the   Object Of   the workbook and the Object Of the worksheet I already Instantiated are not declared yet even though I already added their reference … ** I don't know what to do ** Can ya help ...Show All

  • Software Development for Windows Vista WfRuntime instance & Wf instances relationship.

    Hi everyone, Someone please explain: Can same WorkflowRuntime instance launch more than one instance a workflow type If yes,     * does every workflow instance runs on a new thread    * Can it also launch instances of more than one type of workflows Thnaks kr Yes and yes.  The actual threading mechanism is provided by a threading service that the workflow hosting application implements.  The normal behavior is that this threading service provides a thread from the .NET thread pool for each new workflow instance that the workflow runtime starts. Cert ...Show All

  • Visual Basic No editor for ".vb" in VS2005 Beta2

    Hi, I have received the VS2005 Beta2 DVD from Microsoft last week, installed it, and it worked fine for a couple of days. Then I went to the .resx file to edit some resource for the project. I then come back to open the .vb file and there it goes, the editor is replaced by a "Catastrophic Error" page  (not an error dialog box) sayiong something is wrong with the VB editor. I quit the IDE and reopen, then reload the vb project up. Quite unusual it starts up with the .resx file and not the .vb file as usual. I then double click on the .vb file from the solution explorer, and then an error box came up: There is no editor avai ...Show All

  • Visual C# Moving contents of a file

    I have a program that watches a folder and when a file is dropped into that file it executes some code on the file then moves it to another file. The problem I am having is I dont know how to select the new file that was just moved into the folder thats being watched. My question is. How can I select a file (or all the files, since their will only be one at a time) in the folder without knowing the files name, and be able to retrieve the name of the new file Thanks I tried both code examples and I found that when you add more then one file at once to the folder being watched the e.FullPath only executes ...Show All

  • SQL Server HTTP ERROR 401.1 - Unauthorized

    Hi I have access to my Report Manager, but i don't can browse to my reports. I use a domain account with permissions of Administrator in my local machine. My Report Server it's running on W2K3, and now have this error: "You are not authorized to view this page" HTTP Error 401.1 - Unauthorized : Acces it'd denied due to invalid credentials. IIS My windows service it's running under a domain account granted with permissions of Administrator in the local machine. I assigned permission for this account in all folders of Reporting Services and some files. Invalid credentials no, with that account i do logon to the server W2K3, t ...Show All

  • Software Development for Windows Vista CurrentStateId is always null

    Hi! I have created State Machine Workflow and CurrentStateId is always null. My question is - does CurrentStateId must show the Id of the current state (activity) in the State Machine Workflow or not What I did to query the state is to define a variable called currentState in the IOrderService interface, and define a methods that set/get the currentState (i.e. getCurrentState() and setCurrentState(String s)) Then within each state in the state machine, I add in a InvokeMethod activity which invokes setCurrentState with the currentStateID. The external program that invokes the workflow will also be ...Show All

  • SQL Server MDX query designer behaving correctly in Reporting Services?

    I've been working with the MDX query designer in Reporting Services 2005 (RTM Developer Edition) and have come across a behavior that does not seem correct. I can build a report using the wizzard, preview it, deploy it, and all is good with the world. But if I so much as click on the Data tab in the report designer, the report becomes invalid.  Is this by design, or is there some other way to edit a report created with the MDX query designer Regards, Clayton This is apparently a known problem. I posted this to the Reporting Services forum as well and recieved an answer there. Heres the link: http://forums.microsoft.c ...Show All

  • Windows Forms Unable to view designer in vs2005 c#

    I am trying to get some help with a very strange problem.  When I opened up vs2005 today my form designer would no longer work and caused vs to crash.  This happens on all projects, even newly created ones. I have tried reinstalling vs, but the problem persists.  If anyone has seen this problem or knows how to repair vs I would be very happy to hear from you. Thanks. DC. Disable that the toolbox become populated automatically. Delete All bin and obj folders Go to VS2005 command Prompt (Start menu|All programs|Microsoft Visual Studio 2005|Visual Studio Tools Start DEVENV with the parame ...Show All

  • Visual Studio Error when building solutions

    I created an MSBuild project that builds a solution. It seems to build fine, but at the end, MSBuild encounters the following error: An unhandled exception of type 'Microsoft.Build.Shared.InternalErrorException' occurred in MSBuild.exe Additional information: Internal MSBuild Error: The number of projects officially loaded at the beginning of the build should match the number of projects officially loaded at the end of the build. Any ideas as to what causes this error < Project DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " > <PropertyGroup > < OutputPath > t:\test\ < ...Show All

  • Visual Studio 2008 (Pre-release) Where are WCF tools

    Where can I get WCF tools like svcutil.exe etc They are not in the main download of WCF runtime. Where can I download the SDK from manu You are right,They are part of SDK tools you can follow this blog to install winfx on your machine(SDK also) http://blogs.msdn.com/madhuponduru/archive/2006/05/23/605077.aspx ...Show All

  • Visual C# non - public classes

    hi, I am making a dll which contains several 'public classes', just about every class refers to another classes info at some point thats why ive kept them all 'public' My problem though is when someone uses the dll, they should only be able to see one class in the dropdown (this then branches out into the other classes eg listbox.hello.ok etc) The thing is though they can see all the classes because they're all 'public classes', and i cant take the public away otherwise the classes wouldnt be able to access each other if u know what i mean, so im kinda stumped, Any help on this matter would be greatly apprecited, -- ...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

©2008 Software Development Network