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

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

pridmorej

Member List

tarmac321
gjvde
Colin Desmond
u0m3
Jacob Buys
ggvw
Terry Rueter
Dataminer101
Dynamic_array
Verrkomies
Morel Chang
Bonsaicoder
SBD
GapToN
Dan Weatherman
MP2006
mnrsmith
Andrei Gheorghe
-Ray-
Michael Nelson
Only Title

pridmorej's Q&A profile

  • Visual C++ vc++ 6.0: error C2143: syntax error : missing ';' before 'string'

    actually if i don't include my home-gown time header file the above problem goes away. A slightly more worrisome one is: LNK2001: unresolved external symbol _Direct3DCreate9@4   Which appears whether i call it with microsoft generated code or my own i have the DSDK and DirectX 9.0c (both december 2005) It only appears when i try to build the file, it compiles with no errors. i put both the necesary DSDK and PSDK directories in their proper locations I tried playing witht he compiler options. No luck still generated the same error :( Thanx (again) A linker error means that you've not linked to the correc ...Show All

  • Visual Basic vaildate email address

    Hi guys, again probably something simple, but I'm writing a form in which I need to control whether an email address is valid (contains @ symbol) any ideas how I can do that thanks, chris (sorry for asking really dumb questions - but I'm trying to unstupidify myself) Hi Chris Regular expressions are very powerful but the patterns do make them look extremely daunting. Before worrying about the patterns, try implementing the code to validate your email address and get that working. Once you have that working, the code is very similar for all other types of regular expression patterns you ma ...Show All

  • Visual Studio Express Editions Mdiparent - Is this bug solved?

    I've an mdiParent (maximized) with X children (maximized). The mdiParent contains a menustrip. I load the children into the parent. The first time when I load a child into the parent, the menustrip hides a part of the child. When I minimize the parent and then maximize it, the position of the child is correct (below the menustrip). The same problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180826&SiteID=1   Please do not post duplicate posts. If your question has not received any replies it is most likely because nobody that can give you an answer has replied to it yet. Have some patience. Your other p ...Show All

  • Visual C# Confused with generics

    I have a class with several generic lists: class MyLists { List<a> aList = new List<a>(); List<b> bList = new List<b>(); Dictionary<int,List<alphabetbase>> dictonaryOfLists; } each list consists of objects that all inherit from the same base class class a : alphabetbase { } class b : alphabetbase { } class alphabetbase { int id; public Id { get { return id; } } } in MyLists, i want to have a Method called "GetById" that looks like this: public T GetById<T>(int id) where T : alphabetbase { //grab the list from the Dictionary List<T> list = dictionaryOfLists[typeof ...Show All

  • Visual Studio Express Editions Uninstall won't work

    I'm having problems with my current installation of VB 2005 Express Beta 2 and want to uninstall/reinstall, but can't. if i try to uninstall, i get a popup saying "Setup is unable to determine a valid ordering for the installation. See the error log for further details." Where do i find the error log, and what can it tell me Anyone seen this before I managed to find a cleanup utility from MS that worked. i think it may have been that tool that ended up working. if it's the visual studio 2005 cleanup tool, then that's the one. i'd run it to check, but i don't want to clean up my install again... it's useable ...Show All

  • SQL Server Need help on Matrix Column Grouping

    Hi all, I am trying to make column grouping which look like this: Group1 Group2a Group2b Group2c G3a G3b G3c G3d G3a G3b G3c G3d G3a G3b G3c G3d Data Data ...Show All

  • Visual Basic GUID

    How do I generate a GUID from vb express 2005 beta 2 I have search the internet but all I could find was "select guid from menu". This is not what I want. My program needs to generate a GUID from a button click. Thanks in advance, ...Show All

  • Visual Studio Team System ServerMap.xml issue?

    Here's my ServerMap.xml file: <ArrayOfEntry xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema "> <Entry> <Key xsi:type="xsd:string">http://tfsvr1.foo.com:8080/Services/v1.0/Registration.asmx</Key> <Value xsi:type="xsd:string">137027A7-AF9D-4C57-BBEA-ADA7970899E7</Value> </Entry> <Entry> <Key xsi:type="xsd:string">http://tfs-testing.foo.com:8080/Services/v1.0/Registration.asmx</Key> <Value xsi:type="xsd:string">137027A7-AF9D-4C57-BBEA-ADA7970899E7</Val ...Show All

  • Visual Studio Using Layout toolbar in custom windows forms designer

    Hi, I am building a custom windows forms designer and I would like to enable the "Layout" toolbar for it so that I can use Align commands (and also TabOrder command). VS does ask the designer if designer supports these commands, but I do not know what to do once the user activates the command. My designer uses existing DesignSurface class for design. Does the existing DesignSurface support Align and TabOrder commands out of the box If so, how can I turn them on Thanks. Hi, i want to extend the XAML editor, to make something like this, but only available for my own controls I think it shoul ...Show All

  • Visual Studio Tools for Office Error:"The Assembly could not be found or could not be loaded" .The problem is at even click to the word document

    when i click the document for the first time every thing works fine.The word document is loaded with all the required contnets as we coded in the word projects.After closing the document when i click the word document again then it gives an error- The assembly could not be found or could not be loaded.you can still or save the document.contact your administartor or the author of this document for further assistance .Then i close the document and click the word document then it works fine.It is not working at even click of the word document.If anyone have a solution then please tell me Hi Rohit It seems like a strange problem to me. C ...Show All

  • Smart Device Development AT commands & Visual C++

    Hi! I want to communicate with a module GSM (Nokia 12) using AT Commands. I use Visual C++ 6.0. I get it using the hyperterminal, but with Visual C++ I only get connected, but not send and receive commands...someone can help me This forum is for development on devices related issues, not desktop. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • SQL Server which kind of file with extension .pem ?please help me

    In document for  encryption in SQLServer with application XP_Crypt, i see file with extension .pem when using private key or public key. How to create file .pem. Please explain me private key or public key. PEM = Privacy Enhanced Mail A search on the Internet should provide you with additional information on this format. For example, see: http://search.msn.com/results.aspx q=Privacy+Enhanced+Mail+&FORM=QBRE Also, for learning more about public keys, see: http://search.msn.com/results.aspx q=public+key&FORM=QBHP Thanks Laurentiu ...Show All

  • Windows Forms ClickOnce Deployment Error

    Can anyone help with the following error   It's happening when a user launches the application from IE. "Unable to install or run the application.  The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first." I am getting a similar error: "The application requires that assembly Micrsoft.mshtml Version 7.0.3300.0 be installed in the Global Assembly Cache" I have no idea what is causing this. ...Show All

  • SQL Server Restore a database from Yukon to SQL 2000 SP4 edition?

    Hello, I have a siuation that need restore a testing database that currently running on Yukon server to SQL 2000 SP4 staging server.  I am getting an error when I go with filelistonly option to see if its possible. ### Error Starts ### Server: Msg 3169, Level 16, State 1, Line 1 The backed-up database has on-disk structure version 603. The server supports version 539 and cannot restore or upgrade this database. Server: Msg 3013, Level 16, State 1, Line 1 RESTORE FILELIST is terminating abnormally. ### Error Ends ### Yes, I am trying to downgrade it, any way that I can do Thanks in advance. Sunny Jung ...Show All

  • Visual Studio Team System Team Build & CrystalDecisions

    I've just added some Crystal reports to my winforms app and now the Team Build fails becuse the CrystalDecisions assemblies are not installed on the build server. How do I do this Hello Jonesie! We do not have Crystal Reports assemblies included in the Build Server SKU. To build these Crystal Reports projects, please install the Crystal Reports redist (that comes with VS) on your build machine separately and then build these. Please let me know if you face any more issues and thanks for using Team Build! - Anu ...Show All

©2008 Software Development Network