angka's Q&A profile
Windows Forms DataBinding a Treeview
Hi I am just playing about with making a databound treeview and i have got this to work by just passing a datatable to it. My question is, now that i have got this far would it be possible to bind it to a bindingsource or a binding navigator. If so Could you give me any pointers please. I have never worked with the binding source before and haven't a clue but i would like to learn Thanks Mike Pooley He ...Show All
Visual C# Why it is?
Why Microsoft called # in CSharp rather CHash Regard, Shaji Kumar.V.K From http://msdn.microsoft.com/vcsharp/productinfo/faq/default.aspx : It's not the "hash" (or pound) symbol as most people believe. It's actually supposed to be the musical sharp symbol. However, because the sharp symbol is not present on the standard keyboard, it's easier to type the hash ("#") symbol. The name of the language is, of course, pronounced "se ...Show All
Visual C++ Close Function
What's wrong with the Close function of Button3 in the following code #pragma once #include "Form2.h" #include "Form3.h" namespace TheZone { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary& ...Show All
Visual Basic Icons
How do i creat an Icon in VS.Net using Visual baisc Do you mean create on in memory or create one on disk I have played around with this this week and I've been also to write icon representations to disk, but there has been color distortion that I haven't been able to iron out. ...Show All
Windows Forms is there any way to force a control to receive focus?
i have a custom control inherited from panel and i need to be able to handle Enter/Leave events for it..any idears First off, yes, nested controls should raise Enter and Leave events all the way up the parent hierarchy. If t ...Show All
.NET Development Catching unhandled exceptions in services
All - Is there anyway to catch unhandled exceptions in a windows service or is this completely impossible These are exceptions thrown from background threads running in the service Thanks. Actually this works and you'll see the assert if the service can interact with the desktop. frefre namespace Service2005 { public partial class Service1 : ServiceBase { Thread thread = new Thr ...Show All
Visual Studio Team System User Accounts for TFS Server:<> HELP <>
Hi Please clearify that : 1. What domain user accounts are [essentially] required for TFS 2.Why they need to be Domain users / Why not local machine users 3.If we assign domain users for TFS ,then do they make changes in 3.1 Domain security Policies. 3.2 Active Directory Schema. [Question 3 is from my company's IT Manager] Please comment. Muhammad Ali Inayat ...Show All
SQL Server Is it a bug in SQL CE?
Hi! I use SQL CE with VS.NET. I find the following bug 2th. The table has an " ID int IDENTITY(0,1) PRIMARY KEY,". That is my row identity. I add rows to the table, then I realized that the ID order not in the general order (from 0 to ........) For example: 6,7,8,0,1,2,3,4,5. O f course row 6,7 and 8 was added the very last. The content of each row is not mixed, only the ID order. Is it a very confused, be ...Show All
.NET Development OleDbCommand.ExecuteNonQuery "Insert Into Select From"
Hello, I am working with OleDb to perform a bulk insert from a temporary table to permanent database table, both of which belong to the same database. I am wanting to use "INSERT INTO <permanent_table> SELECT * FROM <temp_table>". The query I run in MS Access to perform this bulk load does process correctly, but not in code using OleDb. After properly setting up my OleDbConnection object, opening it, and properly ...Show All
Windows Forms Hosting No Touch Deployment Application on IIS 6 on Windows 2003 Server
Can any one help me I have created a smart client winforms application using C#. The exe generated is TestSmart.exe. To deploy this application I have created a virtual directory named TestDeploy in IIS on Windows XP Server. I have given Anonymous ...Show All
SQL Server Answer: Report Model/Builder
In a database there are 2 tables, one is student and the other is activities. A student can have multiple activities. There is a one to many relationship between student and activities based upon student_id. Not every student has an activity. In report builder I would like all of the students to appear regardless of whether they have an activity or not. By default, only those students who have activities appear. This appe ...Show All
Visual Studio Tools for Office Referencing Office XP PIAs
I am writing a custom application where one of the requirements is to use the installed Outlook client to send an email message, using the Outlook 10.0 object library. I downloaded the PIA for Office XP and installed them to the GAC, but I am unable to reference the assembly in my class library project. Of course I can browse to the assembly file and add the reference, but I want to reference the assembly from the GAC for deployment purposes. Is ...Show All
Software Development for Windows Vista DX9 MultiVM9 Bug, can't keep running when system halt and then wake up
WinXP sp2 dx9, when I use MultiVMR9.dll in my project,I encounter the problem. Then I find that DxSample MultVMR9Play has the same problem. Is there any way to fix it Thanks! I guess that the device has been lost. You'll have to remove everything and Reset the Direct3D device. You can enable or turn up the Debug level of Direct3D (from the Control Panel) to get more info of what may be the problem. ...Show All
SQL Server an insert
Hello, I need to realize an insert something like the following: Exec GetMyID @tName, @MyId OUTPUT INSERT INTO MyTable2 (MyId,MyName) SELECT @MyId,MyName FROM MyTable1 Here I am getting MyID from a stored procedure and I need to insert this to MyTable2, however I need to get a new MyID for each row in MyTable1. How can I do that you could write a view which uses a cursor to step throu ...Show All
.NET Development again
hi i need to use VS2005 to do this Yes know then how i will be able to test my tool bar is it tested locally i am confused the fisrt step is to use Boundobject is that enough or i need to use xml also because my project is webservices that i am trying to implement any help with steps that i should follow to start doing this RAM76 wrote: i need to use VS2005 to do this Yes know then how i will be able to test my tool ...Show All
