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

Software Development Network >> John Bevan's Q&A profile

John Bevan

Member List

jack zareba
Jothishankar Velayudam
Jeffrey van Gogh
Kip Streithorst
PrabhatNigam
micronax
Brett W
Buhi Mume
Imtiaz
Todd Borland
BoneCrusher
Debasish Bose
Peemik
alex_razv
ALi YUKSEL
mageets
Matthewsnape
Renze
arvindbksc
JHoxley
Only Title

John Bevan's Q&A profile

  • Software Development for Windows Vista Error Afetr installing Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe

    Hi , After installing WWF beta 2.2 , am getting an Error msg like that , Method not found: 'Boolean System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.get_CheckTypes()'. Hide at Microsoft.Workflow.VSDesigner.VSWorkflowDesignerLoader.Initialize() at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host) at System.ComponentModel.Design.DesignerHost.BeginLoad(DesignerLoade ...Show All

  • Visual Studio Team System Using Resource files to support fxcop validation

    Hi Everybody, Another question... I have to verify if some classes has in the composition of their names a specific Entity Name, like selEntityName, insEntityName, and so on. Well, I have a great number of Entity Names to search and compare to see if the name is valid. To be easy this process, I created a xml file with all my Entity names and put inside a resource file (.resx). This resource file has its property "Build Action" defined as Em ...Show All

  • Visual C# Passing structure of type _RemotableHandle to map HWND in unmanaged DLL

    Hi All, I have a function in my COM dll where in it expects paramter of type HWND. I am interoping the COM dll in my windows  C# application to make use of the method  The question how should I pass the My C# application window handle to C++ COM API   I am trying to do like this , but it is not working as expected, any ideas where I am wrong     MyLib._RemotableHandle windowsHandle = new MyLib._Rem ...Show All

  • Visual Basic Try..Catch not executed in EXE

    I have a Shared Sub Main() in my application which, after performing various startup tasks, shows the main form by executing Application.Run(frmMain). All code in Sub Main is encased in a Try..Catch block. If an error occurs further down in the call stack (in the form or another class), then that Try..Catch block catches the error, displays a message, and calls a shutdown routine. This works fine in the development environement. However, in t ...Show All

  • Visual Studio 2008 (Pre-release) Several Problems with ListView

    I have some problems when using a ListView. I still have the problem which I posted befor ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=379578&SiteID=1 ) and the problem Thomas S. Anderson already mentioned ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=384949&SiteID=1 ). In the Code-Behind-File I added some EventHandler to the ListView: ListView.AddHandler( ScrollViewer .ScrollChangedEvent, new ScrollCha ...Show All

  • Windows Forms GetProfileString() - WriteProfileString() successors !

    Hi All, Is there an implementation of GetProfileString() and WriteProfileString() functions in .NET   Something similar to java.util.Properties class  Thanks in advance ! Thanks vbasics, but I may app has to read MANUALLY created file with string tables& ...Show All

  • Windows Forms Can't hide first column in DataGridView

    I am unable to hide the first column in a DataGridView. I am not referring to the header column but a databound ID column in the grid. As a general rule I put the ID column at the front and hide it so I can always reference the ID column in column [0]. For some reason I am able to hide any other column by setting the visible property to false except for the first column. I was just getting ready to post about th ...Show All

  • SQL Server Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    Any help would be very very much appreciated as I am about 15 hours into this :( Background is a development system with ASP.NET 2.0 and SQL express 2005. The server is SQL 2005 standard edition. Any ASPX pages that connect to a database results in errors. I have 2 identical servers with Windows server 2003, one has SQL Express and the other has SQL Server 2005 standard. that is the only difference between these systems. The scripts that w ...Show All

  • SQL Server valid dbo user

    Hello, I'm brand new to Visual C#. I'm trying to create a database to link a windows form to. I've made some tables and when I try to create a database diagram I receive an error: "The database does not have a valid dbo user or you do not have permissions to impersonate the dbo user, so database diagramming in not available. Do you want to make yourself the dbo of this databases in order to use database programming " When I select ...Show All

  • Visual Studio 2008 (Pre-release) Number format

    Hi how can i store number like 00,01,02,03,.....10,11 in a combo box or list box Thanx-Nagu myLstBox.Items.Add("00"); myLstBox.Items.Add("01"); myLstBox.Items.Add("02"); etc... In XAML: <ListBox> <ListBoxItem>00</ListBoxItem> <ListBoxItem>01</ListBoxItem> </ListBox> HTH ...Show All

  • Windows Forms Limiting borders on MDI Forms

    Hello! I have a MDI Parent Form with a Menu Strip. When I activate the child form, I can move it beyond the border of the parent form (creating a scroll on it). I can also move the child's form header to the back of the parent’s form menu strip. Is there any way to limit the area where the user can move the child form inside the parent form In my case the child shouldnt exceed the border of the parent form or be moved to the back of the ...Show All

  • SQL Server rsAccessDenied

    I have a reportViewer control on a webform. In my partial class I set the report path, server and parameters in the Page_Load. When I run the report I get this error: The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied) Here is my code: Dim u As New UriTypeConverter Dim ReportParameters(0) As ReportParameter ReportParameters(0) = New ReportParameter(" ...Show All

  • Windows Forms flash problem

    I'm using the flash activex control to load swf files. I want it to be dynamic, I'm adding the control at runtime,and it works ok, but I can't load the movie into the control. I tried the Movie property and the loadMovie method but bo ...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', an ...Show All

  • Visual C# Login

    hi all, I am designing a login "component" for my application. Do you know of any good examples of login implementation on the web that I can get ideas from It must NOT be windows authenticated login. I have my own dB table etc. Thanks Hi If you have your own database table that stores your user's credentials then you could use SQL and ADO.NET to authenticate your users. The following assumes that you have a table call ...Show All

©2008 Software Development Network

powered by phorum