all groups > dotnet general > june 2003
international font selection
Posted by Jim Puls at 6/30/2003 8:57:36 PM
I'm writing a Windows Forms application in C# which will run generally in a
Western environment; e.g., EN-US. I need to access a unicode font on the
user's system which is capable of displaying Japanese characters - often
there will be one or more of such fonts, but I don't know which ones by
na... more >>
register COM-DLL from code
Posted by Stijn Lambert at 6/30/2003 5:51:36 PM
Hi all ...
Does anyone know if it is possible to register a COM-DLL through code using
statements of the .NET framework (VB.NET or C#) without using the
command-line or shell or anything?
Greetz,
--
Stijn Lambert
Analyst-Designer
Real Software Group
Industry Division
Prins Boudewijnl... more >>
Syntax coloring in Visual C++ 7.0
Posted by Larry Werner at 6/30/2003 3:17:10 PM
We have source files with extension ".pc", which we would
like to be treated by the text editor as if they
are ".cpp" files for the purpose of syntax coloring. In
Visual C++ 6.0 we could do that with the Source File
Properties dialog, available via a right-mouse click on
the text editor wh... more >>
Which language
Posted by Pragya at 6/30/2003 3:00:34 PM
Hi All,
I m a developer switching to Dot net. We write
applications for handheld devices. In dot net we write
application using Smart Device Extensions. Now my question
is this that we should choose VB.net or C# as a platform
IDE. Please provide all the plus minus based on handheld
device... more >>
Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount
Posted by Meg at 6/30/2003 2:34:30 PM
Hi All,
I am having a problem with paging in datagrid and need
some idea as to how to handle the problem
1. the datagrid is first filled with a select * all
2. the datgrid shows 10 pages 12345678910
3. the first page shows 10 records
4. if do a keyword search on the full dataset the selecte... more >>
What is the relationship between an assembly and a file?
Posted by nfr at 6/30/2003 12:13:22 PM
I understand an assembly is nothing more than a collection of types in a
versioned binary (EXE or DLL) in one or more physical files. Is there any
kind of relationship between the assembly name and the file name it is
housed in. For example, would the assembly name for a .NET file called
"MyRemo... more >>
Help in creating a collection class
Posted by Matthew Hood at 6/30/2003 10:52:43 AM
Here's the situation.
I am developing an ASP.NET web application. Most of my forms will be
accessing a database (MS Access) for either record
creation/deletion/updating or for list lookups. The problem I have is my
boss constantly wants to revise table and field names and I am the one that
ha... more >>
unhandled exception closing form
Posted by guy at 6/30/2003 8:37:30 AM
i have a fairly complex form that is shown using
ShowDialog - ie modally. Clicking close in one paricular
situation it it gives an unhandled exception "No value at
index 0"
This occurs AFTER the Form.Closed event finishes and
before control returns to the calling form.
There is a try catch... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using .NET for free software development
Posted by Robert Björn at 6/29/2003 11:18:29 PM
I'm been playing on and off for quite some time with .NET and am fairly
enthusiastic about it. The Windows Forms library alone is quite amazing
(although I'd love a Java-style layout library, I hate hardcoding positions
and sizes), and is really what MFC should have been.
Now I'm anxious to sele... more >>
CPU Usage Alarms
Posted by David Burstin at 6/29/2003 10:49:17 PM
Whenever I run VS.NET 2003, my CPU usage sits on 100%,
with total memory usage at 330MB. The CPU stays at 100%,
even before any projects are opened (on the start page)
and for the rest of the session. This somehow leads to me
getting system alarms from my motherboard.
Is there something r... more >>
DirectX problem
Posted by Timothy V at 6/29/2003 8:43:18 PM
Hi,
I just installed the Managed DX redist and it installed into the
C:\Windows\Assembly directory. How do I get a reference to these files
through VS.NET 2003?
Thank you,
Timothy.
... more >>
Prevent people from using my dll's
Posted by Brian Mitchell at 6/29/2003 6:18:51 PM
How do I prevent other people from using the dll's I create? I looked at
identity permissions but it looks like those are more for identifying an
assembly.
Any help would be great. Thanks!!
... more >>
Unlisted fonts in Visual Studio .NET settings
Posted by Chen Yaohan at 6/29/2003 12:45:04 AM
In Visual Studio .NET IDE font settings (Tools, Options, Environment \ Font
and Colors), some installed fonts are not listed. And funnily, when you
choose different selections in "Show settings for:" drop down, different
fonts are missing or listed. For example, for Text Editor, you can choose
t... more >>
Equals and "==" operator
Posted by #Hai at 6/28/2003 12:49:53 PM
Hi,
What is the difference between Object.Equals and "==" operator ?
When we use CollectionBase.List.Remove(object), which methods is used to
compare objects ?
Thanks
... more >>
Online internet
Posted by KS at 6/28/2003 12:27:44 PM
I have 'loaded' English US in my IExplorer.
When I start my VB.NET more statusboxes commes very fast
upon each other - it is something around installing
English in VISIO !!
Can THIS be the course that I can NOT see what is on the
Start page's 'web-links' - it says that I should be online... more >>
Mouse Events w/ touchscreens
Posted by Eric Petruzzelli at 6/28/2003 12:14:50 PM
My application will utilize touch screens. I am using mouse events to
Drag&Drop data. Will the mouse events be effective using a touchscreen?
Or do I need to look into other methods?
Eric.
... more >>
Special Comment
Posted by #Hai at 6/28/2003 11:10:41 AM
Hi,
I noticed that there are some special piece of comments in the source-code
generated by Visual Studio.NET when we create a new C# projects.
These comments comes with tags like
/// <summary>
/// Clean up any resources being used.
/// </summary>
What is the purpose of tags <summary> ?
... more >>
MMC vs VB. NET
Posted by Teeravee Sirinapasawasdee at 6/28/2003 10:41:44 AM
Can we develop MMC snap-ins using VB .NET? Is MMC snap-
ins designer for VB .NET available?
Thank you... more >>
Collection property
Posted by Marc L'Ecuyer at 6/27/2003 3:28:25 PM
I want to implement a collection property inside another (in a control
derived class) but I have some persistence problems.
There is an example of my ColumnItem class
<TypeConverter(GetType(ColumnItemConverter))> _
Public Class ColumnItem
Private m_strText As String
Private m_intWidt... more >>
Uploading files up to 150MB onto server
Posted by Rosie Chua at 6/26/2003 11:15:16 AM
Dear all,
I am running an online file management server that allows web clients to
upload files from a webform to the web server.
Using the code
"filename.PostedFile.SaveAs(fullPath);"
I have no problem uploading file with size up to 25MB, but the page starts
to create problem with any siz... more >>
append text to combobox
Posted by Peter Zentner at 6/25/2003 6:09:14 PM
Hi all,
is there a chance to append the text of the new selected item to the text in
the textbox portion of the control?
Example:
textbox: "hello "
new selected item: "world"
new textbox text: "hello world"
TIA
Peter
... more >>
Control.BeginInvoke(), which thread?
Posted by Grandma Wilkerson at 6/25/2003 8:47:10 AM
My question concerns the documentation for Control.BeginInvoke(). At one
point is says:
"Executes the specified delegate asynchronously with the specified
arguments, on the thread that the control's underlying handle was created
on."
later in that same documentation page it says...
"Note... more >>
Calendar Control
Posted by Jason at 6/24/2003 12:46:09 PM
I am developing in VB.NET and need a calendar control that will allow text
and/or pictures to be set to specific dates and show up on the correct Date
Cell. It also needs to be fully resizable.
Does anyone know of any available out there? I've been searching for a
couple months now and can't ... more >>
|