all groups > dotnet general > march 2004 > threads for friday march 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Getting variable of the codebehind in the JavaScript
Posted by Varun at 3/5/2004 11:56:06 PM
I want to access the variable in the codebehind in the javascript
How can i do that
Varun... more >>
Regd. .NET Framework and Visual Studio 7.0
Posted by vijay at 3/5/2004 11:22:42 PM
Hi...
The default framework that ships with Visual Studio 7.0
Enterprise architect is v1.0.3705.
Is it possible for me to remove the Framework alone and
install the new .NET framework 1.1 and use it with Visual
Studio 7.0 enterprise architect.
That is will Visual studio 7.0 can be pl... more >>
Just Me
Posted by Steve C. Orr [MVP, MCSD] at 3/5/2004 10:20:16 PM
I have an install project for my windows forms application
When use it to install my application, there are the standard settings to
install for "Just Me" or "Everyone"
The default is "Just Me"
I'd like the default to be "Everyone"
Can anyone tell me how to do such a seemingly simple thing?
... more >>
How to check the ItemClick event for the ListView in VB.NET?
Posted by Shalin at 3/5/2004 8:26:06 PM
Hi
I have used ListView of VB6 in one of my projects. Now as I am upgrading the project I want to chanhe the ListView to VB.NET. The only problem I face is that the ItemClick event doesn't exist in VB.NET and I face problem in that.
Please help me to get round this problem and how can I de... more >>
C# Casting error
Posted by Bryce at 3/5/2004 7:01:05 PM
First off, I hope I am posting this in the correct place
Convert.ToDecimal() is throwing a FormatException, as is Decimal.Parse() if I send in the string "000063.27" or "+000063.27". I tried removing the zeroes (via substring) and this doesn't work either
Any ideas
Thanks in advance.... more >>
Reflection api
Posted by ichor at 3/5/2004 6:21:55 PM
hi i have read a few examples that use the
System.Reflection api , but i cant understand in what way is it helpful. i
mean its practical use in the real world
thanx
... more >>
public variable not public in class
Posted by Laurence Nuttall at 3/5/2004 5:27:55 PM
I have a class, and a public varible defined in one of the
..VB files of that class.
I also have a form in that class, but I cannot
reference the variable in the class from the form,
even though the form is in the class.
Thanks in Advance,
Laurence Nuttall
Programmer Analyst III
UCLA -... more >>
Supress "Printing page n of Document" dialog
Posted by geoffhanna at 3/5/2004 5:16:05 PM
I am not referring to the standard PrintDialog. This dialog pops up every time my printdocument.printpage event fires. He only has one button - "Cancel" and contains no other controls
I am printing multiple documents in a batch and this guy just flashes all over the place. It looks really bad but ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PrintDialog problem
Posted by Mark Waser at 3/5/2004 4:36:24 PM
Summary: dlgPrint.PrinterSettings.Copies always returns 1 regardless of
what the user entered
Details: When trying to print a document, I am first presenting the user
with the standard PrintDialog which was declared as "dim dlgPrint as new
PrintDialog()" After it is declared but before it i... more >>
FileSystemWatcher Class.. Filters?
Posted by Ryan Rogers at 3/5/2004 4:15:03 PM
The FileSystemWatcher Class has a filter property where you can tell it what
files you want it to watch for. I need it to watch for *.p** and *.f**
files both and have tried giving the filter the following strings
"*.p**;*.f**" and "*.p**,*.f**" and Each one on its own. Only when I supply
each... more >>
HOWTO: use ArgIterator
Posted by Vladimir at 3/5/2004 3:53:04 PM
SGVsbG8sIEFsbCENCg0KSSBoYXZlbid0IGZvdW5kIGFueSBleGFtcGxlIG9mIHVzaW5nIEFyZ0l0
ZXJhdG9yIGFuZCBSdW50aW1lQXJndW1lbnRIYW5kbGUgaW4gTVNETi4gQXJlIHRoZXkgYW5hbG9n
b3VzIHRvIGVsaXBzaXMgKC4uLikgaW4gQysrPyBDYW4gSSBjYWxsIERMTCBleHBvcnRlZCBmdW5j
dGlvbiB3aXRoIGVsaXBzaXMgdXNpbmcgQXJnSXRlcmF0b3I/DQoNClJlZ2FyZHMsDQ... more >>
*** new and UNIQUE iNET College Diploma ! ***
Posted by TO at 3/5/2004 2:26:25 PM
Hi everyone,
I am a Sr. Software Architect and a College Professor in Toronto. I've been
working with .NET since 2001 (Beta1 version), and since then, I've been
promoting .NET Platform throughtout the World. Besides that, I am an active
member of many .NET User Groups and News Groups Across Ca... more >>
create a web setup project fail???
Posted by haiwen at 3/5/2004 1:51:05 PM
Hello, everyone
I have a asp.net project that includes couple aspx files and Lesson1 and Lesson2 folders
Both Lesson1 and Lesson2 include Text folder and Audio folder
After I add a web setup project for it. When I build the solution. I always receive
Error: unable to pacakage Text folde
Erro... more >>
Change row color from datagrid
Posted by Nelson Xu at 3/5/2004 1:37:17 PM
Does anybody can tell me how to dynamically change row
color from datagrid in .net.
Thanks in advance !
Nelson ... more >>
async call to ActiveX is still blocking UI
Posted by Marwan at 3/5/2004 1:36:06 PM
Hello
I am using asynchronous delegates to make a call to a COM ActiveX object, but even though the call occurs on a separate thread, my UI is still blocking.
If i put the thread to sleep in my delegate call, the application is well behaved (no UI freeze), but the call to the com object causes t... more >>
How to get SqlDBType using ADO.NET
Posted by Greg at 3/5/2004 11:46:08 AM
Hi
I am retrieving some records from SQLCE database and storing them in DataSet
I am trying to get database columns DataTypes
Using my_dataset.Mytable.My_column.DataType gives me System.Type, not SqlDbType
How I could get SqlDbType….
Any suggestions would be really appreciated
Thank yo... more >>
Deploying .Net Web Application to a server with multiple sites
Posted by josh.drew NO[at]SPAM byteinteractive.com at 3/5/2004 11:10:35 AM
I have multiple .Net web apps that live on a web server that hosts
multiple .Net sites.
I want to use the Web Application Installer but it looks like it
installs the web app in the default web site (the one that is
x:\inetpub\wwwroot. I need it to go to another web site.
Each web sites use... more >>
Free/Open Source Tool List
Posted by Vinny at 3/5/2004 10:51:45 AM
Hello,
I'm trying to figure out the most commonly used and most useful
addons/tools for .Net development. I have taken a look at
sharptoolbox.com but where i can get a list of free and open source
stuff, but nothing that states what people find most useful.
Here is what i have so far:
N... more >>
Is .NET good for high volume numerical computing?
Posted by YeeCN at 3/5/2004 10:42:11 AM
Hi,
I need to write an application that requires HUGH volume of number crunching
(tens of billions of calculations). Speed is the single most important
factor for me.
I am wondering is .NET (vb, c#) the right framework to develop the
application so whether I should look somewhere else.
A... more >>
Threading question - please help
Posted by Edward at 3/5/2004 9:41:06 AM
Hello
I hope someone could help me
I'm trying to prevent code from running before the thread I created completes. Here's the code snippet
DataTransformerWorker dtw = new DataTransformerWorker(strApplicationFolder, strSupplier
strFile, lblProgress, ProgressBar1)
//create new threa
ThreadSta... more >>
How to receive email???
Posted by _Doug Bell at 3/5/2004 9:15:47 AM
How do you receive email using .NET ?
... more >>
Objects and code from datagrid disappearing!
Posted by bidalah NO[at]SPAM yahoo.com at 3/5/2004 9:10:51 AM
Hello all,
This is an extremely frustrating issue. I have a datagrid that is
populated with three different custom datagridtextboxcolumns that I
inherited they all work perfectly, while the code exist! The problem
is that every now and then, when I switch between the design view and
the cod... more >>
Visual C++ .net
Posted by Todd at 3/5/2004 7:56:09 AM
Does anyone know if a Visual C++ .net program will work on a NT 4.0 server?... more >>
Animated GIF handling
Posted by Shabam at 3/5/2004 5:19:29 AM
Does dot net support the resizing of animated GIFs? I've heard that it
doesn't. Why is that, if it's true?
... more >>
Testing equality of pens
Posted by Tristan at 3/5/2004 2:56:07 AM
Hi
I'm trying to test if two Pen objects are equal as shown below
Pen p1 = new Pen(Color.Black)
Pen p2 = new Pen(Color.Black)
if (p1.Equals(p2)
Console.WriteLine("These pens equal")
The problem is that the if statement doesn't return true, I would have thought that p1 and p2 are the s... more >>
|