all groups > dotnet general > january 2004 > threads for thursday january 8
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
URGENT :system reflexion of assenbly question?
Posted by serge calderara at 1/8/2004 11:57:39 PM
Dear all,
I need to create an instance object of a library wit the
following way:
obj = AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap
("Mylib.dll, "PluginApp.PlugIn")
This works fine as long as I place mylib.dll in the same
place as my application EXE file.
If I place that fil... more >>
Is "Whidbey" available to MSDN subscribers?
Posted by Brad Ford at 1/8/2004 11:14:05 PM
I see posts concerning the use of Whidbey, I am new to
MSDN, and I would very much like to try it out.
There is even a "hands on tutorial", but the requirement
is that you have Whidbey installed (so it would go to
reason that you can get it somehow).
#2 - Can I read this newsgroup in som... more >>
Datagrid col width
Posted by Prateek at 1/8/2004 10:56:58 PM
Hi,
How can I change the width of a column in datagrid control?=20
TIA
Prateek... more >>
API list viewer for C#
Posted by ksskumar2000 NO[at]SPAM hotmail.com at 1/8/2004 9:19:24 PM
Hi,
Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.
But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name a... more >>
"Simple ?" beginners web form design question
Posted by Ray Watson at 1/8/2004 9:15:40 PM
Hi all
I thought there might be an easy way to have a separate label or picture on
web page change as the cursor passes over different buttons on the same web
form. In access I could use the "on mouse move" event, but the buttons on
web forms don't seem to have that event.
Any hints at the ... more >>
Project management Software
Posted by Joe Bonavita at 1/8/2004 7:38:47 PM
Does anyone have a recommendation for a good quality project management
software package?
MS Project isn't complete enough and word and excel docs just don't cut it.
Thanks.
... more >>
Gate and Relf Opens Mouth: Stock Sinks Again
Posted by Jet at 1/8/2004 7:11:49 PM
http://biz.yahoo.com/ap/040108/gadget_show_gates_5.html
Bill Gate and Jeff Relf is MSFT worst enemy !
Making his sixth consecutive keynote at the annual trade show,
Gates also showed off portable media players, devices that are paperback
book-sized and feature built-in hard drives a... more >>
.NET Class in ASP 3.0
Posted by Richard Cook at 1/8/2004 6:53:15 PM
Hello,
Is it possible to instantiate a .NET Class (DLL) in the
classic ASP 3.0?
Thanks in advance!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
increasing the stack size
Posted by RA Scheltema at 1/8/2004 3:46:50 PM
hi there,
I'm working on a project in Visual Basic .NET, which makes use of a dll that
rquires quite a lot of stack space. Is there a way to increase the available
stack space (about 10 mb should be enough :) ) ?
My application is currently crashing with an exception (i can't figure out
w... more >>
VB.NET or C#
Posted by Henke at 1/8/2004 3:19:18 PM
Hi!
If I should start from scratch learning a .NET language, which should I
choose, VB or C#?
I should use for developing component based Windows and Web applications,
UI, Web service and so on.
Thanks
... more >>
Length prefixed network message format...easy way to read this?
Posted by jlehn NO[at]SPAM racoindustries.com at 1/8/2004 2:53:27 PM
Maybe I'm missing the obvious solution because I've been looking at
this problem for so long, so I figured I'd throw it out and see if
anyone can come up with some ideas. :)
I'm writing a server application using VB.NET that will be
communicating with a device...the format that it uses can't ... more >>
Converting Projects
Posted by Bert at 1/8/2004 2:52:37 PM
Hi,
Does .NET offer a facility to convert C# projects to VB projects and vice
versa??
just wondering!
... more >>
Load Testing Client Server Application
Posted by Manish Gupta at 1/8/2004 2:46:28 PM
Hi there
Can any one tell me the way to do load / stress testing of
a client server based application. This is a Stand-alone
application made using C#.
Regards
Manish... more >>
Safe Printing
Posted by Jody Gelowitz at 1/8/2004 1:49:57 PM
I am trying to find the definition of "Safe Printing" and cannot find out
exactly what this entitles. The reason is that I am trying to print
contents from a single textbox to no avail using the PrintDialog control
under a security setting with only SafePrinting allowed.
I have attached a sam... more >>
Deploying a Windows Forms App that uses Web Services.
Posted by Chris Dunaway at 1/8/2004 12:09:14 PM
A quick scan of the group did not immediately reveal an answer to my
questions so here goes.
First let me describe my app and then I'll ask the questions.
I am writing a Windows Forms App (not Web Forms) that serves as a thin
client to some web services. In other words, the Windows Forms ap... more >>
Problem using System.Web.Mail
Posted by HBrothers at 1/8/2004 12:03:47 PM
I'm trying to send an email message using System.Web.Mail.
Each time I try, I get the error message:
Could not access 'CDO.Message' object.
This looks to me like a configuration error of some sort. Any suggestions
about how to solve it?
Thanks,
Hardin Brothers
... more >>
Help with asp.net and OWC10
Posted by PatLaf at 1/8/2004 11:49:42 AM
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
????????????????????????????????????????????????????????????????????????... more >>
Variable declaration Query
Posted by John at 1/8/2004 11:32:16 AM
Hi,
I recently came across a .net coding best practises
document which has the following suggestion
"Define frequently used local variables in first four
variables. Since there are direct instructions to load
first four variables, therefore these variables are always
fast compared to rem... more >>
Grid/Combo load ..
Posted by kk at 1/8/2004 10:32:15 AM
I have 2 issues, please help !
1st issue :
--------------------------------------------------------
Loading Grid
------------
1) creating new rows in a datatable and adding data a
array list to datatable.
ArrayList arrData = new ArrayList();
arrData = Employee.GetAll();
... more >>
App VB6.0 in VB.Net
Posted by sebastianochoa NO[at]SPAM bodytechgym.com at 1/8/2004 9:35:28 AM
Hello, i need to know how i know where is the executable=20
of my proyect by code mean. In VB 6.0 is with App.path.
Thank you.
Sebasti=E1n Ochoa.... more >>
Running .NET assembly from a network share
Posted by MF at 1/8/2004 8:57:00 AM
In visual basic 6 I can write an application and toss it
up on a shared network drive for the company to access.
Works like a champ.
In .NET my C# application runs fine on anyones machine,
but due to the integrated security model of .NET, bombs
out with Security Exceptions when someone tr... more >>
Form starts form = slow execution
Posted by KS at 1/8/2004 8:55:08 AM
I have a button on a form that starts another form with this click-event
code:
Dim frmH As frmHelp
If IsNothing(frmH) OrElse frmH.IsDisposed Then
frmH = New frmHelp()
Me.Opacity = 0.9
frmH.ShowDialog()
End If
and the other form I close with Me.Close() and them the application work
... more >>
Crystal Reports for VS.NET Globalization
Posted by Zvonimir Kuntic at 1/8/2004 8:43:33 AM
Is it possible to apply somehow the .NET CultureInfo to a
Crystal Reports report? The user can change the .NET
culture in my ASP.NET application, and I format the dates
and numeric data in my web forms according to the chosen
culture. But in Crystal Reports I can only apply the
current sys... more >>
Visual Studio .NET Toolbox disabled in all applications
Posted by ian.kershaw NO[at]SPAM hyndburnbc.gov.uk at 1/8/2004 8:28:25 AM
I have developed with Visual Studio .NET on the same PC for around 9
months now. I upgraded from VS.NET 2002 to VS.NET 2003 about 3 months
ago no problems and since then I have continued coding, compiling and
releasing mostly ASP.NET and Windows Forms applications. My
workstation is Windows XP S... more >>
creating solutions whereever you want...
Posted by Bob at 1/8/2004 7:04:53 AM
Hi,
So if I want to create a VS solution in the directory
c:\MyCompany
and name the solution "MySolution", there is no way to do
it! VS studio will always stick "MySolution" in a
subdirectory called "MySolution" the "MyCompany"
directory. Is there any way to put "MySolution" in
th... more >>
Help!! progress bar code
Posted by angelina at 1/8/2004 6:45:43 AM
Hi,
Can anyone help me write some code that will run a
progress bar before a new form is loaded?
The progressbar does not have to represent the actual
progress of the form load but simply just run through as
this is just a prototype that i am developing. Just out of
interest though is ... more >>
serial port component
Posted by sebastianochoa NO[at]SPAM bodytechgym.com at 1/8/2004 6:08:23 AM
Hello, how can i integrate a component in VB.Net for=20
comunication with the serial port.
In Vb 6.0 i used the MSComm.
Thank you.
Sebasti=E1n Ochoa.... more >>
Help with excel automation and OWC10
Posted by PatLaf at 1/8/2004 5:37:39 AM
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
????????????????????????????????????????????????????????????????????????... more >>
Where i have to put the sub main??
Posted by sebastianochoa NO[at]SPAM bodytechgym.com at 1/8/2004 5:23:24 AM
Hello, i need in a VB.Net application that when i execute=20
it open two form at the seim time. I think that is with a=20
sub main and then in it, use form1.show and then=20
form2.show, but the problem is, i don't where put the sub=20
main.
Thank you.
Sebasti=E1n Ochoa.... more >>
What version.
Posted by Tom at 1/8/2004 4:22:51 AM
Hi all,
i just wanted to ask how i could find out what version
of .net i have installed on my computer.
I just purchased a laptop off a firend and he already has
it installed.
thx... more >>
crystal reports book
Posted by Alexia at 1/8/2004 4:20:27 AM
Hi,
Im sorry if this is the incorrect place to post this
message.
Can anyone reccomend a good crystal reports book.
Im a complete beginner and would like some examples using
vb.net?
any reccommendations would be great... more >>
Connecting to SQL Server 6.5 using .net XML WebService
Posted by Jawahar Rajan at 1/8/2004 3:27:28 AM
I am trying to connec to a SQL server 6.5 database using an XML Webservice.
which type of provider should I use SQLOLEDB or ODBC .net Provider?
ANy suggestion are welcome
Jawahar
... more >>
PROCESSOR USAGE CLIMBS TO 100%
Posted by daven NO[at]SPAM cougar-automation.co.uk at 1/8/2004 3:09:10 AM
I have some c# code, it is a signal manager which uses some 3rd party
com controls to manage opc signals , and to manage our own signal
object for communication between some proces objects.
the problem is that as it runs, over a 24 hour period, processor usage
will slowly climb to 100% , memor... more >>
Form Parameter
Posted by Ray at 1/8/2004 2:57:11 AM
How can I code a VB.NET program so that it executes with a
parameter input?
e.g. c:\FORM1 "Param1"
Thanks.... more >>
Deployment Issues
Posted by Ian at 1/8/2004 1:32:49 AM
I have a problem.
Having copied my entire web solution to a different
computer and then deployed under IIS + added all class
libraries and associated projects to a new solution ('Add
Existing Project'), I get an error when I build the
solution:
The <assembly name>.pdb file can't be c... more >>
Easy question
Posted by Russ at 1/8/2004 1:26:05 AM
I used to create web applications in VB6 as ActiveX Documents. I could create an application in VB then have be run over the internet if the user used IE. In analogy with a java applet.
What technology should I use from .NET to achieve the same things?
It seems to me that ASP.NET is analogous ... more >>
What's the point of Simple Data Binding?
Posted by Jow Blow at 1/8/2004 12:22:53 AM
Hello All,
In two different books, Simple Data Binding to a control is explained
with an example of a TextBox where the data is initialized with an
array.
For example a class is defined as such:
public class Vendor
{
private string vendorName;
public string VendorName
{
g... more >>
|