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

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

MRys

Member List

Kiexcolo
Denny B
spiritualfields
RiteshGpt
denn
kada
Jean-Marc Flamand dit le_beluet
Rob Boisjolie
Skanda
vijayan n
FHJJr
AngeLsLuv
OneBuckFilms
Joel Martinez
SriSamp
jbierling
David Clavey
James D
WernerF
Mark Spicer
Only Title

MRys's Q&A profile

  • Visual Studio Tools for Office VSTO2005 samples

    Microsoft, could you give us some gode link where to download many samples of add-in code Giuseppe   There is also: Visual Studio 2005 Tools for Office Hands-on Labs for Word 2003: http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_tr/html/OfficeVSTO2005WordLabs.asp Download: http://www.microsoft.com/downloads/details.aspx familyid=fb55006e-f4a8-41da-a528-b88af9e8e708&displaylang=en And: Visual ...Show All

  • Windows Forms Databinding Tree Node Text

    I have a tree that is built dynamically from a database.  I associate an object with each treenode using the Tag property (the object is from a class I wrote).  Basically, when you select the tree node you are selecting the object. What&nb ...Show All

  • Visual Basic [vb 2005 expr] removing empty lines in a text file

    I have a text file 'abcadadabra.txt' such this: *************** some text other text other text again *************** Of course *************** are NOT part of the file: they here represent start of file and end of file. There are some empty lines (at the start of the file, in the middle and at the end) I want to remove from this file (keeping the newline at the end of every non-empty line!!!). I mean that my file should be like this: * ...Show All

  • Windows Forms Focus stuck on button

    SCENARIO: Inventory form loads up you type in a record number and the record information appears.  You click the RelatedDocuments button which brings up a treeview of all of the related documents.  You double-click a Purchase Order node and the Real ...Show All

  • Visual Basic thread and queue problem

    I'm trying to create a thread safe message delivery system, but i am having a problem,  the first message allways gets lost here is the code. i believe is some problem with the queue    Public Sub RegisterMessage(ByVal message As Message)         SyncLock Messagesd             Try        &n ...Show All

  • Visual C++ Places Bar on CFileDialog

    Hello all, I'm using a custom save dialog inherited from the CFileDialog. The problem is that the Places Bar is hidden, and I can't show it. Can anyone help me please !! Thanks a lot Martin. I think this article is a good one. But a problem encountered me while updating my dialog as in the article. The problem was that I use the “edt1” which is the File Name edit box control to change it’s position. But in the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MDX(apr2006) tutorials?

    Hello all, I was wondering if anyone knew any good C# + MDX tutorials for a beginner. There are plenty of them out there but all of them seem to use an earlier version of DX9 than the april 2006 release. I had purchased a book (by Tom Miller) that seemed promising but I couldn't compile any of his code because of relatively big syntax changes. Should I just give up trying to use the newest release and go back to the summer 2003* release to actua ...Show All

  • Visual Studio Why MSSCCI checkout function not work?

    Hi, all. I'm using SCC API to implement one SCC provider. When I do check out operation, and set file status in SccQueryInfo() function to SCC_STATUS_CONTROLLED  | SCC_STATUS_CHECKEDOUT, the file icon still locks, not checkout. But if I use SCC_STATUS_CONTROLLED  | SCC_STATUS_OUTOTHER, the icon is a user, it works. I'm using VS2005 and VSSDK2006.04. Here is my code: SCCEXTERNC SCCRTN EXTFUN __cdecl SccQueryInfo(  LPVOID pContex ...Show All

  • Visual FoxPro Foxpro odbc sql statement for list of tables

    Good Morning Can anyone tell me the sql statement that will list all the dbf files in the data directory pointed at by my foxpro odbc DSN. Some thing like Select tablename from systables thanks    David Hills         Like systables Its counterpart is SQLTables(). ie: lnHandle=Sqlstringconnect('Driver={Microsoft Visual FoxPro Driver};'+;  &n ...Show All

  • Visual C++ Trouble making simple program.

    Hi I am trying to create a simple hello world program and its not working. here is what i do i create a empty project and name it "hello" then I right click on the progect icon and go to ADD > Class > C++ > C++ Class the window pops up and I enter the class name "HelloWorld" while I am doing this the ".h file:" and ".cpp file:" auto file with the same name and their own extentions. Thats all i do and then I click "Finish" I right click ...Show All

  • Software Development for Windows Vista Vista ListView Header Sort Arrow

    explorer shows in the header control of the listview an 'arrow' in the middle of the sorted column. (the smaller line is broken in the middle). How can I do this too I can sort the items, but which flag controls how the header control should display the column header Steffen In Vista 5219: (Beta 1 was ok) setting HDF_SORTDOWN/UP is working. But if I remove this flag, the iImage icon will be used. I DON'T have set HDF_IMAGE. If I call Head ...Show All

  • Visual C# loops

    Im a bit new to loops. Can anyone explain to me how its possible to use a loop to move items from a listbox to a textbox one item at a time(a confirmation message box will be displayed) what kind of loop is best for this for ( int i = 0; i < listBox.Items.Count; i++) {  // Lett the user confirm this action.     if( MessageBox.Show( this, "Are you sure you want to move " + listBox.Ite ...Show All

  • Smart Device Development Exception messages from System.SR.dll

    Hi Concerns WM 5.0 and PPC device and VS 2005 . Is it possible to display the buildin English exception messages from (english)System.SR.dll when using a PPC that is Danish localized. The problem is that when an exception is thrown by the system, the exception message dialog or string, says that the resource with error strings is not found. However the System.SR.dll is located in the PPC's Windows directory, but that one is in englis ...Show All

  • Visual Basic are there any examples i can follow?

    I have created a form in vb.net, where the user supplies thier name, thier email address, and thier comments. I want to create an email message and send the information the user supplies to me when the user clicks the submit button on the VB form. How do I do this, making the process as automated for the user as possible Are there examples somewhere that I can study i have specified the username/password but i ...Show All

  • Visual Studio Express Editions Unable to run debugging.

    Hello Happy new year. I am a new user of Visual Basic express. And I can not get startet. The problem is that I get a message wen I try to debug somefing. The message is: Error while trying to run project: unable to start debugging And then somefing in Dutch. De bindingsingang is ongeldig. I don't now wath it meens in Englisch. Can somebody help me solving this problem. Regards Carel     ...Show All

©2008 Software Development Network

powered by phorum