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

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

Simfool

Member List

Chimme2
mharjes
Fairfield
robbrianius
KayaksTheAtlantic
walter wu
.NETBloake
Manikandan158716
asum
keredc
Sreej
Petr Bouda
ccsfiona
gmoffitt
Professor Dave
molecula
Pat Brenner MSFT
Albert Benatov
Rayco J.
Mattsa
Only Title

Simfool's Q&A profile

  • Visual Studio Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}

    Gentlemen, I got a problen when I were installing the .net framework. The error message is "Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}" Is there anyone can help me to figure out what it is Thank you ! Geoffrey Two possible solutions: 1. Remove mscoree.dll from system32 directory. Reboot not necessary. This should solve the problem. 2. Uninstall beta version. If you get th ...Show All

  • Visual C++ Class View don't show all members

    I just installed Microsoft Visual C++ 2005 (I was using Visual C++ 2003 before) and Class View doesn't work well. It just show me the begining of the class members but not all the members (data, methods, etc...) : On that sample code (just part of it), it just show me : BEGIN_TEST_MAP(CVTxDeRatio) UpdateRegistry(BOOL bRegister) _CreatorClass And here's the H file sample code (they are more methods in the original one) : class ATL_NO_VTABLE C ...Show All

  • .NET Development dataset "WriteXml" format

    I have a table ("ssn") in a dataset. I want to write the table to a xml file. When I call Dataset ds = new Dataset("Demographics_Stats"); dataAdapter.Fill (ds, "ssn"); ds.Tables["ssn"].WriteXml(outputFilename); the output file looks like this: < xml version="1.0" standalone="yes"> <Demographics_Stats>   <ssn>       <PersonID>0000023</PersonID>   </ssn>   <s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText

    I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is ...Show All

  • Visual C++ Please HElp With LPCWSTR

    Hi.. Belive me when i say that i looked all over the internet for this and no clearifing result.. i try to use mciSendString function to play a file.. probem is that it has parameter LPCWSTR.. :(( .. i use WIN32 console application.. so i must read the path from the console.. CODE: int _tmain(int argc, _TCHAR* argv[]) { int error=0; wstring path; wchar_t* str2=L"play MediaFile"; error=mciSendString(path.c_str(),NULL, 0, NU ...Show All

  • Windows Forms Simple lightweight portable database

    Hey all, I'm developing a win app that I am needing a simple data source to store a bunch of information for the app. The data is not very complicated and lends itself to XML really well. Only problem is that there are some nested complex types. I wanted to use a typed dataset that loads the data when the app loads, but I've tried this in the past with no luck. e.g., if you have a xml file that looks something like: <root> ...Show All

  • Visual Studio Team System Snippet manager missing

    Anyone know where code snippet manager is hidden in the VS 2005 team suite edition (trial). It should be under tools but I can't see it anywhere under there. In some cases, the snippet manager mysteriously disappears from the menu bar. You can add the command back by going into Tools/Customize, Click on the Commands Tab, select the Tools Menu, and drag the Code Snippets Manager onto any commandbar that you like. Thanks, Ajay ...Show All

  • Visual Studio Express Editions Help converting Function to C#

    Im a little lost to say the least. Trying to compare 2 pictureboxes. Are they the same. Thanks Public Shared Function ImagesAreTheSame( ByVal bmp1 _ As Bitmap, ByVal bmp2 As Bitmap) As Boolean 'If the images aren't the same size, quit If bmp1.Size.Width <> bmp2.Size.Width OrElse _ bmp1.Size.Height <> bmp2.Size.Height Then Return False Else 'Convert each image to a byte array '.NET.NET() D ...Show All

  • Visual Studio 2008 (Pre-release) deploy WPF app without Internet?

    WFX Runtime is setup up by online setup, can i deploy a simple winfx program and FX runtime without a internet connection yes, i think so. i made a program by WinFX for my girlfriend, but i have to tell her to setup the runtime for WFX :( , Maybe I have to take on my laptop to demostrate my lovely program to her, hehe. Wish the redistribution of the final Winfx be availiable soon.... ...Show All

  • Visual Basic Is this the best design approach for my new vb.net 2005 application?

    I am in the process of converting a vb 6 application to vb.net 2005.  My vb 6 application used quite a few user controls.  The main screen was broken up into 3 sections that had a treeview on the left, menus/toolbar across the top and then a main section in the middle.  As uses clicked items on the treeview, I would load the user control into the main section of the screen.  I found the user controls much easier to work ...Show All

  • Visual Basic VB6 to .NET

    I am currently supporting and developing a VB6 client based application that needs to be migrated to a web based application.  I am know that we will be migrating to .NET but what will that mean that it will be converted to a web based application or what will it take at a high level to make it web based "what will that mean that it will be converted to a web based application or what will it take at a hi ...Show All

  • Visual Studio Team System Testing for Exceptions in Unit Tests

    I can't figure out how to test for an exception in a unit test.  Is there an Assert. comand or something else to test for an expected exception Thanks! Cindy Hello, I just saw this as well. Dhopton, you are correct in stating that you shouldn't throw a generic exception. But I think a lot of folks think that if you give throw with a new message string in the exception, that will make the exception diffe ...Show All

  • Visual Studio Team System VS2005, CA1802 and IntPtr

    The following line of code precipitates a CA1802 warning: public static readonly IntPtr NULL_HANDLE = IntPtr.Zero;   The documentation for CA1802 says: To fix a violation of this rule, replace the static and readonly modifiers with the const modifier. Alas, if you do that, you get: error CS0283: The type 'System.IntPtr' cannot be declared const I suppose I will just suppress the message, but it's mildly irksome that it shou ...Show All

  • Windows Forms Bound DatagridView not refreshing

    I have a DataGridView bound to an array of objects.  When I change values in the objects the DatagridView does not show the change.  I have to do a .refresh.  Also the event CellValueChanged does not get triggered when values are changed by the program to the object values (they are exposed as public properties). Thanks for any help, Luis C. Uribe Are you using a BindingSource() Try this first:  private List < ...Show All

  • Windows Forms Form Hangs on Controls.Remove

    Here's the code snip that's doing it: If Me.Controls.Contains(m_report) Then             m_report.SuspendLayout()             Me.Controls.Remove(m_report)             m_report.ResumeLayout() End If m_report is a custom control that ultimately contains a really big TableLayoutPanel. If the table is smaller, this does ...Show All

©2008 Software Development Network

powered by phorum