all groups > dotnet general > july 2003 > threads for wednesday july 2
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
Emailing using MAPISendMail call
Posted by Sparky at 7/2/2003 11:30:45 PM
Hi
I'm trying to send an email using the MAPISendMail API call without much
luck.
Has anyone got sample VB.Net code that uses MAPISendMail? I need to be able
to send an email to one recipient, with one file attachment.
Any help much appreciated!
Sparky
... more >>
Is there a way to embed an instance of IE in a program in C#
Posted by Joshua Long at 7/2/2003 8:35:51 PM
Hi, Im a Java developer looking to programatically control
IE from C#. Basically, I would like to open IE and
programatically fill in some forms from within C# and
download the pages from it, as well. Is there anyway to do
this? I can't find a good, reliable way to accomplish this
in Java.... more >>
System.NullReferenceException
Posted by Terrence at 7/2/2003 8:14:49 PM
I am doing some of the C# walkthroughs to transition from
VB to C#. When I try to execute
static void Main()
{
Aplication.Run(new Form1())
}
I raise a 'System.NullReferenceException" in
system.windows.forms.dll
I am sure this is a simple fix, but I cannot find a answer.
Terrence... more >>
tree structure?
Posted by Adalbert at 7/2/2003 6:52:16 PM
First, I'm sorry for my english.
Second, I've a little question: is some tree stucture like collections
ArrayList or Queue to hold tree of same objects in .NET? Maybe I can use
TreeView to that. I must hold tree of Halma's game (like checkers), which I
generate with minimax algorithm.
Hmm, is i... more >>
activator and using dll assembly
Posted by Daylor at 7/2/2003 5:16:07 PM
hi.
im creating object from assembly dll.
after im finish using the object ,
the process is still using the assembly dll.
what i need to do to the object , so the process will not use the dll , and
by that , i could compile the dll again (after changing code, while the win
app process is s... more >>
UI Device Developer Support?
Posted by murray at 7/2/2003 4:59:11 PM
Hello,
I am looking for the correct division/newsgroup within Microsoft for
addressing technical USB Mouse Driver related questions. We have a simple
question not answered by the USB specification specific to MS's
implementation of pointer handling. After many hours of searching Microsoft
I... more >>
Making a class inheritable only
Posted by Mark at 7/2/2003 4:13:08 PM
Hi all, quick question, how do I make a define a class as being inheritable
only??
Thanks
Mark
... more >>
ANN: Abderaware's SNPP for .NET
Posted by Zane Thomas at 7/2/2003 3:56:14 PM
I hope those of you who have seen this previously will accept my apology for
reposting it. Despite the fact that similar annoucements are posted without
problems someone at MS has cancelled mine alone and so I'm reposted by way
of a server MS does not have control over. I have always tried to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
msvcirtd.lib Linker Error
Posted by Chris at 7/2/2003 3:18:44 PM
Hi,
I have some very complex multi-platform code for a device
reading that used to compile and run perfectly on Windows
2000 using Visual Studio's C++ 6.0
Recently, the hard drive was wiped and Windows 2000 was
reinstalled, and Visual Studio .NET 2003 was installed.
Now, when I try to... more >>
Sorting a ListView?
Posted by Vidar Martinsen at 7/2/2003 1:11:48 PM
Hi
I have problems sorting on the subitems in a listview.
In VB6 this works fne, but it seams not to be able to do this in VB.NET
Does Anyone have a solution?
Regards
Vidar Martinsen
... more >>
Setting Textbox to Bold
Posted by Wayne Wengert at 7/2/2003 10:36:16 AM
I am trying to set the text in a textbox to Bold but I keep getting an error
that 'Bold" is ReadOnly? My code is as follows:
Dim N As New Form1()
If CheckBox1.Checked = True Then
N.TextBox1.Font.Bold = True
End If
--
------------------------------------
Wayne Wengert
way... more >>
Delay signing
Posted by Graham Allwood at 7/2/2003 10:17:43 AM
Hi,
I have an assemly that is delay signed during the dev work and then it is
resigned later when we perform a release build. In the same solution I have
a setup project that uses the PRIMARY OUTPUT of the first project. I also
have a new Configuration setting where I can just build the setup ... more >>
Selecting from a Dataset? ASP.NET
Posted by tmuldoon NO[at]SPAM spliced.com at 7/2/2003 9:38:43 AM
Hello,
I have a dataset with 2 tables. I want to display only selected data
from one of these tables.
The table names are Albums and Tracks. That Dataset is called
AlbumsTracks
If I only wanted to select those tracks that had a common AlbumID as
those in Albums - how would I get this o... more >>
Make a Beep
Posted by #Hai at 7/2/2003 9:15:23 AM
Hi,
I want to throw out a series of 'beep..beep..beep' to the speaker. How to do
that ?
Thanks
... more >>
HTML control
Posted by #Hai at 7/2/2003 9:13:36 AM
Hi,
I want to have a control in my form which display a certain HTML file. How
to do this ?
Moreover, I want to save that HTML file (with all accompany images) in a
different names (somewhat like the "Save as" feature of Internet Explorer).
Is it feasible ? If it is possible, How to do it ?
... more >>
Preview control
Posted by #Hai at 7/2/2003 8:36:43 AM
Hi,
"Preview" is a worthy feature of Windows Explorer.
I want to have a control which previews .HTML files in my form.
How to do this ?
... more >>
Customizing the Visual Studio.NET Start Page
Posted by Chris at 7/2/2003 7:23:37 AM
I would like to customize the start page ("Get Started")
that loads when Visual Studio .NET loads. The list is
rather unpredictable and not able to be sorted. I want to
modify to have a list of common projects I use, etc.
So if anyone knows where and how to modify those pages
please repl... more >>
Unavailable messages
Posted by John Seaden at 7/2/2003 2:53:05 AM
I was searching through the newsgroup just now for
something and found that although several messages
appeared in the search window that might have been
interesting they came up as Message unavailable when I
tried to read them. They all appeared to be dated prior
to 1 April this year. Is t... more >>
appSettings when testing code
Posted by John Seaden at 7/2/2003 2:49:56 AM
Hi,
I've been trying to use appSettings for a VB.Net exe file
with mixed success.
At first I thought the program was just not working and
that I had made some sort of mistake in the config file.
It now appears that it works fine if I run the actual exe
file from within the obj/debug folder... more >>
Returned Value From Web Service
Posted by Teeravee Sirinapasawasdee at 7/2/2003 1:03:47 AM
Here is some code from my web service
<WebMethod()> Public Function GetProduct() As Products
Dim a As Product
Dim p As New Products()
Return CType(p, Products)
End Function
What I get is something like below:
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProduct xmlns:xsd=... more >>
Namespace
Posted by Teeravee Sirinapasawasdee at 7/2/2003 12:58:03 AM
When I create 2 projects, first project contains 2 classe files, and second
one is windows application. if I want to use those 2 classes by refer from
the second project, what should I do? Can we create global namespace like
"System" namespace or "Microsoft" namespace?
... more >>
|