all groups > dotnet general > october 2003 > threads for wednesday october 8
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
Source Code Metrics
Posted by Markus Minichmayr at 10/8/2003 8:06:09 PM
Hello!
Does anyone know a free tool to collect source code metrics like lines of
code, no. of classes, etc.?
Thanks
Markus
... more >>
updating a datagrid using a data adpater and data set
Posted by Terry Knight at 10/8/2003 8:00:42 PM
hey,
i've created a data adpater called 'dabvscores'
i've created a dataset called 'dsvbscores'
now i've greated a private sub to populate the data adpater and then i fill
the dataset and this private is called on form load, i have an update
command button with the following code in it:
da... more >>
Help !
Posted by Gary at 10/8/2003 6:46:44 PM
Hi,
I am developing a windows application in C# using Visual Studio .Net IDE.
The application has a standard Menu bar which is visible on the top of the
screen.
The items of the Menu bar are
1. File
2. Edit
3. Tools
4. Help
Short cuts are also there for user to select a menu item.
... more >>
File associations and running only one instance of the application.
Posted by rollasoc at 10/8/2003 5:18:45 PM
Hi,
I'm trying to implement file associations with my application. I've been
doing this in phases and I'm stuck at the last hurdle.
Phases
1) Installer sets up the file association
Main in my application changed to accept a string [] args parameter
then creates my class pas... more >>
How do I use the Locals Window to find a value in a Dataset????
Posted by Aaron Ackerman at 10/8/2003 4:00:32 PM
How in the heck do I traverse this rediculously long object model to find
out if I actually updated a particular value in my dataset???
... more >>
How to detect that a DOS process is waiting for input
Posted by Matt Burland at 10/8/2003 3:45:55 PM
Hi,
My app runs a DOS program as a process. Most of the time, given the right
command line arguments, the DOS process runs by itself without needing any
user intervention, but there is a certain situation that can arise where it
expects the user to respond "y" or "n" to a question. Is there an... more >>
Getting strange InteropServices.SEHException exception
Posted by MJB at 10/8/2003 3:32:32 PM
I never get the above exception in Windows 2k. It only happens in
Windows XP, which is the first oddity. My application is multi-threaded and
I use the webbrowser control and media player. The exception normally occurs
when I open the browser control or media control, but sometimes it just
... more >>
Install program error
Posted by John J. Hughes II at 10/8/2003 2:54:49 PM
As I said before I lost my hard drive. I have restore my projects from
backup. They compile and run just fine.
I created a new installation (.msi) file and it will not install, use to
work fine.
error message:
This advertised application will not be installed because it might be
unsafe. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can anybody explain this exception please ?
Posted by chak at 10/8/2003 2:32:33 PM
Hello,
Can anyone give an idea why we get the error below when we
try to run our first Dot net application ?
Thanks.
Server Error in '/XXX' Application.
-----------------------------------------------------------
---------------------
'ResourcePool' is not supported on the current... more >>
Framework 1.1 installed but.....
Posted by Darren Gulliver at 10/8/2003 2:21:25 PM
I have 1.1 of the .Net Framework but in my .Net references all the
namespaces i.e System.Data.Dll etc are showing a version of 1.0.3300.0 but
in C:\WINNT\Microsoft.NET\Framework\v1.1.4322 I have a version of this dll
of 1.1.4322.573, why hasn't 1.1 overridden the 1.0 files?
... more >>
DataGrid -- when do selected rows end up on clipboard?
Posted by danielle_nm NO[at]SPAM yahoo.com at 10/8/2003 2:08:20 PM
Hi,
I would like to understand when a selected cell, selected row or
selected rows in the DataGrid control ends up on the clipboard. All I
know is that the selection ends up on the clipboard, because when I
issue a copy command then paste to an editor, the selected datagrid
cell(s) end up on... more >>
ODBC .Net
Posted by Darren Gulliver at 10/8/2003 11:13:58 AM
I'm trying to use ODBC to connect to different databases in VB.NET I know
there is a reference I need to add called Microsoft.Data.ODBC.dll but it is
not available on my list of .Net references. I have the .Net Framework 1.1
so I do not understand wht I cannot use ODBC.
What am I doing wrong?
... more >>
Faulty AppSettings will cause Winforms beeing lost
Posted by Cybertof at 10/8/2003 11:07:32 AM
Hello,
If you change your </AppSettings> ending tag with </Appsettings>
(without uppercase 'S'), you get an 'invalid' App.config.
Now if you close your winforms and open them again, you loose their
content.
Have anyone noticed this ?
Regards,
Cybertof.... more >>
C Sharp Certification PLEASE HELP
Posted by vanessabj NO[at]SPAM free.linux.net.mk at 10/8/2003 7:47:12 AM
Hi. I am an amateur C# enthusiast. I currently work as a carpenter
and I moonlight on the weekends as a photographer. I'm trying to
transition a career change.
Is there an exam that leads to certification in C# like there is with Java?
How much of the exam will rely on memorization? How much... more >>
Can the dll used in no touch deployment have unsafe blocks
Posted by smlewis NO[at]SPAM lordjoe.com at 10/8/2003 6:46:31 AM
What are the restrications on unsafe blocks using the object tag or
Assembly.LoadFrom - it does not seem to work for me even with full
trust of the site... more >>
Databinding Expressions?
Posted by Chike J. Okor at 10/8/2003 12:22:54 AM
Is it possible to Databind to an expression? I have a collection of classes
and one of the properties returns a boolean value. I'm trying to databind
to the "inverse" of the boolean value as such
TextBox1.DataBindings.Add("ReadOnly",customers,"IsActive");
I need to bind this to the Inverse... more >>
|