all groups > dotnet general > july 2003 > threads for thursday july 17
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
debugging the inner layers of an app.
Posted by JimT at 7/17/2003 9:31:04 PM
I am working with a .NET solution that is mostly written
in Fujitsu COBOL. It contains one C# project and one VB
project (mine). The rest (the bulk of the code) is in
COBOL.
When the app starts it displays a login form. After a
successful login it displays a menu form. One of the menu... more >>
running win.net app from system tray
Posted by alien2_51 at 7/17/2003 5:16:49 PM
Does anyone know where I can find a sample app that demonstrates running the
app from the system tray..?
I want all of my UI elements available from the context menu in the tray..
tia
... more >>
TextBox - what is going wrong?
Posted by M O J O at 7/17/2003 4:59:03 PM
Hi,
I have a TextBox on my form.
I capture the KeyDown event and examines the e.KeyValue - that is, I
examine it like this: dim chr = chr(KeyValue).
This seams to work ok .... well almost.
In Denmark we have some special characters like this one (hope you can
see it): "ø", which is a... more >>
DataGrid stealing focus OnListChanged
Posted by Matthew Fitzpatrick at 7/17/2003 3:13:14 PM
I have a class (MyDataList) which implements CollectionBase and
IBindingList. This class is bound to a data grid.
Whenever my MyDataList is updated [example: OnListChanged(new
ListChangedEventArgs(ListChangedType.Reset,-1));] (another thread invokes
updates this on the UI thread) the form co... more >>
Thread-safe enumeration thru collection?
Posted by Grandma Wilkerson at 7/17/2003 1:30:25 PM
Hi,
The documentation states that enumeration through a collection is
inherently NOT thread-safe, since a thread which added/removed an item from
said collection could screw up the thread that was iterating. That makes
sense.. but... given a collection that is filled at start-time and neve... more >>
Get All threads
Posted by WinstonSmith at 7/17/2003 12:13:42 PM
Hallo everyone,
is there a way to get a list of all threads an application written in C#
uses?
Thanks in advance
Matthias
... more >>
C# or VB.. Did anybody go about deciding which one is good for the team.
Posted by KN at 7/17/2003 12:08:25 PM
I know both are pretty much the same and it comes down to personal choice.
But I have to make the choice for the team. Things so far that I am
considering
1. XML documentation in C# -- thats good.. not there in VB.net??
2. Some language features of VB.Net like Redim(makes it easier for
deve... more >>
how can i create new thread in the new appdomain ?
Posted by Daylor at 7/17/2003 11:07:59 AM
in win32 process , when u create new process,u have new main thread.
i know,appDomain r logical procces,that exists in 1 win32 process.
the q:
is there way to create second appDomain (the first 1 is the defualt
appDomain) with his new ("main") thread ?
if not ,what is the easy and clear w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Failure adding assembly to GAC
Posted by x_vupunu NO[at]SPAM ugs.com at 7/17/2003 9:46:07 AM
Hi,
I tried to install my strong named assembly to GAC. But I get the
following error message -
1. If I drag and drop the assembly to GAC using windows explorer
---------------------------
The check of the signature failed for assembly 'MyUtils.dll'.
---------------------------
OK
-----... more >>
Problem with System.IO Functions
Posted by Douglas Kentner at 7/17/2003 9:25:58 AM
All,
I have been having problems with how the system.io.directory functions work.
for example if i have a folder called c:\tools\ that contains no subfolders
and I run the following code to check if a subfolder exists, the result is
true even though the folder doesn't exist.
if system.io.di... more >>
Changing the Content-Type "invalids" the page.
Posted by mvargasp at 7/17/2003 9:19:11 AM
Hi all,
I have a web form which contains a frame, (a form
containing a menu on the left and a web form containing a
datagrid on the right). Also there is a button (right
side) which transforms the datagrid content in a CSV file
and forces the user to download the file. The following is
... more >>
Registered JIT Debugger is not available
Posted by Srikanth at 7/17/2003 9:02:20 AM
Hi,
Iam trying to run a Windows application (Release mode) installed by a
Deployment project (release mode) on a system which has the .NET
framework Redistributable (23meg) installed. It gives me the following
error:
"registered JIT debugger is not available.
an attempt to launch a JI... more >>
send email with VB.NET and exchange
Posted by samiabeauchemin NO[at]SPAM hotmail.com at 7/17/2003 8:52:40 AM
I have an application running on a single workstation (win 2000) with
Outlook installed and a profile create using and exchange server with
authentification through the DNS. This user profile is the only one
using the app.
I want the app to send email using the profile's email adress.
Here ... more >>
Your opinion please - Web Apps vs. Desktop Apps
Posted by owen at 7/17/2003 8:50:57 AM
I have been developing web-based applications for around 3 years, first
using ASP, and more recently, ASP.NET.
I am starting to wonder if web applications are really the way forward for
software. And by 'software' I mean applications, (eg. word, excel) not web
sites (eg. amazon.com). I am s... more >>
Remote codebehind (or src)
Posted by arturo_mtz_e NO[at]SPAM yahoo.com at 7/17/2003 8:09:52 AM
Hello,
I apologize for the question if it's too basic.
We completed the development of a new website with .NET and the final
environment is comprised of 3 layers, with Firewall between them.
We want to install the .aspx files in the first layer, the .cs files
in the second layer and some... more >>
Help on Question on Interface
Posted by Serge Calderara at 7/17/2003 6:08:21 AM
Dear all,
I read many documents and article based on Interface, but
I am still blind with that and start to have no more hairs.
I try to clearly understand when should I create
Interface ?
thanks to clear my stupid mind
regards
serge... more >>
MSDN Help Still Looking for CD
Posted by AC at 7/17/2003 5:07:51 AM
I installed msdn and help is still looking for the cd..
how do I get it to look to the installed directory?
thanks.... more >>
TypeCasting question ???
Posted by Serge calderara at 7/17/2003 5:05:46 AM
Dear all,
I have Class1 which belongs to myAssemby1. Class1 contains
columns structure of a table database as follow:
Class MyCustomer
...... some functoin and variables
Class CustomTable
public ID as long
public Customer as string
public Name as string
end clas... more >>
Interacting Web Controls
Posted by Hugh McLaughlin at 7/17/2003 4:52:53 AM
Hello Everyone and thanks for your help in advance. I am
working on an application that consists of sever web
controls. The header control has a dropdown list for the
user to select. I want to be able to change the value
displayed in the centerpanel control based on the
selected value o... more >>
|