all groups > dotnet general > august 2004 > threads for monday august 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
.NET project specifications
Posted by Karunakaran at 8/23/2004 11:45:03 PM
Hi,
Although I have around 4 yrs of exp in ASP, I'm new to .NET. I like to know
where I can find some project specifications so that I can use it in real
time to learn hands on in .NET
Thanks and Regards,
Karunakaran... more >>
Vertical and Angled Text
Posted by Philip K at 8/23/2004 6:15:02 PM
I write software that needs to draw simple engineering drawings for factory
workers to read.
A standard for drawings is to be able to read the text from the bottom right
corner.
The GDI defaults vertical text to be readable from the left side of the page
(upside down). It seems from the ne... more >>
Asynchronous Socket Client always connected
Posted by news.microsoft.com at 8/23/2004 4:21:14 PM
Hi
I write dll library which one of it component will be Net socket
communication. Communication is working very good, but i've got problem when
client is connecting. When server is started, client is connecting without
problems; but when servre is down and i start client, client connect to
s... more >>
Determining 'mode' (i.e. run-time or design-time) of a UserControl
Posted by Brett at 8/23/2004 3:49:07 PM
In VB, a UserControl could determine its run-time vs. design-time status by
evaluating the UserControl.Ambient.UserMode. For the life of me I can't
figure out how to do the same basic thing in VB.NET.
I have a UserControl in which I need to perform certain functions in the
Load event during r... more >>
System Time synchronization
Posted by arcvonz at 8/23/2004 3:29:58 PM
We have a time critical smart client application running on Windows 2000/XP
systems.
Is there any reliable service that would help in syncing the local system
time to atomic clock or local time at the least in case the user changes the
system clock in purpose or inadvertently?
- Network synch... more >>
What Button Was Clicked ??
Posted by Charles A. Lackman at 8/23/2004 12:22:46 PM
Hello,
I have a project with multiple child forms (created from DLLs). When a
button in the child form is clicked the Parent form needs to know what
button was clicked. Any Suggestions will be greatly appreciated.
Thanks,
Chuck
... more >>
Developing on Windows XP Professional
Posted by Bart at 8/23/2004 11:21:02 AM
Dear,
This question is probably of topic, but does there exist a Resource Kit
for Windows XP or should I use the Resource Kit of Windows 2000 ?
Regards,
Bart
--
www.xenopz.com... more >>
HELP!!! Performance issues in .NET
Posted by Tim Greenwood at 8/23/2004 10:43:15 AM
We are running into some brick walls here and I'm wondering if I need to do
some tuning (probably do regardless of the outcome here) or if we are
running into some reasonable expected limits.
Our e-commerce site is totally rewritten in .NET using C#. We went live
today and got around 1000 use... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Newsgroups for .NET 2.0, VS2005 (Whidbey)
Posted by Nick Carter at 8/23/2004 10:37:27 AM
Are there specific newsgroups for asking questions on .NET 2.0 and Visual
Studio 2005 ?
Nick Carter
... more >>
First day of week
Posted by simon at 8/23/2004 10:20:13 AM
If I use day function:
day(date), I get 1 for sunday.
How can I set, that the first day of week is monday?
Thank you for your answer,
Simon
... more >>
How does a DLL work in .NET
Posted by Eelco Uytterhoeven at 8/23/2004 9:53:50 AM
Hi All,
I've got an easy question (I think). If I make a DLL in .NET, can that
DLL be used by programmers and endusers without the .NET runtime?
Thanks,
Eelco... more >>
can I have one app.config for C#.NET solution with multiple projects
Posted by r_adhakrishna NO[at]SPAM yahoo.com at 8/23/2004 8:56:51 AM
Hi
I am working on C# application, where in I may require just one
app.config for the C#.NET solution with multiple windows application
projects. I know one web.config can be used for multiple projects, can
I use app.config is the same way??
thanx in advance.
RK... more >>
Datatable
Posted by Alen Gurovic at 8/23/2004 8:43:57 AM
hello people
Deleted row information cannot be accessed through the row.
"
Is anybody know what is error description
I use sqlcommand for update datatable
on insert and update works fine but when i want to delete row from datatable
i receive error Deleted row information cannot be accessed thr... more >>
getting started question about ASP.NET - kind of general
Posted by Stephanie_Stowe NO[at]SPAM IDX.COM at 8/23/2004 7:43:16 AM
I see this in my Quick Start info:
"In addition to (or instead of) using <% %> code blocks to program dynamic
content, ASP.NET page developers can use ASP.NET server controls to
program Web pages. Server controls are declared within an .aspx file using
custom tags or intrinsic HTML tags tha... more >>
How to use HttpWebRequest and get response back?
Posted by Kueishiong Tu at 8/23/2004 5:51:04 AM
I have a url, I pass it to Webclient, and I get response without any problem.
String* uriString = S"trade7.masterlink.com.tw/futures/QuotePrice.jsp";
String* postData = S"";
// Create a new WebClient instance.
WebClient* myWebClient = new WebClient();
// Apply ASCII Encodi... more >>
Class Name
Posted by SK at 8/23/2004 3:22:15 AM
I have a class that is derived from the IMessageSink
interface. In the SyncProcessMessage i want to get the
class name of the method invoked. How is it possible?... more >>
Opinion on best data access method
Posted by Tippy G at 8/23/2004 2:57:01 AM
My name is Glenn, I am an experienced VB5.0/6.0 programmer who is starting a
new project using VB.NET.
The project is simple but will be using a .mdb file for storing of data.
Only one person will be accessing the database at one time and the database
will be stored on a mapped shared folde... more >>
combox problem on selectIndexChanged
Posted by VIJAY KUMAR at 8/23/2004 2:47:02 AM
Hi all,
I have a problem with combobox. I have 2 comboxes cmbcategory and
cmbsubcategory.
I intialized cmbcategory with sum values from database on Form_Load.
when i select a vlue from the cmbcategory, i will get sub categories in
cmbsubcategory.
on Form load when ev... more >>
visual studio and Visual studio.Net
Posted by chris at 8/23/2004 2:39:01 AM
hi..would like to ask if i've install VS.NET 2003 on my pc..can i stil
install the normal visual studio? will it crash?... more >>
Limitations of VB .Net
Posted by marcus.meisenberg NO[at]SPAM gmx.de at 8/23/2004 2:20:25 AM
Hi!
I have a quite general and maybe silly question. What limitations does
VB .Net have in comparison to C# .NET, J# .NET or C++ .NET. Are there
any kind of programs which cannot be developed with Visual Basic .Net?
Does those other .Net languages give more possiblities regarding
functionalit... more >>
Number of users of .NET
Posted by haberlandner NO[at]SPAM gmx.at at 8/23/2004 1:31:31 AM
Are there any numbers how many developers use .NET (.NET Framework or
Visual Studio) for their product and how many products based on .NET
are developed/deployed? Are there any estimation about future trends?
Are there at least any comparisons about numbers of developers using
e.g. C#, VB.NET, C... more >>
|