Klaus.Lucas's Q&A profile
Visual C# In VB6, we've DriveListBox, is there any similar control in C# of VS - 2005?
I want to show all the drives in my machine, and user should be able to select one of 'em.. Plz. guide me. http://www.c-sharpcorner.com/Code/2002/Feb/FileDialogCB.asp may help you out a bit. Cheers, Greg ...Show All
Visual FoxPro Delete record from grid
Dear Experts I have a table abcd index on date field I use following codes to show data in grid SELECT abcd GO top thisform .grid1. recordsource = "abcd" thisform .grid1.column1. controlsource = "abcd.date" thisform .grid1.column2. controlsource = "abcd.gswt" thisform .grid1.column3. controlsource = "abcd.ntwt" When cursor is in some row, is it possible to delete same row/record by pressing Ctrl+D. Please Help >> Wh ...Show All
Smart Device Development Component inheritance bug.
Hi I have come across a bizarre problem. I am using Visual Studio 2005 Professional Edition. The steps I have taken to reproduce this problem are as follows: 1) Create C# Smart Device Application (Pocket PC 2003) 2) Add a new blank component called 'Component1' to the project in the solution. 3) Change the component to inherit from "Microsoft.WindowsCE.Forms.Notification" instead of "Component". (A reference to 'Microsoft.Windows ...Show All
Windows Forms ListView
Ok. I have 3 timers, 3 textBoxes, and a ListView. In the ListView, I have 2 Columns. The 3 textBoxes have starting values of "0". In a button click event, I start timer1, and what it does is increment the value of textBox1 all the way up to 10, and while it is incrementing the value, it places the numbers in all the textBoxes into the first column of the listView. Like so... public void timer1_Tick( object sender, EventArgs e) ...Show All
Windows Forms Instant messenger
Hello everyone I was wondering if it was possible to create a MSN-type instant messenger with .NET and if it is, what tools would I need to create one along side .NET Are there any resources out there on this topic that gives step ...Show All
Visual C++ window class help
Anybody can give me a help (example, code, link) about window class In fact, my question is about how a window object can control an other window object. I believe you can use multiple forms in such case. For example: 1) Start a default win form application and add another form for it (e.g. form2) You can do that by right clicking on "header files ->add->New Item->UI ->Windows forms 2) In t ...Show All
Microsoft ISV Community Center Forums User-defined Excel Input Thoughts?
Well all, I've got a problem with an excel macro. I have two seperate data sets that are recorded into basic worksheets on excel. However, I need the text in the first row of cells changed to a user defined name, and I need a description or units for that name in the cell below it. It would be helpful if the user didn't have to change this data in the code itself each time different data is recorded. For ex: Have a list whe ...Show All
Visual Studio VS.Net 2003 and crystal report XI
I have install crystal report XI in my computer and it seems, it is not integrated on my VS.NET 2003. The component on VS.NET 2003 not been upgrade to the latest. What should i do I need your expertise... Thanx Hello Daniel, The developer tools are not included in the Professional version of the product, you can reference this page: http://www.businessobjects.com/products/reporting/crystalreports/editions.asp I would suggest that you re ...Show All
SQL Server nText database type
Can any one tell me what is the nText type in SQL 2005 mobile database please How long is the text that I may put into this type Thanks in advance. Here is the SQL Mobile 3.0 Datatypes support page @ http://msdn2.microsoft.com/en-us/library/ms172424(SQL.90).aspx . Thanks, Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Mobile, Microsoft Corporation ...Show All
SQL Server 2 Data Sources for 1 Dimension
I have 2 data sources : One for my business data and one containing the state / countries tables. I want to use a foreign key between the two datasources and use these two tables in a dimension, but when deploying the project I get the error (translated from french) : Error 1 Error OLE DB : Error OLE DB or ODBC : Impossible to create Registry Entry for provider OLE DB 'SQLNCLI.1'.; 42000; Trace of error : OLE DB [Non-interface error: Provi ...Show All
Windows Forms Dynamic Combobox in Datagrid
I need a datagrid with 2 combobox columns where the selected value of comboboxcol1 limits/filters the contents of comboboxcol2. Both comboboxes are bound to their own tables and need to store their selected values in a linking table. I have the datagrid and the two combobox columns set up using column styles. I also have an event to catch when the selected index of comboboxcol1 changes. However, if I change the datasource ...Show All
.NET Development can i have some help please?
my teacher give me an assignment, i've spend more than an hour in searching at microsoft.com but i cannot find what i need. can somebody nice to help a little hand please the question is : Descirbe ANY 5 special unique features privide by the .NET Framework and illustrate each feature with a simple programming example I only found Can use the Win32 API from a .NET Framework program Yes. Using platform invoke, .NET ...Show All
Windows Forms How to stop code in a loop.
Here is what I have: while(checkbox.checked == true) { DoSomething(); } I have a button named as well, "button1". I would like to make it so that when the "button1" gets clicked, it stops the loop. Hope this makes sense. - ...Show All
Software Development for Windows Vista WorkflowSubscriptionService - what is it?
Hi, I found an implemented SubscriptionService in DocumentReview sample. It seems cool. I'm guessing what is it, and I have some ideas, but I would prefer some official documantation. Unfortunately I didnt found ANY, i'm interested in role of this class and eg. relation with persistence service. Can anybody help me Thanks. It's used to help with outbound/inbund message correlation. As an example of where we are using it: We have ...Show All
Visual Studio Team System Can't add domain user to TFS groups
When I select "Add Windows Users or Groups", it only shows the local machine, I can't browse to the domain, and can't add user in the form "Domain Name\User Name". The machine has already joined to the domain and the current user is the TFS administrator (also Domain Admin). How can I add domain user to TFS groups Thanks! While this may not specifically be your issue, since you have your dc on the same box as the AT I wanted to make sure y ...Show All
