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

Software Development Network >> Martin Szugat's Q&A profile

Martin Szugat

Member List

OtherworldBob
funklessbeavers
Cycling is too much fun
UV Protector
Farooq Azam
Shagun
qLothar
cabhijeet
bielo
DexterDurai
Bard-Erik Venheim
OilierThanThou
hasfad
Don Collins
Muthu Arumugam
WojtekG
delly_jm
Suma Sushilendra MSFT
fariborz
Prakash Srinivasan
Only Title

Martin Szugat's Q&A profile

  • Visual Studio Express Editions VC++ Need explanation of message please.

    Can someone explain what the message " Either VCProject or VCCodeModel is not ready yet. Please close designer and try again." means please. I keep getting it in the form designer and cannot see how to fix the problem. Were you attempting to open a project from a prior version or creating a new one - April Reagan, VC++ Program Management Hello - Please check your installation and verify that you have upgra ...Show All

  • Visual Studio Tools for Office xmlnode misbehavior in Word

    I'm working on a word 2003 document using xmlnodes to allow the action panes to change while navigating the document. Three of the nodes will may contain optional muilti-line text, so I have the nodes all on the same line (so that the third node won't have 2 extra blank lines above it when it is populated but the first 2 aren't). <attachments><cc><distribution> A string variable is set from a series of combo boxes and ...Show All

  • Visual Basic Blocking Pop ups when auto-delegating tasks in Outlook

    I've noticed at work that when a manager tries to delegate a task, a msg box pops up saying something like "someone is attempting to access your account...how long do you want to allow, etc." Well, I have a macro that managers will run that will automatically delegate a lot of tasks to a lot of individuals and I want to get it done with no extraneous user input. Meaning, if John is delegating a task to Mary, then Mary should not have to do an ...Show All

  • .NET Development How to Fire onChange event in javascript in case AutoComplete is set on.

    I want to fire the onChange event of textbox in javascirpt when the autocomplete feature is set to on. I do not want to use onPropertyChange event to achieve the same. Thanks in advance. Dinesh   The IE newsgroups will likely be more successful at answering your question. IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx Click on the newsgroup with the particular version of IE yo ...Show All

  • Visual C# How to store list using Settings Designer (in 2.0)?

    Using the Settings Designer I can easily store individual items (string, int, double, etc...), but how do I store a list of items.  I used the Browse... selection to set the Type to ArrayList, but I couldn't figure out how to set the default value.  So, in the constructor of my main form, I added the following code... Settings.Default.MyList = new ArrayList(); Settings.Default.MyList.Add( "abc"); Settings.Default.MyList. ...Show All

  • Visual Studio 2008 (Pre-release) Open TCP Channels

    I have some WCF services that work fine with HTTP bindings, but when I attempt to convert it to run with NetTCP bindings, it fails after about 10-12 connection attempts. I suspect that this has something to do with exceeding the maximum number of open TCP channel connections. Do I have to manually close a channel connection on the client side after using it Thanks, Chuck What happened to MaxInboundConnections It no longer seems to be p ...Show All

  • Visual Studio Team System BUG: Serialization of Project type does not include ProjectConfigurationToBuild and ProjectSolutionToBuild!

    I'm working on a system for build automation (CI) and I'm having some problems with the Project type and that it doesn't include ProjectConfigurationToBuild and ProjectSolutionToBuild values when being serialized. Here are the declarations from the type definition (Microsoft.TeamFoundation.Build.Common. Project ): [ XmlArrayItem ( "ConfigurationToBuild" , IsNullable = false )] public ProjectConfigurationToBuild [] ItemConfi ...Show All

  • SQL Server Problem with numeric formatting

    I have a reports that use various sums to calculate totals. However if I enter this into the format field of textbox properties $#,###,###.##;($#,###,###.##) it gives unpredictable results. Some columns will format to 2 decimal places others will only format to the nearest dollar I though by explicitlty placing .## it would always go to 2 decimal places Cheers Damien maybe you can try just using C as the ...Show All

  • Visual C++ sprintf depreciated... so what do we use?

      Now I know that print formatting is available through stream operators, but how can this be used when printing to strings- i cant find anything in std::string (or am I missing something) and I presume there is no inherent method of using string << int etc. Any ideas Thanks Johan, here is my "problem" with string formatting:  sprintf(sv, "as[0],as[1],naf,vr,burst=%.5lf,%.5lf,%d,%.5lf,%d\n",    &nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh size versus scaling

    OK, when creating a mesh (triangles) and defining my simple shape - a rectangle for example - what is the best approach on sizing. That is, should I make a big mesh so it is big when placed in the scene Or should I make the mesh small and then scale it or what ever during the scene One instance of this is putting up a "flat" background image into the scene to serve as the backdrop. I made a "large" mesh (-5, 4, 0 to 5, -4 ...Show All

  • SQL Server Execution of Package failed

    I am trying to design package which would copy all tables and stored procedures from one server to another. It used to be simple task in SQL 2000, there was wizard. However the new wizard does not work... I wrote SSIS package, but when I execute I get the following error: "Can not apply value null to property Login..." Any idea It seems to me that this new SQl2005 is not that simple to use like 2000. 2000 was a great product. I am consider ...Show All

  • Smart Device Development Connect to ActiveSync using Wireless Network

    Using ActiveSync 3.8 I was able to easily connect over ActiveSync to my PC using my wireless network.  Since installing ActiveSync 4.0 I can not get this to work and I cannot find any documentation on how to set this up. My wireless connection is shown as connect if I goto Settings | Connections | Connections | Advanced | Network Card. How do I use my wireless network to connect to my PC using ActiveSync 4.0 Alicia ...Show All

  • Visual Studio Team System Team Build Error

    I keep getting this error when I try to build any of the projects under my Team build folder: The build service could not validate the caller.  Please ensure that the network connection between Build machine and Team foundation server is proper, and the caller is valid. Other people can build the same project on their machine.  Any help would be appreciated. Thanks, Anna I have seen this error before, ...Show All

  • Visual FoxPro small form failure

    I have created a small form to display messages from a larger major app form. It is supposed to display a message for 3 seconds and then disappear. It took me 5 min to make it. It can display its face no problem when run from a browser. The next step was to invoke if programmatically from the main app. I use SET PROCEDURE TO "C:\.....\formName.sct" command. It must be a compiled form file. This statement did not accept anything else, like *.s ...Show All

  • Windows Live Developer Forums Use asynchronous Search API

    Has anybody used the MSN Search API in asynchronous mode I do not want to do block the UI in the main window when doing search. Thanks. It should not be a problem to launch a query in a thread or use an asynchronous callback.  In fact, that is the preferred method when using a GUI. Frank ...Show All

©2008 Software Development Network

powered by phorum