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

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

Wentzel

Member List

Paul_siq
FundamentalDiscord
farang
arttaylor
tqlashot_kk
appferreira
DouglasL
george moudry
Emmersko
AceJay
chris729
zainta
Johny_Extreme
johncblacker
ffattizzi
Vinaygkumar
MarkHeindl
jadelise
netguruf
Philip Jaques
Only Title

Wentzel's Q&A profile

  • Visual Basic opening cd drives

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1056388&SiteID=1 ...Show All

  • .NET Development Updating multiple ListView items into Sql DB table

    Is there a way of sending datatable or dataview as variable and update multiple records in SQL DB table If it's not possible, I want to learn a better way to update multiple records at once instead of updating each record at a time. Thanks in advance, Oscar Yes you can by calling update method of Table Adapter on desired table and I will return the number of rows affected by this update. cheers ...Show All

  • Visual C# WM_SIZE problem

    Hi:   i just begin to learn MFC,and i got a problem about WM_SIZE message.i start a new VC6 MFC Wizard project ,use all the defaul setting of the App wizard,except it is a single doc project,and the base class of the CTestView class is CFormView instead of CView.after the frame work is constructed ,i add a control to the form view,whatever control,say a button,whose id is IDC_BTN_TEST.i'd like to keep the size of the button the same wi ...Show All

  • Windows Forms Select a single cell in listview

    Dear All, I am using the listview with C# in VS.NET 2005. I would like to select a single cell (not just cells in the first column). I want to have a cell free selection and it highlight the selection in the cell as well. Appreciate your help. LG Many thanks Mark. Is there anyway to work around for this free cell selection Please let me know. LG ...Show All

  • .NET Development List of OleDb Providers

    Hi, I'm developing a generic database interface tool. Some vendors have their Dot Net drivers, while in other cases I need to go through an OleDb provider.  I'd like to show the users a list of available OleDb drivers installed on their machine.  I've seen other tools (e.g. DTS) doing this. How would I get a list of available OleDb providers in Dot Net code   I realise this is a low-level feature, and, if it gets too complex, then ...Show All

  • Smart Device Development gwes.exe errors - how to analyze?

    I am developing and testing a Windows Mobile 5 application. Occasionally, I get the screen "A problem has occurred with gwes.exe". How can I determine if the gwes.exe problem is related to my application, and if related, the nature of the problem (so I can correct) Thanks, Frank   one time, i use free() fucntinon to free a array . that means, use free() to free the memory which is not alloced b ...Show All

  • Visual Studio Team System TestTools.LoadTesting source samples

    Hi I am trying to get a feel for some of the customization possible in unit tests. The MSDN2 doco on TestTools.LoadTesting is fairly sparse on examples while TestTools.UnitTesting fares better. >> Does someone know of a URL with some good examples The general drift would be customized attributes before the unit test which needed special handling when the test was run . Many thanks Hi Greg, ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this questi ...Show All

  • Visual Studio Team System CA2000 - does it work?

    I have this code in a simple test app: private void button1_Click(object sender, EventArgs e) { // No CA2000 warning... StreamWriter file = new StreamWriter("C:\\TEST\\TEST.FILE"); } As far as I can see, it should precipitate a CA2000 warning, but it doesn't. (This is with Visual Studio 2005's built-in Code Analysis). Am I wrong about this Under which circumstances should CA2000 file Can anyone post an example that fires CA2000 Th ...Show All

  • Visual Basic KB915038 doesn't help

    Hi together I'm really surprised that this Hotfix generates so mutch discusion! I allway was thinking I'm the only person on this planet who has a crash problem with the VS2005 VB IDE. Great to here that I'm wrong. I talk about IDE Problems since we use VS2005 see: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=3f637569-a763-48a6-8d11-ce6dbc4b5ecd and http://lab.msdn.microsoft.com/ProductFeedback/vie ...Show All

  • Visual Studio Team System Compare changesets

    How can I find out what has changed between two changesets or two different labels Thanks in advance. The command line is probably the best way: tf diff /version:100~200 tf diff /version:Lfirstlabel~Lsecondlabel The IDE only allows you to diff 1 file at a time. Rightclick a file -> Compare. Compare is also a context menu option when selecting 2 changesets from the History toolwindow, when review ...Show All

  • Windows Forms changing TopToolStripPanelVisible throws a NotSupportedException

    the documentation says it "gets or sets", so i have no idea why it is throwing an exception. in the OnLoad event, i have a method that sets the property to false. it doesn't throw an exception there. once the program is running, and i click a button, i set the property to true. the program crashes there with a NotSupportedException, saying that the collection is readonly. the weird thing is, if the property is set to true OnLoad, the p ...Show All

  • Visual Studio ItemGroup and Copy Task

    I have defined a ItemGroup to point to a <SourceFolder> that references all xml files in that folder. Note that this folder is empty at the start of the build. <ItemGroup> <SourceFiles Include="$(SourceFolder)\*.xml"/> </ItemGroup> I want to have a Copy task that moves any xml files from the <SourceFolder> to a <DestinationFolder>. <Target Name="CopySourceFiles"> ...Show All

  • Visual Studio Start Page

    Does anyone know if it is possible to refresh the start page Further, the Recent Projects list. I have written an add-in that allows a user to manage the list of recent projects(should of been in this version), but can not figure out how to make the start page refresh. Thanks, Brian Try these different approaches 1. You can close VS2005 and open it again. But I think you are trying to avoid that. 2. You can go to ...Show All

  • Visual Basic Create files

    Hi, Can anyone advise me on how my VB application can create an empty text file "info.dat" . It needs to reside in a directory " c:\Temp ", if the directory does not exist then the directory needs to be created aswell. This all needs to happen on the client machine during the installation process of my application. Any suggestions on how this can be achieved would be most appreciated. Thankyou. ...Show All

©2008 Software Development Network

powered by phorum