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

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

Wildert

Member List

Chris Butler
slphosts
Shaun Wilde
Brekbit
Eduardo1953
RGrizzzz
RCroft
wessen
Andy_1979
MarcvdW
KevinH130844
Kamran Sorathia
Manuel Burggraf
Frederic Aubry
Billy B
Abhi_7
Hakan B
JP Gonzalez - MSFT
Frank Potter
RTS4ME
Only Title

Wildert's Q&A profile

  • Visual C++ vs 2005 pro final version hang using vs 2003 c++ project

    Open a VS 2003 c++ project with VS 2005 pro, convert it as requested then vs 2005 hang continously no matter what i do: edit a file, build etc. The error seems to be in mfc runtime dll vers. 8. I'm crazy. help The best and only way to deal with these types of problems is to send your source code and project into Microsoft (if it's not confidential code).  This way they can reproduce the problem in-house, and possibly make you a QFE (quick fix engineering patch).  I don't think there will be patch or service packs for many months (if at all), based on past experience of VC 2002 and 2003. ...Show All

  • Software Development for Windows Vista How to get windows state

    Hi Can anyone tell how can I get windows state,i.e., it is hidden, minimized or maximized. Thanks. Hi & Thanks for the post, Searching msdn.microsoft.com, I found this page: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vsintro7/html/vxlrfwindowstateproperty.asp also I found this page: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfSystemWindowsFormsPrintPreviewDialogClassWindowStateTopic.asp and for C++: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vcug98/html/_asug_windowstate_property.asp Is that what you're looking for Thanks ...Show All

  • Visual Studio Visual studio professional+inbuilt SQL Server Express

    I am a student who downloaded the VS2005 Professional from the MSDN Academic Alliance website. I believe this has a SQL Server Express inbuilt. The setup went off fine, but now I am stuck because I do not see any admin tools (to create databases), or anything like a query analyzer. How do I go forward Also, I tried to see, if i could add features (assuming these admin tools werent installed the first time around). But the setup does not show SQL Server as one of the components now. Microsoft is still working on a graphical admin tool for SQL Express, which is available as a CTP right now: http://www.microsof ...Show All

  • Windows Forms DataGridView Object Data Sources

    Hi All, I have tried to use a datagridview in a windows form  to render a list of wine objects.  The wine object contains a Region Object.  I want the datagridview to to display two columns, Wine.Name and Region.Name.  I have created a BindingList of Wine objects which is then bound to a datagridview.  Using autogenerated columns, the Region.Name column renders as just its type name - not the data... What am I doing wrong Public Class Wine    Dim _name As String    Dim _origin As Region    'Wine Name    Public Property Name() As String  & ...Show All

  • SQL Server Excel and SQL

    Hi! I have an CSV file that looks like this: username1 password1 username2 password2 username3 password3 Usernames are in the A column, and passwords are in B column. Next, I have a table Users with columns Username and Password. My task is this: I have to go through the CSV file and update the password for the specified username. The file is always in the same location. I first wanted to do a DTS from the csv to a temporary table, and then do a regular update, but if there is a way to do this directly from csv to update, without the temp table, that would be great. Thanks! Hi, you ca ...Show All

  • SQL Server columns_updated() -- working backwards

    Hello all...another new guy question here... I'm working with an UPDATE trigger and the COLUMNS_UPDATED() function.  I *believe* I understand the basics of this ... on a table w/ 8 columns or less.  I understand the issue of using a substring to check a table w/ 9 or more columns. OK, here's the scenario:  myTable has 8 columns.  If I map this out it looks like: Value     1      2      4      8      16      32       ...Show All

  • Visual C++ Capturing /showIncludes output

    Hi. I'm trying to capture the output of cl /showincludes . The docs say that this goes to stderr , but that seems not to be the case. In a 'normal' console window, the output goes to stdout and I can use cl -c -showIncludes f.cpp >includes When run from VisualC++ (visual c++ 2005 express edition), cl insists on sending its output to the Output window, and no amount of redirection seems to be able to pursuade it to do otherwise. Thanks, Bob. [ C:> cl -nologo -Bv Compiler Passes: C:\_1\VC\BIN\cl.exe: Version 14.00.50727.42 C: \_1 \VC\BIN\c1.dll: Version 14.00.50727.42 C: \_1 \VC\BIN\c1xx.dll: ...Show All

  • Visual C++ Web Browser

    Hi, I'm Robert, and I'm new to C++.  I am using Visual C++ 2005 Express Edition Beta and I'm creating a web browser.  My layout is, for the most part, done, now, I have to implement all of the functions.  I need to find out how to make the File | Edit |View | Favorites (My version of "favorites is different, I just used that name so everyone would be familiar with it) |Tools | Help..... As well, I need to make the browser's buttons work, like Go, Refresh, Back etc AND I've tried to send what I've done so far to people, but it won't work for them, and I'm guessing that I have to put in certain dll files or something, how d ...Show All

  • Visual Studio Express Editions Reading from Textfile...

    Hello, I need to read from a text file stream... Yes, I know, it's streamReader but what I really need to do is assign a variable for each of the lines... How would I do this For instance, this is the text file: -----------------------------START (exclude this from the imaginary text file)-------------- 14 ab keehun visual basic 15.43 --------------------------------END-------------------------------------- and line one (14), I need to assign this as firstNumber (Integer) line two (ab), I need to assign this as firstString (string) line three (keehun), I need to assign this as secondString (string) and so forth... Or in another words, how d ...Show All

  • Visual Studio cant see icons in custom menu items

    Hi,  I have added four menu items in my .ctc file. have also added one bitmap file. but my menu items doesnt shows the icons on it. whereas the same example is working fine with the file generated by the wizard. Please help. thanks in advance. One other thing to keep in mind, is that you may need to run DevEnv.exe with the /rootsuffix Exp /setup switches again. I've run into scenarios where I've changed/added icons to my commands and toolwindows after the fact, and you need to run DevEnv with that /setup switch to clear the cached images. Sincerely, ...Show All

  • Visual C++ C3767 Candidate function not accessible

    Hi All, I am unit testing one of my components and I came across this problem C3767 candidate function not accessible. I am getting such problem in trying to access a method of a C# class from a managed C++ code. Whereas it works when I access the same method from C# code. What could be the reason for it Should I write a wrapper for it The below method get_NativeAfwAspectCategoryId() is the culprit. But I can see the property NativeAfwAspectCategoryId in the object browser. Afw::NativeTypeHelpers::CAfwAspectCategoryId *caid; caid = new Afw::NativeTypeHelpers::CAfwAspectCategoryId(str); AFWABSINTERFACESLib::AfwA ...Show All

  • Visual Studio Express Editions I need to count by ascii characters. Seems tricky!

    Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next one over goes up one, and if another char doesn't exists, it is created. Okay, I need to do this but instead of doing it with numbers 0 - 9, I need to do it with 93 ascii characters! Ranging from chr ...Show All

  • Visual Studio Express Editions Visual Studio Common IDE Package Failed to load

    Hello, I just installed the new Visual Web Developer 2005 Express Edition Beta 2 and I get this error everytime I open up the application: The Visual Studio Common IDE Package ({6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'VWDExpress /resetskippkgs' at the command prompt. I did try to do as it had stated to, but no dice. HELP! The first Beta version worked great. I uninstalled everything as requested before installing the Beta 2 Version. Can someone let me know how to fix this. Also, where I can get training in ...Show All

  • Visual Studio Express Editions Can you use assembly in VC++ Express?

    Just curious! I'm not a dinosaur or anything (only 23) but I did get started in programming way back in the dos/os2 days using C/C++, ASM, basic, and pascal. So, can you use any inline asm in Express You can use the /FA compiler switch to generate the asm. http://msdn2.microsoft.com/en-us/library/367y26c6.aspx should contain more info. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C# accessing outlook 2000 using c# with out MAPI & without COM

    actually i want to access outlook in c# application. means i want to access all mail items in all folders with out MAPI. can any body suggest with .NET components. Hi Sivaji, Based on my understanding, you want to read outlook 2000 items in .NET. If I misunderstood, please feel free let me know. If we did not use MAPI, we need to go the COM way. Automation Outlook and Read/Write its item. We can use Outlook COM Object Modal in .NET by adding COM referenect to Outlook. For Outlook XP,2003 we have offical PIA(Primary Interop Assembly), but for outlook 2000 there is no PIA. So that the IDE will generate a ...Show All

©2008 Software Development Network