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

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

Brachole

Member List

Anne Taussig_MSFT
Doyski_Te
lfx
youngblood
Bertil Syamken - MSFT
ashish1482
wayne62682
Zerox Millienium
Pairair
SteveHagget
Babak_Izadi
tabuelt
Hamid Mahmood - MSFT
Michael Ritzcovan MSFT
xinpis
Koichiro
Larry E. Ramey
Darkpaw
CleverCoder
James CACN
Only Title

Brachole's Q&A profile

  • Smart Device Development some question of datagrid in .netCF.

    I have three question of datagrid in .net compact framework. first, How do I freeze the first colum of a datagrid when I scroll HScrollBar of the datagrid Just like Excel do work second,How do I use AlternatingBackColor of DataGridTableStyle in datagrid in .net compact framework third, How do I specify each colum width of datagrid according the maximal length of the colum That's all. Can anyone help me Thank you very much. Thank you, Ilya Tumanov . I get a lot of help from you.Thanks. ...Show All

  • Visual Studio Team System Issue for printing out work item

    Hi: I tried to print out the work item as the record to be kept in folder.  I found that I could not see the detailed information in History category.  Under History, it always printed time, Edited by or Created by, but no detailed information. I did print out a detail in history.  This happened in MSF for CMMI Task WIT.  After expanding in History textarea under Summary tab, right-click to print, I saw the detailed information but without other information like ID, Title, etc. I think exporting to Excel or Project might solve such issue, but I still want to print them out directly from Visua ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to convert screen co - ordinates to 3d co ordinates

    hi guys , how to convert mouse coordinte to 3d co ordinates Convert mouse coordinates to range -1 -> +1 Mutiply by the inverse of the projection and view matrices to give you world space multiply the result of that by inverse of world matrix to give you object space. Search google/gamedev.net forums for 'picking'. Look at the 'pick' sample in the SDK or the managed conversion here http://www.mdxinfo.com/tutorials/picking.php ...Show All

  • Visual C++ How to implement IErrorInfo support in Managed C++

    I want my Asp.Net and VB.Net Error routines to be automaticaly called from managed C++ class library. Similar to Atl like erorr support I want to implement the funtionalities of below stated interfaces ISupportErrorInfo IErrorInfo __gc public class MyTestClas : public System::Object { }; Please help me to find out a solution for my issue. Just use .NET exceptions.  From the book "COM and .NET Interoperability" by ANDREW TROELSEN available for free download here: http://www.theserverside.net/articles/showarticle.tss id=ComAndDotNetInterop_Book  "All .NET exceptions ...Show All

  • Visual C++ Why is strdup() deprecated in VS 2005?

      < hyslopc@discussions.microsoft.com > wrote in message news:9a93850c-505b-48c3-bd60-44625db8bbc6_WBRev2_@discussions..microsoft.com ... This post has been edited either by the author or a moderator in the Microsoft Forums: http://forums.microsoft.com You may not care about it, but I do.  I don't want to disable the warning because I think the concerns with most of the deprecated functions are very valid, and only wished Microsoft had done this a long time ago.  As such, I have taken the opportunity to change a lot of my code to use the new functions.  The problem ...Show All

  • Windows Forms GACUTIL.EXE Installation question between versions...

    Hi, im new here - so let me know if i dont post in the right areas or against any rules etc. Some simple yes/no answers hopefully 1. Does gacutil.exe get installed with .net framework 1.0 2. Does gacutil.exe get installed with .net framework 1.0 SP2 3. Does gacutil.exe get installed with .net framework 1.1 No where on the web can i find this simple bi ...Show All

  • Visual Studio 2008 (Pre-release) How much does Vista itself use WPF/Avalon (managed and unmanaged)?

    Hi, Will there be any actual examples of WPF/Avalon being used in Vista (even an WPF/Avalon-ized Notepad would be something :)   Is it correct that managed WPF/WCF will be "present" with the shipping Vista, but not actually used by any of it Apparently Vista does use some of the unmanaged DLLs underneath WPF/Avalon, rather than going through the managed interfaces presented by WPF   If yes, how widespread is that usage Assuming there is no managed WPF usage in Vista (and presumably no managed WCF usage either), what if anything does this imply about the current "OS-grade" viability of managed WPF code How is this expec ...Show All

  • SQL Server Express cannot convert different data types automaticly????

    I have a SQL Server 2000 database which works like a charm in my asp app. Joining tables by id columns which are of different data types (eg. int in one table and varchar in the other) is no problem with the SQL Server engine, but Native Client refuses to do so and hands me back an error. Even if columns have a slightly different collation (like Slovenian_CI_AS and SQL_Server_1250_CI_AS) SQL Express native client returns an ERROR !!! Is it possible that Native client cannot resolve this on its own Must I change the colattion and datatype on all my tables Please help!!!! Peca, developer from Serbia I ...Show All

  • SQL Server Execution ID

    Hi , For how long is the value of Execution ID valid Is it valid after the session also Can i store the value of Execution ID in some place and use it after some time/day to get the last excution done on the report Thanks   The execution ID is valid for 10 minutes by default.  But the duration is configurable on the server.  Note that if you set the expiration to a long time, your report server tempdb will grow significantly to keep all of the executed reports. ...Show All

  • Visual Studio Team System Team Explorer does not auto-create a link from a parent work item to related work items.

    When creating a related work item in Team Explorer a link is not created on the parent work item to the child work item.  Consider the following example: Create a scenario called 'Test Scenario' - e.g. ID=1. Create a related work item (task) for this new scenario by right mouse-clicking on this scenario from one of the query windows. A new task is created named 'Related to work item 1 - Test Scenario'. - e.g. ID=2 If I click on the 'Links' tab on the parent work item (ID=1) I do not see a link to this new related task(ID=2).  (I do, however, see a link from the child(ID=2) to the parent ...Show All

  • Windows Forms Need help formatting a ToolTip please

    Hi, I'm coding VB.NET using VS.Net 2003, and I've got a datagrid that lists customers and the time spent working for each customer. When you mouse over the time field, a ToolTip that breaks down the specific minutes worked on for each job/task for the customer. Unfortunately, the way it is formatted now, the minutes just appear inline, right after the the job description....so the minutes don't line up from one row to the next (because the job descriptions are different lengths). Is there any way to create a ToolTip that has two columns (one for job description and one for minutes) Or, if that's not possible, is it possible to set the fo ...Show All

  • SQL Server SQL Server 2000 stop responding

    Hey We have a MS SQL 2000 with SP4 running on a Windows 2000 Server with SP4. Hardware is a HP DL380 G3, with 3Gb RAM. We have a problem with the SQL stop responding. Rest of the system is function okay. There are no error in any logs.... not in event viewer, MS SQL, HP.... A restart solve the problem and everything works fine for some dayes. I can't find any systematic in when the problem occurs. Please help! /Romme ...Show All

  • Visual Studio Generate documentation under .Net 2.0?

    I really need to generate some documentation under .Net 2.0. I know that this issue has been raised in a previous post few month ago, but no explicit solution has been provided. Also the NDoc project seems dead (as suggest the broken wiki). Does anyone has a practical (even minimal) solution to generate documentation for .Net 2.0 Thanks in advance, Joannes Hi All, If you haven't already seen this, here is the hyperlink to the latest NDoc05 Beta on sourceforge: http://sourceforge.net/project/showfiles.php group_id=163095 Hope this helps, Kind regards, Frank M. Palinkas MCP, MCT, MCSE ...Show All

  • Visual C++ STL/CLR verifiable??

    When compiling a project with /clr afe it is still possible to emit unverifiable code. This can happen when using operator* on an iterator which returns int&. Putting the resulting program through peverify results in an error as ByRef cannot be a return type (only locals and arguments). Example code: #include <cliext/vector> using namespace System; using namespace cliext; int main( array <String ^> ^args) {    vector< int > v(1);    vector< int >::iterator it;    it = v.begin();    *it = 10;    return 0; } Is th ...Show All

  • Visual Basic VB2005 and webbrowser control

    Hi, I am trying to use the webbrowser control as a list view for viewing files on the disque. My main purpose is to use build-in fonctionnalities like thumnails view withaout having to write code (reinvent the wheel). It works great but I don't know how to programatically control the way the browser display files. I mean, how to control the "view" property (list, details, thumnails, etc) of the web browser. I also would like to remove that menu pannel on the left. Can anyone help me Thanks, Patrick I think that the WebControls in Access and VB 2005 are not the same at all, because in my WebControl, the docum ...Show All

©2008 Software Development Network