kbach_10's Q&A profile
Smart Device Development Embedded VC++
where can i get the tutorials for embedded vc++ ........ Here is the point where you can start with: http://msdn.microsoft.com/mobility/gettingstarted/evc/default.aspx If you have any special query, please let us know. ...Show All
Visual Studio Team System How do I download Team Foundation Server (Full) ???
I have an MSDN subscription (Visual Studio 2005 Team Edition for Software Architects). When I go to subscriber downloads, under "Team Foundation Server", there are two products listed: Visual Studio 2005 Team Foundation Server Trial Edition (English) Visual Studio 2005 Team Foundation Server Workgroup Edition (English) How do I get the full version of TFS Thanks After spending many d ...Show All
.NET Development Sort a datatable
Hi I have a datatable that i would like to sort by a column (not the key column). How should one sort a table Can the sorted table have the same name as se unsorted table I don't know now the the name of the current column (the column that should be the index for the sorted table, only the number of order ex. aRow[120]), will that be a problem Br Matt Ideally if you only need to sort t ...Show All
Smart Device Development [C#][VS 2005 Bete 2] creating & using a C++ in a C# project
Hi, I try to create a unmanaged dll in C++ with visualt studio 2005 and the i want to use it in a c# project. My first question is hoaw to create a C++ (unmanaged) dll project for smartphone in visual stuido 2005. I create a Win32 projecdt>>dll project but i supopose it's only for deskop. After that i wrote my dll. .CPP #include "MyDll.h" // This is an example of an exported function. MYDLL_API int fnMyDll() { return 42;} .H ...Show All
Visual Studio Team System Merging an entire branch
Hi, we have a project in source control that is quite large. We have created a branch on this project that is being used to code some demo functionality. We want to reuse this branch for another demo once we have finished with the current demo. Is there a quick way to re-synch the main branch on top of the demo branch, effectively re-create the branch We don't need the code that was in there!! I thought about using source Code exp ...Show All
.NET Development ViewState
I am getting a "The viewstate is invalid for this page and might be corrupted". This error only occurs occasionally. It seems to be when the viewstate is particularly large. It occurs more with datagrids than anything else. One more thing, it does not occur on port 93, but does on 80 I have seen lots of posts on this problem, but none fit my scenario and none have commented that it works on one port and not on another. Mark ...Show All
Visual Basic VB Express Very Sluggish With 150 Form Project
I just removed the VS Beta and installed VB Express. Now the IDE is extremly sluggish. Many IDE actions, even simple ones like adding a new line, take 10 or more seconds to appear on the screen. VB is bordering on not being usable. This is on the same desktop platform as the beta 2 was installed and it was usable - build was taking a bit longer than I wanted but OK. The project has over 150 forms. Is VB Express intentionally crippled compa ...Show All
Visual Studio Express Editions A noobie question
Hi there, I'm new to VC++ and I was wondering what the code might be to open another executable from my form. Something like notepad or solitare. Thanks Have a look at the System::Diagnostics::Process::Start method: System::Diagnostics::Process::Start("notepad.exe"); ...Show All
Visual Studio Express Editions Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All
SQL Server Partially solved the problem {OLE DB error - TCP Provider: No connection could be made ...}
All, -> SQL Server 2005 Standard set as a named instance, runs as a local system -> SQL Server protocol enabled: TCPIP (configured to listen on port 1433 with use of dynamic ports disabled) -> Remote connections through the SQL Server Surface Area Configuration. Server starts successfully. But, I received the following error on trying to process a cube from BI studio is - OLE DB error: OLE DB or ODBC error: Login timeout exp ...Show All
Visual Studio Team System FxCop currently does not support running the spell-checker on 64 bit platforms.
any chance on fixing this anytime soon i have spelling issues :). thanx for the quick reply. no inconvience, i'm patient and have a billion other rules to wrench out of my code. just wanted to make sure it was on someone's radar obviously its an excplict exception, just seemed a bit odd and was curious, seeing how everything else works and i'm dead set on not going back to 32bit even to save my ...Show All
Visual C# Data Access Application Block
is there a way to use data access application block with vs2002 and framework1.0 thanks Hi, This one should work with v1.0: http://www.microsoft.com/downloads/details.aspx displaylang=en&FamilyID=76FE2B16-3271-42C2-B138-2891102590AD Regards, Vikram ...Show All
Windows Forms Master - detail problem: DataMember property 'FK_foreign_master' cannot be found on the DataSource.
Hi everyone, I have a form with a master-detail relation and for each datagrid I use a bindingsource. The master bindingsource has following properties: datasource = dataset datamember = "tablename" The detail bindingsource has following properties: datasource = datasource of the master datamember = name of the master-detail key Everything works just perfect, but... Regularly I'm not able to view the "d ...Show All
Windows Forms NumericUpDown Controls...how to select the text when it gets the focus
I am looking for a way to select the contents of the control when tabbed into/focus....it does not have SelectionLength/SelectionStart properties.... have the same problem but am using vb.net ...is there any solution for my problem... am new in vb.net...if there is a solution for me pls answer my question clear:P sorr ...Show All
SQL Server Reference matrix subtotal to process
Hi! Is it possible to reference the matrix subtotal value to process further calculation E.g. I have 3 matrix and each have a subtotal. I now want to have a grand total and % on the total. So, I need to reference the matrix subtotal value to add then up and calculate. How can I do this Thanks a lot. ...Show All
