| Thread | Last Post | Replies |
|
| Trackbar question: How to implement Windows Media Player Graphic Equalizer? | 15 Jun 2005 22:05 GMT | 1 |
I'm working on a project that requires the use of trackbar. So far so good, but I want to add that look of Windows Media Player Graphic Equalizer. Does anyone knwo how it's implemented? I'd like to add both variations,
|
| Where's my scripting... | 15 Jun 2005 21:22 GMT | 4 |
Now that VSA is dead, what can we do to implement scripting in .NET? I know this question was aked a couple of time, but .NET never really adressed the "scripting" side of programming. Even VSA was lacking, which is probably the reason why Microsoft is just killing it right now.
|
| Custom Function (VBA) in Access Stored Query, Called from ASP.net | 15 Jun 2005 16:44 GMT | 1 |
I have read every page that Google returns on this topic, but can't find anything that resolves my problem. Basically, I have an Access Database that does a number of different calculations. One of these calculations is rather complex, and could not be
|
| ItextSharp resizing images | 15 Jun 2005 16:28 GMT | 1 |
When I add an image into the pdf it gets bigger. How can I stop this? All ideas welcome, thanks
|
| How to find cpu id | 15 Jun 2005 14:43 GMT | 1 |
I want to find CPU ID through vb.net . can anybody tell me how to get this. Thanx in advance Yoshitha.
|
| Visual Studio 2010 Concept IDE | 15 Jun 2005 13:36 GMT | 4 |
These guys have it going on. They actually use design ideas that Microsoft employees can drool upon. Visual Studio 2010 Concept IDE http://www.codeproject.com/csharp/Concept_IDE.asp
|
| Hide Login screen when entering application | 15 Jun 2005 12:29 GMT | 3 |
I am new to .Net and Visual Studio, I have a login form and my main application form. When I login I want to call the application form, and dispose of the login. I have tried doing something like: This.Hide
|
| When to throw an exception? | 15 Jun 2005 09:50 GMT | 6 |
Should I throw an exception in the following scenario? I have a user class. The constructor takes one argument, the sessionid of the user. This sessionid corresponds to an entry in a database. The constructor calls the database with the passed in sessionid to retrieve the
|
| Calling a C++ DLL from a C# program. Unexpected behaviour | 15 Jun 2005 09:30 GMT | 2 |
I’m having a strange problem with a c++ dll that is called from a c# program. The dll wraps a large piece of c++ software that uses exceptions for its error-signalling. To keep the exception mechanism away from the c# end, all functions in the dll are embedded in catch-all blocks ...
|
| Showing monthly info in data control | 15 Jun 2005 08:52 GMT | 1 |
I'm trying to show monthly summary info in some type of data control like so: Jan Feb Mar Jun Apples 10 15 20 25
|
| Running shell commands in c# | 15 Jun 2005 08:47 GMT | 1 |
Hello all. This topic has been covered on google groups before, but I couldn't find a good response. I have a shell command I wish to execute from c# (or vb or your favorite .net language). I know the relevant class is
|
| Which Method For Session??? | 15 Jun 2005 07:36 GMT | 6 |
I am starting the analysis and design on how we are going to handle session data. We are on a large web-farm which limits our solutions. The best solution is persisting to MS SQLServer but I'm not comfortable with it's single point of failure or maybe I am missing something there. ...
|
| Debugging in VB.Net | 15 Jun 2005 01:24 GMT | 2 |
Hello,I am trying to run a windows forms application in debug mode, but it is different from what we had in VB6.0, like in VB6.0 we can do : - Change the values of variables while in debug mode - edit and make changes to the code in debug mode
|
| C# Crawler and performance (speed of crawling) | 15 Jun 2005 00:29 GMT | 1 |
I am currently developping a web crawler, mainly crawling mobile page (wml, mobile xhtml) but not only (also html/xml/...), and I ask myself which speed I can reach. This crawler is developped in C# using multithreading and HttpWebRequest.
|
| Passing an Object by Ref | 15 Jun 2005 00:22 GMT | 6 |
I have a few objects that I've created, Contact, Address, AddressCollection (inherits from CollectionBase), dtaContact, and dtaAddress. One of the properties of the Contact object (Contact.Addresses) is a Type of AddressCollection. When I want to add a new contact to my database ...
|