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

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

mkuczara

Member List

Jerald
davidw
Bruce VB
NeilDiamond
VarShant
Chris Clements
mblack
sunny24
Marcus Mac Innes
whodat
ltca
kingces
Steven Black
Lars Kjetil Sorhus
M,Ramesh
Venkatesan.Loganadhan
anemvr
jesc
shubho
Dawidoco
Only Title

mkuczara's Q&A profile

  • Windows Forms ListView control should always(!) show vertical scrollbar

    Hi y'all, ist there any possibility to force the Windows Forms ListView control to show always a vertical scrollbar  It should be inactiv, when there are not enough items in the ListView. ...Show All

  • Visual C++ changing default project properties params

    Hello, Like one cud change new files in the directory $(ProgramFiles)\Microsoft Visual Studio 8\VC\vcprojectitems\ is there is file where i cud change the defaults of project properties.. for ex. I want to make the default working directory for every project created as $(TargetDir) rather than the default blank similarly other parameters as well. thank you. Went thru the .js and got lost !! I guess it was expected. It would be great if yo ...Show All

  • Windows Forms DataGridView , DataSource and myGridView.Rows return null (same for .Columns)

    Well, I was very happy to be able to set up a complex query to fill a DataSet and use that DataSet as a DataSource for a DataGridView. But the issue is that the DataGridView displays the data in a very raw mode and that I need to apply many different style depending on each cell. But the Columns property returns null and the Columns.Count return 0 Same for Rows and Count. I have had to create all the columns manually from code to be able to ap ...Show All

  • Visual Studio Team System What version of FxCop will be included with Visual Studio Team System?

    Do you plan to release a special version of FxCop for Visual Studio 2005 and VSTS What version of FxCop will be included with Visual Studio Team System Will Hi, will it be possible to upgrade the version included with VS2005 if a new version of FxCop will be released Regards    Daniel Walzenbach ...Show All

  • Visual Basic Work with a file without adding it to current project

    Work with a file without adding it to current project I used to work with temporary files, under VStudio 2003, without having to add them to my project, by using Ctrl + N. Now, when I do that in VStudio 2005, the file is added to my project. How can I achieve the same behavior as in 2003 Thanks in advance for the help, Jelgab PS: I can later delete the file but, that causes confusion because it registers a change under source control ...Show All

  • Smart Device Development Constrain User Movement of Window

    Hi, I have a Pocket PC application I am trying to port to the desktop. I am trying to limit the user from moving the main CWnd window above a certain point on the screen so that popup wnidows can appear above the main window and be easy to interact with. I can't seem to find a way to constrain the window. I have tried catching the WM_MOVE window message and when the user is finished moving the window, send my own WM_MOVE message, but I can't see ...Show All

  • Visual Studio Tools for Office Why VSTO doesnt work on WinXp and it does work on Win2k?

    This is on open question  So any ideas are welcome in order to get a VSTO solution working in WinXp that works on Win2k. 100% sure it has to do with the dlls, but which ones and can they be updated manually   The two main errors HRESULT x800A03EC or  COM object that has been separated from its underlying RCW cannot be used ...Show All

  • Visual Studio Print a crystal report from two trays.

    Hi, All I want to print a crystal report from my VB.net wins application. I want to print first two pages from upper tray with double side and the rest of them from lower tray. Or, printer can pick up first page from upper tray and second pages (to end ) from lower tray. Whatever I setting up the paperSource, printer will always picks up the paper from upper tray for whole report. I am using crystal report embeded in .net1.1 Here is m ...Show All

  • Visual Studio Tools for Office Sorting list object with protection on

    I have a list object, some of the data(cells) in the list is locked so that the user can't edit it. The spreadsheet is protected with the following options: Globals.Sheet1.Protect(missing, true, true, true, true, true, true, true, false, false, false, false, false, true, true, false); //set cell selection Globals.Sheet1.EnableSelection = Excel.XlEnableSelection.xlUnlockedCells; i can use the autofilter on the list to filter the rows, but trying ...Show All

  • Windows Forms ComboBox in DataGrid

    Hi all. i have problem regarding the Datagrid, i have a one Datagrid on the form and it is connected to the database. now i want the ComboxColumn on it. but i am not able to find that how combobox is displayed in the column. Pls. suggest for the same. Regards, Tejas hi, this would help http://www.syncfusion.com/faq/windowsforms/Search/480.aspx ...Show All

  • Visual FoxPro UPDATE vs REPLACE record locking

    The VFP 9.0 Help file shows the following: UPDATE - SQL Command ,Remarks, Tip: "When updating multiple records in a table opened for shared access, SQL UPDATE uses record locking, unlike the REPLACE command." Locking Data, REPLACE: Current record and all records from aliased fields UPDATE - SQL: Entire table These statements seem to conflict. The first leads one to believe that the UPDATE - SQL command would lock records and i ...Show All

  • .NET Development .NET UI Application Crash

    Hi, We have a vb.NET client UI application which calls a number of web services. The application is intermittantly crashing completely without any evidence of an exception etc. The application is single threaded for the most part, the only area that deviates is a class managing serial port comms via win32 calls. (we do not use p invoke..) I understand the most likely cause for an unexpected termination of this nature is threading - more specific ...Show All

  • SQL Server Font object saving and retrieving

    Let's say a User selects a Font from a FontDialog, and the selection is assigned to a Font object. How can I save the Font object to a SQL database, and later retrive it restored to a Font object Thanks in advance. What I meant by "How do I serialize to a datablase ", I think boils down to "How do I get it into a binary parameter " ...Show All

  • Windows Forms DataBinding to Textbox

    Hi , I have a dataset ds with 2 tables artist --> table1 name artistid artistname collecion - --> table 2name collectionid collectiondate artistid etc.. have created a datarelation dr between artist and collection dr = new datarealtion("artistcollection",ds.tables("artist").columns("artistid"), ds.tables("collection").columns("artistid")) I have a form which displays all collection information which includes the artist name. I can nav ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. CreateFontResource/AddFontResorce issue

    I use the CreateScalableFontResource (et al) API calls to make use of a font that I distribute with some of my games that are in C++ (not using DirectX) so I am familiar with how it works. However, when I try to do the same thing in C# with Managed DirectX, it doesn't work. I am not sure if the issue is on the C# (.Net) side or with the Managed DirectX code. The function all execute successfully, but when I attempt to create a font using the ...Show All

©2008 Software Development Network

powered by phorum