all groups > dotnet general > january 2006 > threads for saturday january 28
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
Asynchronously reading off a TcpSocket the best way
Posted by Dave A at 1/28/2006 9:52:54 PM
I have an application that does lots of socket communications all =
asynchronously via the TcpClient class.
The code has been working 99.9999% of the time (yeah one of those bugs) =
but occasionally the receiving thread would get 'stuck'. =20
The pattern that I have used from the reading is... more >>
Problem in accesing mdi form
Posted by Pk at 1/28/2006 9:22:43 PM
Hi,
Im having a problem in forms. I have a mdi parent form named Main, and
a child form named form1.
>From Main form, i have a certain menu item that when clicked, it opens
form1. But the problem is that when I close form1 and I open it again
by accessing the menu, nothing happens.
When ... more >>
pattern for displaying tabular data
Posted by t at 1/28/2006 8:19:38 PM
Hi,
I have the following problem. The web-based software I am to create is going
to display tabular data. Lots of data so I need some pagging mechanism. I
thought about creating three classes: GridView (displayng tabular data),
PaggingControl (displaying [Previous] and [Next] buttons) and Data... more >>
Database folder
Posted by John at 1/28/2006 3:31:34 PM
Hi,
What is best folder to put database (location of database)? This is because
when administrator restricts user rights to read (read and execute), and
doesn't give permissions to write in C: disk (only to My documents is write
allowed)?
What to do in this case, shall I store database to ... more >>
DotNet 2.0 Possible Bug
Posted by deanKeith at 1/28/2006 3:12:34 PM
Running .NET 2.0 on a 64 bit machine.
The OLEDB provider for Microsoft Jet 4.0 generates the following error
when the open method is invoked.
"The 'Microsoft.Jet.4.0' provider is not registered on the local machine."
Manually using regsvr32 on the JET files in the sysWOW64 directory
app... more >>
Printing from web form without print dialog.
Posted by John Peterson at 1/28/2006 11:25:08 AM
Hello all!
I'm at my wits end trying to search for what I assumed to be a relatively
straightforward task. I have a Web application written in C#, and I have a
button on the form that I want to print the current contents of the browser
without bringing up the print dialog.
At first I th... more >>
Need to pre-fill in a form (including text fields) from database
Posted by michelle at 1/28/2006 6:33:26 AM
Hi --
I'm creating a form in ASP.NET 2.0 (and I'm brand new to .NET). And if the
person is new, then I want a blank form to appear and the person will fill
all that info in. This works!
What I'm having trouble with is if the person is an existing member of the
site and wants to change... more >>
MDI Panel
Posted by guy at 1/28/2006 6:17:27 AM
In an application i am writing i could do with having separate MDI
containers, this would allow me split application forms into distinct screen
areas. My initial idea is to create a new Panel control to act as an MDI
container.
Has anyone done anything like this before or can anyone give m... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Const declaration
Posted by Lynn at 1/28/2006 12:00:00 AM
Hi,
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to
VB.net ?
thanks
... more >>
|