all groups > dotnet general > april 2005 > threads for sunday april 10
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
Com AddIn Interoperability
Posted by Joe R at 4/10/2005 8:24:38 PM
I have written an Outlook COM Add with VB.Net. This add uses Word and
Access. I can instantiate both but neither process seems to want to stop.
With Access I am opening a report using the DoCmd object. Then closing the
report the same way. When I want the process to end, I call the access Quit
m... more >>
Architetural Decisions
Posted by Bruno Rodrigues at 4/10/2005 5:55:03 PM
Hi,
I'm on my way to my first OOP-for-real project in C#, and having some big
trouble with code architeture.
I have four namespaces:
- Layout
- Info - Where I hold empty structs with business objects
- DB - Where I fill my Info objects
- Classes - Where I do all the business ... more >>
THE GREATEST NEWS EVER! °º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._.
Posted by RonGrossi_38209 NO[at]SPAM yahoo.com at 4/10/2005 2:33:17 PM
The Greatest News Ever! click link
http://groups-beta.google.com/group/alt.politics.bush/browse_thread/thread/=
9b420fd9fc320e49/0215b46e845a8553#0215b46e845a8553
=B7._._.=B7=BA=B0`=B0=BA=B7._._.=B7=BA=B0`=B0=BA=B7._._.=B7=BA=B0`=B0=BA=B7=
.._._.=B7=BA=B0`=B0=BA=B7._._.=B7=BA=B0`=B0=BA=B7._._.... more >>
ArgumentException @ Image.FromStream(stream)
Posted by halise irak via .NET 247 at 4/10/2005 1:13:43 PM
I get an "ArgumentException: Invalid parameter used at
System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement)"
exception. it is too ridicilious to get such an exception, can anyone see what
might cause that exception?
(By the way, i am trying to throw the he... more >>
Communicating Between Two Forms
Posted by ReMEn at 4/10/2005 12:57:01 PM
How can I call a function located in Form1 while in the scope of Form2?
I've tried Form1.MyFunction() but I get a compile errors. Any ideas?
Thanks.... more >>
How to use licensing in my .NET Application
Posted by Kyle Abbott via .NET 247 at 4/10/2005 11:49:35 AM
I am about to start selling a new .NET Windows application but I am having a hard time deciding how to control licensing.
The application will be sold on a per machine basis. So someone can buy 20 copies and install it on 20 computers.
The application uses webservices and I would like the applicat... more >>
dynamically build an array
Posted by Phillll Peeps via .NET 247 at 4/10/2005 5:57:04 AM
Hi there, hope you can help
How can i put the contents of the clipboard into a two dimensional array of type double?
i can get the data with:
Dim iData As IDataObject = Clipboard.GetDataObject()
i want to build a dynamic array based on the amount of data in the clipboard
so if i copied t... more >>
ListView Troubles
Posted by Mr. B at 4/10/2005 12:00:00 AM
VB.net issue here.
I've a strange event that I can't seem to figure out...
On my Form, I've a TabControl (two Tabs)...
On my first tab, I load an Ascii file and dump some info onto my ListView
(which is located on my other Tab).
Now IF I click on the 2nd Tab... the Info IS to be sorted ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Plug-ins and security?
Posted by Jesper at 4/10/2005 12:00:00 AM
Im creating a host application (a game) which allows for users to supply a
custom computer AI. This will be in the form of a plugin assembly which
supports a specified interface. So the host will call interface functions in
the plugins like PerformMove(GameState gs). The host application is a ... more >>
|