all groups > dotnet general > january 2004 > threads for friday january 23
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
ASPX and XML integration with Datagrid
Posted by John Rajendran at 1/23/2004 10:41:04 PM
Hi there,
I am planning to implement a Datagrid display for my XML data. XML data has <problem><id>1</descrption>something</description><id>2</descrption>somewhere</description></problem>
These problem have associated comments for it.
<comments><id>1</id><Date>12/1/2004</Date><comment>adasdasdas<... more >>
Book for bookkeeping with vb.net source code
Posted by andysyy NO[at]SPAM yahoo.com at 1/23/2004 10:27:16 PM
Hi,
Where can I buy a book how to design a simple bookkeeping system with
vb.net source code ?
Thanks !... more >>
Threading Ussue
Posted by paulg at 1/23/2004 6:56:09 PM
hi
I am new to dot net. The problem I am having now is that I would like a
thread to feed data from database to a arraylist at background and at the
same time I want to display the objects in the arraylist in a form.
The brief code is:
private ArrayList CustomerList;
public Form_Load(... more >>
Showing animation on a form
Posted by Noor at 1/23/2004 6:48:22 PM
Hi All
How some application shows animation to show if some progress/processing is
going on.
like especially in the end of some wizard, the application shows animation
on a form, animation like we see when copying of files is being done.
is that done by showing some animated gif? If an a... more >>
Changing thread priority with ThreadPool threads?
Posted by Trev Hunter at 1/23/2004 4:20:47 PM
Hi All,
I was just wondering if it is safe to change thread priorities with thread
pool threads (threads used by System.Threading.Timer and those used by the
ThreadPool class itself).
Say I have a background task that runs periodically (it uses
System.Threading.Timer to do this). As the exe... more >>
Switching to .NET from Borland C++ Builder/Delphi?
Posted by Trygve Lorentzen at 1/23/2004 3:42:57 PM
Hi,
my company has developed logistics solutions with the Borland developer
product C++ Builder and Delphi. We are considering a switch to .NET with C#.
The following issues are important to us:
* Installer file size (this will be larger since it must include the .NET
framework, right?)
* ... more >>
Hashtable enumeration
Posted by JezB at 1/23/2004 3:18:54 PM
How can I loop thru a hashtable changing the Value of each entry ? Whatever
I try I always seem to get the error about modifying the collection within
the loop.
... more >>
Microsoft Access .NET?
Posted by sh at 1/23/2004 3:18:21 PM
Is Microsoft developing an Access .NET product? Are they going to revamp the
VBA as they did to VB6?
From what I've read, they are not going to move FoxPro to .NET.
Are there any other database products out there for .NET, or must I code
database applications from scratch in VB.NET? I prefer... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Most efficient way to make sure that 2 byte[] are identical?
Posted by José Joye at 1/23/2004 2:49:22 PM
I have to compare 2 byte[] and I must be sure that they are fully identic.
I have to perform this check about 1000 times per minute and on arrays that
are between 100-200K in size.
In that sense, what is the most efficient method?
Sincerely,
José
... more >>
Could not instantiate the resource processor - VS.NET 2003
Posted by richbward NO[at]SPAM hotmail.com at 1/23/2004 2:13:49 PM
I suddenly started having this problem as well - and could not figure
it out. MSDN stated you simply had to re-install VS.NET, which I did.
However, the same problem persisted.
It appears I finally figured it out. I had loaded the Office XP PIA -
but stupidly neglected to do this from the V... more >>
setting the parent form
Posted by Doug at 1/23/2004 1:31:06 PM
I use this code to open a form as a mdi child form from a mdi form menu option and it works fine
frmPolicy = New Polic
frmPolicy.MdiParent = M
frmPolicy.Show(
On the child form (frmPolicy) I have a button that I want to open a new form as a child of the mdi form
... more >>
access forum dead?
Posted by mmm, Pie at 1/23/2004 12:46:10 PM
I sent a message to microsoft.public.access and I wanted to follow up,
however, it's not downloading any headers since 1/16/04 and I can't find a
web based forum for it...any ideas?
... more >>
Microsoft .Net Security Information message
Posted by Jody Gelowitz at 1/23/2004 11:09:58 AM
Is there a way to get rid of the "microsoft .net security information"
balloon from No Touch Deploy forms?
The application is running under the Internet Zone and we will not be able
to change the security permissions on the client's machines. Can this
message be removed through digital signin... more >>
Controls - background colour
Posted by Al NO[at]SPAM n at 1/23/2004 10:36:22 AM
I hope I'm in the right group for this question.
I'm new to VB.net and am trying to change the background color of a button
when it is "clicked."
I'm using the code
"ctl..BackColor = System.Drawing.Color.Teal"
in the form_load event and it works, however when using the code with a
diff... more >>
Crystal Reports Problem: Please reply ASAP.
Posted by Mithun Verma at 1/23/2004 9:18:33 AM
Hello All,
I have a Windows application that uses Crystal Reports 9 (bundled Version)
developed using VS.NET 2003 on a windows server 2003 m/c.
The application has to be deployed on the client machine that has Windows
XP installed. Before deploying we make sure that .NET framework 1.1 is
insta... more >>
updating files
Posted by Bev at 1/23/2004 9:06:06 AM
I know to some of you this would be simple, but I am lost.
I have multiple programs within many folders on users machines.
these programs range from DOS applications to .net applications.
when there are new versions of these applications, I need to overwrite the existing files on the users machin... more >>
using multiple class libraries
Posted by faridt NO[at]SPAM coned.com at 1/23/2004 7:59:34 AM
I am developing a Windows Application in VB.NET that is using two
class libraries CL_A (contains class A) & CL_B (contains class B).
Also CL_A is used in CL_B.
Now in my application when i try to set a variable, declared in CL_B,
of type CL_A.A to another variable, declared in application, of ... more >>
VB.NET vs. VB.NET 2003
Posted by Dominic at 1/23/2004 7:26:10 AM
hi,
we made a lot of VB.NET applications. Now we have to upgrade our developer clients with VisualStudio .NET 2003.
Are there any known compatibility problems between VB.NET and VB.NET 2003 ? Or can I just open the old projects and work with them ?
thanks for all hints...
regards,
dominic... more >>
Bet SUN wish they has kept quiet....
Posted by C at 1/23/2004 6:26:07 AM
http://forum.java.sun.com/thread.jsp?forum=31&thread=482707&start=0&range=15#226502
... more >>
|