all groups > dotnet general > december 2005 > threads for tuesday december 27
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
Help with .NET and Remote Desktop
Posted by Kevin Boyle at 12/27/2005 11:52:21 PM
Hello all,
Does anyone have any tutorials on interfacing .NET and remote desktop. I
am just learning C# so I don't want to have to deal with anything too
complicated and was hoping there were some good tutorials on the remote
desktop client and RDP in general.
The kind of thing i am talk... more >>
Convert Byte to Bit Pattern
Posted by Tedmond at 12/27/2005 11:39:02 PM
Can anyone tell me how to convert a byte to bit pattern?
e.g. Byte b = 1; after conversion = 00000001
Tedmond
... more >>
How to add elements (files) to solution explorer by link
Posted by Yuri O at 12/27/2005 9:36:56 PM
Hi
Sorry about silly question but i cannot share 1 file folder among 2 projects
within single solution so it would appear by reference (as link) without to
be copied into each project (in order to avoid duplication).
Thanks
Yuri
... more >>
Convert seconds to 00:00:00 (HH:MM:SS) format. Please help
Posted by Michael Barrido at 12/27/2005 6:57:01 PM
I have this for example:
Dim iSeconds as int32 = 3600 '3600 seconds is one hour
How do i convert it to "01:00:00" ? Please help.
Thanks in advance!
... more >>
Docking and overlappping onrols
Posted by css at 12/27/2005 5:45:02 PM
I had placed three controls on a UserControl and had them all perfectly
docked together filling up the UserControl.
I needed to add a fourth controls docked to the top. So I dropped it on the
UserControl, changed the new control to Dock = top and changed the taborder
of all the other contr... more >>
A question for those experienced in project managmement . . .
Posted by ChrisB at 12/27/2005 12:27:38 PM
Hello:
I am in involved in the creation of a .NET application and was wondering if
there are any "rules of thumb" in terms of the percentage of time typically
required for each step in the development process? Are there any good
websites that discuss these types of issues?
We have logic... more >>
need recommendation on a .net reporting tool
Posted by Jay at 12/27/2005 10:18:00 AM
I need to develop reports for internet users accessing my aspx (2005) pages
hitting sql server 2005. I originally developed them in Crystal Reports but
now I have learned that asp.net hosting providers do not support Crystal due
to high licensing costs.
Can you please recommend an alternativ... more >>
Regarding usercontrol in .NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 12/27/2005 7:03:06 AM
Hi all,
I have a problem regarding use of a usercontrol in .NET.
My usercontrol consists of two listviews which I say as source and
destination lisviews which
contains the files and folders.
I select files from source view and transfer it to the destination
view.The problem arises while
dis... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Share Single Session between different .net Solutions
Posted by Rommellion at 12/27/2005 1:17:14 AM
We have 5 to 6 projects .net running on production, in which each one
has its own virtual direstory, however we need to add up two more and
link them all together so they can share same single session state. we
are doing this for some Authentication and Role identification
purposes.
We dont wan... more >>
|