all groups > dotnet general > february 2004 > threads for tuesday february 24
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
Raising Event
Posted by Santhoshi at 2/24/2004 11:56:05 PM
I have an event declared in class1
Now i want to raise the event in the my class2 or anywhere other than class1
Is it possible? If so how
Thank you... more >>
Visualisation problem
Posted by Sam Johnson at 2/24/2004 10:46:08 PM
H
I have the following problem: In one of my applications I need to display some graphical structure to the user (just as Visio does it), that changed dynamically. How can you do that
Sam... more >>
Please Help! How I can know that file is in use
Posted by Pola at 2/24/2004 10:41:08 PM
I am using VC++
in my application I create file every second and save on the disk
at the same time another appl reads this file every second from the disk
How I can know that file is in use.
thank yo
... more >>
Events-Delaegates
Posted by Santhoshi at 2/24/2004 8:01:14 PM
I want to declare an event, a delegate and the event handler in the same form/Class and handle the events concept/functionality. I know to decalre an event and a delegate in a different class and handle the event handler in the different form/class . But how to do all this in the same class/form
... more >>
Please please please fix the IDE
Posted by Lloyd Sheen at 2/24/2004 7:19:24 PM
So MS where is the error that is reported on last line, says 1 failed. No
indication as to what failed. VS 2003, (reinstalled more times than should
have been).
------ Build started: Project: SQLEditor, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Perfor... more >>
Setting a Windows Service's description
Posted by Jim at 2/24/2004 3:34:25 PM
Hi, I've created a windows service which works just fine using C# 2002..
The problem is that I don't know how to set the Description of the Service -
any ideas how to do this?
Thanks, Jim
... more >>
VB .Net vs. C#
Posted by Tom Kwee at 2/24/2004 3:31:07 PM
What are the advantages/disadvantages of VB .Net vs. C#
Thanks much
... more >>
BinaryReader.ReadBytes issue
Posted by <.> at 2/24/2004 1:46:16 PM
Hi,
I am trying to optimize the reading of a huge binary file into a byte[]...
I am doing the following..
byte[] ba = new byte[br.BaseStream.Length];
ba = br.ReadBytes((int)br.BaseStream.Length);
The problem is., BinaryReader.ReadBytes(...) only takes an int wherase
Binar... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
compilator variables #if #endif in Solution
Posted by Robert at 2/24/2004 1:27:08 PM
Hello All,
My problem is related with using #if NAME .....#endif.
I define NAME in my .Net project. It is ok unit I have 50 projects.
Please help me how to set variable NAME for whole solution ????
thanx
Robert
... more >>
ORA-1866 The datetime class is invalid error
Posted by Malcolm Diaz at 2/24/2004 1:26:08 PM
Hello all
Thank you all in advance. I am completely at a loss here with this error. I am developing a simple interface that will allow a user to enter,execute and view results from a SQL statement to our oracle database. I have found that I can not query more than a single day at a time when u... more >>
asp:imagebutton problem passing though multiple databound fields to the command argument
Posted by Darren Clark at 2/24/2004 1:01:50 PM
I need to be able to send through 2 peices of infomraiton in the
commandArgument property of a image button...
<asp:imagebutton
CommandArgument='<%# DataBinder.Eval(Container,"DataItem."+
JR.Core.Data.JobseekerData.FLD_SEARCH_ID) %>_<%#
DataBinder.Eval(Container,"DataItem."+JR.Core.Data.Jobse... more >>
.net Hosting???
Posted by Darren Clark at 2/24/2004 11:03:18 AM
Can any recommend a good .net hosting company?
I am after a good price for a company website...
need about 200meg + space..
good transfers..
sql db with 50meg..
any suggestions?
... more >>
DataGrid - Headertext Issue
Posted by Chan at 2/24/2004 10:56:06 AM
When I try to change the header text after Databind for a column (ASP.Net) I am getting the following error
dgTest.Columns(0).HeaderText = "TEST#
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
PS: I am using ASP.Net 2002... more >>
Serialize to XML problem
Posted by Chris DiPierro at 2/24/2004 10:42:03 AM
I have a string property of a class in vb.Net that's getting set to 10
spaces (literally, " ")
If I look at the XML output, I see this:
<anyType xsi:type="MFHidden">
<ShapeID>1</ShapeID>
<Name>Hidden</Name>
<Caption>Hidden</Caption>
<Des... more >>
Persisted serialized objects & assembly version changes
Posted by Nels P. Olsen at 2/24/2004 10:41:06 AM
If you serialize an object graph to persist it somewhere (e.g. a database) between application sessions, then you run into trouble if the serialized objects' existing field order or datatypes change, or if the object is moved from one assembly or namespace to another. Even if we're careful about ma... more >>
Serialization issue
Posted by <.> at 2/24/2004 10:02:29 AM
Hi,
I was trying to serialize a type that has a SortedList in it and I get the
following innerexception.
{"The type System.Collections.SortedList is not supported because it
implements IDictionary." }
Why can this not be serialized, this means I have to start packing my type
into a... more >>
encode string in Windows service
Posted by Bar Elimelech at 2/24/2004 10:00:53 AM
Hi,
I'm trying to encode a string in a windows service that should be past to a
asp.net web application in the querystring.
I know that in order to do it in asp.net I should use the Server.HtmlEncode
from the system.web namespace but I can't find a way to do it in a windows
service or windo... more >>
C#, Threads, Events, and DataGrids/DataSets
Posted by Dennis Owens at 2/24/2004 9:26:07 AM
I am trying to run a thread off of a form, and every once in a while the thread will raise an event for the form to read. When the form gets the event, the form will place the event into a dataset and display it on a datagrid that is on the form. The problem is that the thread will slowly take over ... more >>
How to determine if the system clock has been set back in time
Posted by David Lindgren at 2/24/2004 8:57:50 AM
Hello.
I am trying to figure out a way to determine if the user has resetted the
system clock between two times of running my application. One idea I have is
that I could check the modified date of a system file which I "know" is
changed regulary (every day) and compare that to the current tim... more >>
How To: Do multi-line string vars?
Posted by Scott McNair at 2/24/2004 8:11:33 AM
I'm running into a situation where I want to take a multi-line SQL
statement and include it as a string in my code. I know that I can do
something like
strSQL = "SELECT * "
strSQL &= "FROM tbl.dbo.MyTable, "
strSQL &= " tbl.dbo.MyTable2 "
strSQL &= "WHERE MyTable.ID =... more >>
The New Linux Economy
Posted by Travis 'Bailo' Bickel at 2/24/2004 8:06:43 AM
Lately, I have been having a bear of a time trying to acquire a Linux driver
for my S3/ProSavage chipset -- but that quest is now almost at an end as I
have located a noble band of people who are pushing the envelop with S3 and
Savage chipset drivers!
Though my quest might sound like food fo... more >>
Bread Crumb {Urgent}
Posted by Irshad at 2/24/2004 8:01:10 AM
Hi Al
If anyone has worked with Bread Crumb or have Knowledge on that.Please I Need some samples of creating Bread Crumb in .NET
Please let me know ASAP
Thank
-Irshad... more >>
calendar info from vb.net
Posted by Srinivas at 2/24/2004 5:41:07 AM
h
how to retreive calendar information of outlook2002 from more than one profile using vb.ne
Thanks in advanc
Srinivas... more >>
How to make a global change to DataGrid?
Posted by Mr. B at 2/24/2004 4:58:17 AM
In my app, I get the info/data that I want from an Access data base (ADO.net).
And I display the data in a DataGrid for editing. The information displayed
is 1 to 7 lines depending upon the info.
What I want to do is to change some text, globally, that is in the 'thrid'
column ("description")... more >>
newbie. net...
Posted by reiks at 2/24/2004 3:56:05 AM
How is JIT code different from interpreted code
what alg does GC uses?... more >>
Free to use nDOC?
Posted by tristan_sehgal NO[at]SPAM yahoo.co.uk at 2/24/2004 3:16:41 AM
Hi,
I was just wondering if it is legal to use nDoc generated
documentation with commercial .NET components?
Cheers
Tristan.... more >>
Newbie: try, catch problem
Posted by Sam Henson at 2/24/2004 3:11:08 AM
Hi
the following code should throw an exception, but it doesn't! can anyone tell me why
tr
IPAddress test = IPAddress.Parse("192.168"); //invalid inpu
catch(Exception mye
MessageBox.Show("error")
return
Any ideas
Sam Henson... more >>
DirectoryInfo - Multiple file formats
Posted by janemanno1 NO[at]SPAM hotmail.com at 2/24/2004 2:30:06 AM
Hi guyz.
I am using DirectoryInfo to get the list of files from 1 directory and
then display it in grid. I am using ASP.NET with VB.NET code behind.
But I have to pick 2 different kind of files and leave rest alone. The
following code doesn't seem to be working. Where is the wrong
syntex..?... more >>
How to close a window using Java script??
Posted by sivarman dasd at 2/24/2004 1:49:01 AM
Hi,
I have used Javascript to a page, and i have opened another child form.
Now i need to close the child page from the parent page. how do i do
it??
Help me...!!
Thanks
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
|