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

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

John Meade

Member List

MINA7343
WillTartak
CBoland-SARK
CoolDeep
Debbie Aarvig
golferdrums
Hoahai
vdh
afel
ZenX
Newbie102
Max Lam
LEBRUN Thomas
ManishBirla
chris seddon
vpsivam
Gleapman
RB123
__TOM__
Pratibha
Only Title

John Meade's Q&A profile

  • .NET Development Which thread is running for a callback function of Web Service Asynchronous Call?

    In .NET 2.0, which thread is a callback of WS asynchronous call Is it in the caller's thread or a different thread ...Show All

  • Visual C++ Visual C++ lagggggggg

    I am currently looking into which language I should stay with, I feel like C++ is being abandoned and C# is being moved in. What do you guys feel is the better language for game development and 3D tool design, ie CADs and etc. Hello There,   I completely agree with you with the changing scenario it is clear that C++ is being abandoned and C# being promoted. May be in due course of time C++ will find place only as a reference (may be thats a lil exaxaretion) Coming to the point dear C# offers good and advanced features to people like us who are into Game development or Web development (I am into ...Show All

  • SQL Server Unable to read local eventlog (the parameter is incorrect)

    In trying to setup alerts and activating them, an error occurs in the sql agent log of Unable to read local eventlog (the parameter is incorrect) The full messages from the Windows NT Logs shows: Event Type: Error Event Source: SQLSERVERAGENT Event Category: Alert Engine Event ID: 318 Date:  03.11.2005 Time:  17:14:47 User:  N/A Computer: RESYSHADOW Description: Unable to read local eventlog (reason: The parameter is incorrect) Does anyone know what could be causing this.   I have tried it on Windows XP SP2 with local Admin account and on Windows Server 2003 with Domain Ad ...Show All

  • Visual Studio Express Editions VS.NET Style Tab Interface

    Hi, How can I create a VS.NET style Tabs - similar to the one that allows us to switch between the Design view and the code window. Regards Partha You could probably achieve that effect using the TabControl and owner-drawing the tabs. See: http://msdn2.microsoft.com/en-us/library/yyfab68k(en-US,VS.80).aspx Steve ...Show All

  • Windows Forms add new record in the binding datasource using BindingManagerBase.AddNew() method

    I have a data-entry type form and I created with textboxes bound to a dataset.When I use the following code to add a new row to the dataset that my textbox bound to , a new row is being added (bmb.Count will increase one) , but the postion of the bmb doesn't position to the newly added row even though I use bmb.Postion = bmb.Count-1 , the postion didn't change private BindingManagerBase bmb ; bmb = this.BindingContext[this.dsDS.Table]; bmb.EndCurrentEdit(); bmb.AddNew(); this.newRow= (this.dsDS.Table) ((DataRowView) bmb.Current).Row; //I can't get the newly added row because bmb 's position doesn't point to the n ...Show All

  • Smart Device Development VS 2005 seems to require a focus on a form

    When developing my vb program in vs 2003, I was apparently not required to focus on anything on a form if I didn't want to. So on a form with nothing but a few buttons used for the purpose of calling other forms, I could use this code to press ESC and close the form: Private Sub LocMenu_KeyDown( ByVal sender As Object , _ ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase .KeyDown If e.KeyCode = Keys.Escape Then Me .Close() End If End Sub Someone helped me write this code, and I don't understand the implications of "MyBase", but in any case, I could press simply press ...Show All

  • Visual Studio Express Editions Visual studio 2005 express instalation error

    hi guys i installed VS.net 2005 before and i uninstall it again in a random way so i think that there is some files not removed from my computer although i uninstalled all of them when i try to install again i got an error that i need to uninstall specific stuff although i uninstall them so how could i resolve this error do i need to format my computer againnnnnnnnnnnnnnnnnn !!!!!!!!!  check this pic http://i1.tinypic.com/s45014.jpg   http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx http://blogs.msdn.com/astebner/archive/2005/04/19/409555.aspx http://www.robzelt.com/blog/PermaLink.aspx guid=56f30 ...Show All

  • SQL Server Fulltext FORMSOF( INFLECTIONAL, ... ) failed

    I add in my instance of SQL 2005 with SP1 fulltext search support for Russian, as described in http://msdn2.microsoft.com/en-us/library/ms345188(SQL.90).aspx Then I create and fill whery simple table "Query" with PK id_row(int) and field keywords(TEXT). Then I create FT catalog and populate it. Default Fulltext linguage on my server is 1049(russian) and collation is russian too (CI_AS). When I perform query as Select keywords from Query where Contains ( keywords , ' formsof( INFLECTIONAL, steel ) ' ) there is error - Msg 7607, Level 17, State 1 Search on full-text catalog 'SitesFT' for database ...Show All

  • Visual Studio Express Editions OpenFileDialog example not working - but why?

    Hi Wonder if anyone can help out Copied directly from system help on OpenFileDialog -> FileNames. Started with blank form1, and as per example setup instructions, added button named filebutton, picturebox named picturebox1, and created form load with InitializePictureBox() InitializeOpenFileDialog() When I run the Application, and step through the Sub OpenFileDialog1_FileOk routine, I can see the 'file' variable is holding the proper data for the file(s) that were selected, but when it gets to the PictureBox1.Image = System.Drawing.Image.FromStream(fileStream) Application.DoEvents() then nothing is displayed in th ...Show All

  • .NET Development Can XmlWriter validate against schema also? (.NET 2.0)

    Hi, I know that XmlReader can validate XML data against XSD. Is there an option to use an XmlWriter which can validate its data as it writes it In .NET 2.0 there is a new push model validator called System.Xml.Schema.XmlSchemaValidator with methods like ValidateElement(string name, string namespace,...) and ValidateAttribute(string name, string namespace, ...) which you could easily call from your own subclass of XmlWriter, it also has a handy method called GetExpectedParticles which tells you what is expected based on the current state. ...Show All

  • Visual Studio Express Editions This application has failed to start because MSVCR80D.dill was not found

    The file is there in c:\windows\winsxs folder. This happens when I try a to create a simple project to test system and press f5 to bebug it. The file will create with release set and create the exe but will not debug I would appreciate any help. I have removed all re-installed all and no matter What I do comes up the same  Thanks Operating system xp pro I  have the same problem with VC++ 20005 EE as you, I serached the filesystem for msvcr80d.dll,but I had no luck. ...Show All

  • Visual Basic month difference

    hi, how can i get the month difference between 2 variables of DateTime type and - is it possible to know how many days are in a specific month if yes, how thanks in advanced ok i just saw the dataDiff function... but i still dont know the answer for the second question... ...Show All

  • Windows Forms Adding a new "blank" record to edit

    I have a bunch of controls bound to a dataset. When I bring up existing data and make edits, all is well. But I'm missing the boat completely when it comes to adding a new blank record to be filled in.  I try adding a new row, but just get DBNull exceptions. Where am I going wrong You're probably having the "two different&n ...Show All

  • Visual Studio Team System Webtest for Web Services

    Hi, I am testing a Web Service using the VSTS webtests. I created a webtest, adding a web service request to it and entering the xml string to be passed to the service as the string body. When I use validation rule, "Find text", I get an error "The values cannot be NULL". The validation does not occur. Also I am not able to pass any XML/text document greater than 32KB in the string body. Is there a limitation or an alternative to this Thanks, Potluri It sounds like WebTestResponse's BodyString property might be returning null and causing that error in the validation rule.  What's the content-type header ...Show All

  • .NET Development Multi-threading in javascript

    Can any body tell me how to use the library to virtually work like threading in javascript Code is given below... /******************************************************************************** File: System/Threading.js Version: 1.0.0 Date: 2003-05-15 f(m) Base Class Library A ECMAScript library to serve as the foundation for ECMAScript-hosted application development. Copyright (C) 2003 Thomas R. Trenka, Ph.D. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later ...Show All

©2008 Software Development Network