Kultida's Q&A profile
Windows Forms Giving Form/Gui a MAC OS Look/Skin
how can i give my form and controls a MAC OS X look... want to add a skin support for my app.. any kind of link/help will be useful.. thanks.. gr8 set of links there Josh... thanks... well i like codeproject too.. its a gr8 site..before posting this i searched it myself and got the aquabutton link but not the others.. well if you can find me an app with src code implementing mac look do post it here.. i will be googling also.. an ...Show All
Visual Basic VB Express: can I use VB 2005 .net books?
Except for the features that are not supported by VB Express: Applications that connect to a networked database Interact with Microsoft Office Support mobile devices or 64-bit operating systems Remote debugging (any others I haven't listed ) Would books about Visual Basic 2005 still be highly relevant for Express users Also note that there are some differences in the user interface - for ex ...Show All
SQL Server Using DSO for parallel partition processing
I have written some code to process partitions in parallel, but I'm not seeing the performance improvements I was expecting. Plus, perfmon indicates that only 1 partition is being processed at any given moment. Each thread is creating a separate connection to the cube. The object below is created with the first "process" method as the entry point for the thread. using System; using System.Collections; using System.Threa ...Show All
.NET Development Problem with PInvoke with .NET2?
Hi I have a program that i wrote with .Net 1.1 and it uses the cards.dll that comes with windows. It has always worked fine. I am porting the program over to .NET2 and now i am getting a stack imbalance problem with a call the the cards.dll. It only happens at runtime though. I can drop a card onto my form at design time and it works fine (I can change the face, suit or back with no problems using the same call). As soon as i change ...Show All
Visual Studio Team System The SCM in Team System?
So, we are evaluating Team System to see if it suits our needs. One problem I have come across is that I cannot find a application for the SCM in Team System. Now, I realize that Team System is about "work flow" and "work items". But, what about these people: - Tech writers who want to check in some help pages into the source control at a certain place, so it gets deploy as a part of the automated build process - Graphics guy ...Show All
Visual Studio Express Editions Failed to start monitoring changes
i'm not sure if this problem belong to this forum, but it started only after a start to use visual studio express (web developer). when i try to build a website i get the folowing error: "Error 1 An error occurred loading a configuration file: Failed to start monitoring changes to 'Z:\lina\a\pics' because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base a ...Show All
.NET Development GUI thread, memory leak and Garbage collection
Hi all, I seem to be chewing up memory at a nasty rate when my app runs. It has a polling loop and not surprisingly this is the part that keeps doing it. I think I've located the line that is my main offender and its when I marshal to get back onto the GUI thread so I can update my controls. private void KPI_ScreenUpdate( KPI KPIType) { if ( this .InvokeRequired) this .Invoke( new KPI_ScreenUpdateDe ...Show All
Windows Forms progressbar with query
hi..... i'm doing a winform application. in the application i have a query that takes quite a while to load....... i wish i could integrate it with a progressbar but i don't know how..... if someone could help me in this matter please..... thanx in adva ...Show All
SQL Server Selective Windows Authentication?
Can we turn on windows authentication on some folders in Reporting server which have some reports and Turn off windows authentication on rest of the folders that have various reports. The thing is this that some users reports which are in separate folders in RS will require windows authentication, however some other user's reports in separate folders do not require windows authentication. The authentication properties are set at the ...Show All
Visual Studio Team System Is the december CTP the final release of MSF for CMMI?
I heard from some people from MS that this is the final release of the process guidance (it's labeled build 1.0), but I still got some missing parts on it: - Most of the sample workproducts are absent; - The "views" looks incomplete. I'm missing some description about them, the workstreams are empty and the related material seems inconsistent; - You can find lots of "xxx Brief description..." through the pages; - I'm missing some reports from pr ...Show All
.NET Development Updating several tables
I am trying to build a form based on a db with several related tables, in VB2005 express. The updating logic which VB 2005 express puts on the navigation bar to the first table binded to the form appears to work. When I add the update logic to the second table into the save button for the update logic of the first table, it doesn't work. The only thing I can figure out is that I need to update the second table relation not the table, but I don't ...Show All
.NET Development COM dll info in .NET
In VB we could use "tlbinf32.dll" to obtain the details of any dll like the Version, GUID etc. I am trying to implement the same in C# using the dll. I could get the version info and GUID. How do we retreive the Threading Model for the DLL. Can we use System.Reflection in C# to get the same including Threading Model That Regspy tool I referred to will show you the registration data. The source is there if you need it. ...Show All
SQL Server IS install after SP1 fails
Subject says it all; I need to install IS, but the installer says v.2047 of IS is already installed; it it NOT installed. When I go to add/remove programs, under the Sql Server 2005, it allows me to try to install IS, but that also fails, as no components are found for installation. This is SS dev edition, W2003. I can uninstall SS2005 and start over, but is there a quicker way to fix this I don't think this ...Show All
Visual C++ How to return something from a Void ??
Hello Everyone, I know the answer is no you can't return anything... I added a COM component as a refrence and it changed the function definition, that function is suppose to return S_OK to proceed...In >NET it got changed to (void) what can I do to return S_OK from there..... Anyone please with suggestions, comments...... Thanks, Harsimrat Usually return S_OK indicates the function runs witho ...Show All
Visual C# Preserving compatibility with an Interop dll
I asked this question a couple of weeks ago and thought I had solved it, but I was wrong. When creating an interop dll in C#, any time I alter the code and re-compile, I lose the reference to it from any applications that reference it (like VB etc). This is a sample application. I thought I was doing everything write by specifying the GUID etc but nope. Any ideas using System; using System.Collections; using System.Compon ...Show All
