all groups > dotnet general > october 2004
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
VS Studio / VS.NET Integration
Posted by ozbear NO[at]SPAM bigpond.com at 10/31/2004 10:18:49 PM
I already have VS Studio.Net 2003 installed.
I have need to compile some vanilla C, not C# programs on the same
PC.
If I install VS Studio will it integrate into VS.NET's IDE (which
I would prefer) or does it have to install its own IDE, editors,
and associated environment? I would prefer ... more >>
I can't sort my combo box. Please Help!
Posted by raj at 10/31/2004 7:58:02 PM
When I try to sort my combo box I get the following error.
"Cannot sort a ComboBox that has a DataSource set. Sort the data using the
underlying data model."
--------------------------------THe code is given below.
String strSQL;
strSQL = "SELECT .......... WHERE C.Client = '" +
this.c... more >>
.net security policy
Posted by Eric Nelson at 10/31/2004 6:36:01 PM
new hardware; copy VS projects from old hard drive to new; rebuild an old
project & run:
The current .NET security policy does not permit <program> to run from the
folder <program>_bin.
Two questions: (1) what's going on? and (2) how do I clean this up?
Thanks,
Eric... more >>
Press 'REPLACE' carelessly
Posted by Agnes at 10/31/2004 3:08:21 PM
I need to replace some textname in the current docurment, BUT I choose
'current project'
So, it seems take action to replace a lot of thing ???
What Should I Do ? The current Docuemen t( I did a lot of work in it) I must
SAVE IT. But, If I press 'save' will it save all other thing ?
Please help... more >>
Csharp calling C++ Managed code using Byte array reference
Posted by Trev at 10/31/2004 4:59:02 AM
I can call C++ methods using byte arrays as values but I wish to call a C++
method using a reference to an empty byte array that is then initiaised to a
set size by the c++ method and populated within the c++ mthod before
returning back to the c# code.
E.g.
c# call
byte[] data;
... more >>
is one language in .NET enough
Posted by goran vukovic via .NET 247 at 10/31/2004 3:59:01 AM
(Type your message here)
2 years ago someone claimed multiple languages were an advantage=
of =2ENET=2E COBOL=2ENET was a hot topic=2E Does anyone code in J#?=
Rubbish=2E Stating the obvious, VB=2ENET was made for VB and C# for=
C++ developers to help the transition to =2ENET=2E People forget... more >>
object oriented design
Posted by A Hash via .NET 247 at 10/31/2004 3:51:20 AM
(Type your message here)
--------------------------------
From: A Hash
I new to object oriented design can any recommend any good sites=
and books on object oriented design using c#=2E Also, I trying to=
implement some classes and dont know what is good approach=2E I=
have a company c... more >>
Icons specifications
Posted by Richard L Rosenheim at 10/31/2004 3:40:06 AM
Can someone confirm/point me to the current specifications for icons for
Windows 2000/XP/2003 systems? I tried searching Google but wasn't able to
find the information.
I'm basically looking to confirm what the OS like in terms of width, height,
color depth for the title bar and desktop icons... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual studio upgrade to .net 1.1
Posted by kppk at 10/31/2004 2:04:09 AM
Hi,
does anyone know if it is possible to do a Visual studio (7.0.9466) upgrade
to use the .net framework and SDK from using 1.0 to use 1.1?
Thanks
... more >>
Open File Dialog Slooooooooow
Posted by Bernavich2004 at 10/30/2004 10:08:07 PM
Ok I am going nuts. This problem ONLY happens when I use a Microsoft Office
2003 product like word, or .NET development IDE.
WHen I use the Open file dialog and click on a folder to drill down, or up
depending it takes 3 to 5 minutes to open a folder. This DOES NOT happen
with any otehr p... more >>
.NET & SMTP
Posted by Jim Douglas at 10/30/2004 2:17:24 PM
I need something to give our Lotus/Networking group to help with the problem
of mail generated by my application is only delivered within our company
domain. For example jim.douglas@genesis-software.com is perfect but
jim.douglas@hotmail.com does not get delivered. The objects in questions are
m... more >>
calling .NET from VBA: one parameter only in a method?
Posted by abrady0 NO[at]SPAM gmail.com at 10/30/2004 2:13:52 PM
Hello,
I'm seeing strange behavior experimenting with calling .NET. If I
create a project in .NET 2k3 and select 'interop assembly' it will
create the CCW for me, correct?
I created a class library with this class in it:
Public Class TestCCW
Public Sub Stream(ByVal filename As ... more >>
SystemEvents.InvokeOnEventsThread
Posted by Defiant at 10/30/2004 1:46:55 PM
Has anyone used SystemEvents.InvokeOnEventsThread?
The MSDN documentation is a little vague with regards this method.
I am trying to detect and respond to changes to the desktop (like moving
desktop icons around, mouse events on desktop, etc) and was wondering if I
could use the above method t... more >>
want to join a C# and ADO.NET based open source project
Posted by carletoncourses NO[at]SPAM yahoo.ca at 10/30/2004 1:44:01 PM
I am willing to contribute as a programmer or tester in
an open source project in an area that would need C#, ADO.NET
and MSDE (or MySQL).
My resources are:
Host OS: Windows XP Home Edition
Tools: MSDE 2000 Release A, MySQL.
My programming experience: C# (few months, learning),
... more >>
Silly DNS.BeginResolve question
Posted by ShaneB at 10/30/2004 12:09:55 PM
Hello all!
To test my app's exception handling, I've coded a call to
DNS.BeginResolve() with an intentionally bad host name. When I put the code
in a try/catch block, all works fine and a SocketException is thrown as
expected. However, if I remove the try/catch lines, no exception is th... more >>
Can't Write File on Hosted Server...
Posted by clintonG at 10/30/2004 10:43:36 AM
The application is a simple form of three textbox controls that results
in writing an XML file to the file system of the application root when
it runs on the local development machine.
I've just used FTP to deploy this as my first ASP.NET application using
a hosting provider using W2003 IIS6 n... more >>
ActiveX for Outlook forms in .Net?
Posted by castle8000 at 10/30/2004 5:13:01 AM
Hi folks.
I dunno if this is the right place to ask for help with ActiveX / .net /
Outlook, so ill siimpl give it a try :)
I want to develop an ActiveX Control for MS-Outlooks 2003 with Visual
Studio.Net 2003 and .net Framework 1.1 installed.
Ive read tons of stuff about dlls with .Net, s... more >>
Why is .Net an optional download?
Posted by Jim Hubbard at 10/30/2004 4:02:07 AM
Assuming Microsoft want .Net to be the next big thing in Microsoft
programming, why is the .Net Framework 1.1 an optional download on the
Windows Update site? I'd think that it should be required.
Jim Hubbard
... more >>
DropDownList depending on DropDownList
Posted by Jonathan at 10/29/2004 8:45:10 PM
Hi everyone,
i have made two dropdownlist controls. On my first one, i have the country
and on the second one, the state (for example) if i selected the United
States country. So depending on wich country i selected in my first
dropdownlist control, i load my information in my second dropdown... more >>
can't open or copy vb files from zip file
Posted by Bradford at 10/29/2004 8:30:06 PM
This is a multi-part message in MIME format.
------=_NextPart_000_0015_01C4BDF6.13D3AB20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I e-mailed my donnet project folder to another machine as a zip file. =
The zip file opens, but I can't copy,... more >>
Converting an MSIL exe file to a native exe file?
Posted by avivgur NO[at]SPAM gmail.com at 10/29/2004 7:21:40 PM
Is there any way to convert an MSIL exe file (the kind created by
visual studio .net) to an exe file that will run on microsoft windows
computers without the net framework?
Thanks,
Aviv.... more >>
Inheritance / file locations
Posted by Johnny van Cadsand at 10/29/2004 6:42:50 PM
Hi,
I know how inheritance works.
But do i have to put all the inherited class files in the same
directory as the class file which inherits is in?? (VB.NET)
When i have a baseclass which i want to use in different solutions, then
i add the class to a solution. The IDE copies the file to t... more >>
Where to store database connection info???
Posted by faktujaa at 10/29/2004 6:30:02 PM
Hi,
Currently im storing the connection info. in XML file on the C drive. the
only problem with this is that anybody can open and check the database name.
I know encryption can solve this problem but still im concerned whether this
is the right place to store connection info as in earlier pro... more >>
File Link in .NET DLL
Posted by faktujaa at 10/29/2004 6:21:02 PM
Hi All,
I have to avoid cyclic reference in my DLLS. One way is to move the code to
the common DLL. But now since i have written a lot of code, it would take a
whole lot of time to do this. The other way i see is to link file to the DLL.
But i have some doubts about taking this approach.
1. ... more >>
array of objects in a User Control
Posted by Vincent Finn at 10/29/2004 5:10:46 PM
Hi,
I am writing a Control (in C#) and I want to give the user access to
an array of items in it.
If I make a property that returns the array it doesn't work properly
in the designer.
The control properties in design mode show my propery
I can select it
that brings up a window that allow... more >>
How to create a strong name dll from jscript.
Posted by Tim Marsden at 10/29/2004 3:46:44 PM
Hello
I have written a script (using notepad):
class ExpressionEvaluator
{
function Evaluate(Expression : String)
{
return eval(Expression);
}
}
I use the jsc.exe to create a dll which I use in my vb.net project.
I need to give the dll a strong name.
I have tried al.exe but can... more >>
.NET framework
Posted by shea at 10/29/2004 3:04:37 PM
Do applications developed with the dot NET tools such as
VS require that end users have the .NET 1.1 framework
installed on their machine?... more >>
OCX Controls
Posted by Charles A. Lackman at 10/29/2004 3:03:28 PM
Hello,
I have created a project that is dynamically adding an OCX control to my
form. I also have other OCX controls on the form that I have placed from
the designer.
When I call the form using ShowDialog, the forms Load_Event does not fire.
When I call the form using Show the forms Load... more >>
Recreating Ping in .Net Problems
Posted by Jason Rodman at 10/29/2004 12:54:02 PM
I have downloaded every example on how to create a ping utility in .Net in
both VB and C#, but have been disappointed with the results. I have YET to
find an example that returns consistent results that are even close the the
actual ping command line utility. For example:
If i would ping t... more >>
C# Screen not Refreshing during long process
Posted by Craig C at 10/29/2004 12:41:03 PM
I have a Simple Windows Form which I placed a button and when the button is
pressed it proceses data into a database and I update the task bar for each
record.
The task bar would show processing 1 of 200 and so on...
The problem is if I click anyware on my form during this process it locks
... more >>
Create Mailbox in Exchange
Posted by PokerJoker at 10/29/2004 12:21:11 PM
Can someone please point me to a code sample for creating exchange mailboxes?
Preferably in VB but C# is fine as well.... more >>
How can I get back my MSDN subscription ID
Posted by Mike Liu at 10/29/2004 12:07:04 PM
I got my MSDN subscription ID throught EMail.
MS didn't send me any card or paper.
Now I lost that email with the id on it.
The only thing I have now is the .NET passport associated to that
subscription.
Is there any way to get back my subscription id easily?
I know it's the Wrong place... more >>
Crystal report
Posted by Sher at 10/29/2004 12:07:02 PM
Hi,
I was wondering whether it is possible to allow the end user to create their
own report using crystal report in my .net application
thanks... more >>
How can I create object in runtime with Type object?
Posted by GoodMorningSky at 10/29/2004 11:56:55 AM
Hi, all
I know the type of an object (Type).
I want to create the object of the Type in runtime
BaseClass bs = drivedClassObject;
object obj = CreateObject(bs.GetType());
//the obj is the object of drivedClassObject type.
//return new object of the passed type
public object CreateObject(T... more >>
Reg. exp. question
Posted by Roy at 10/29/2004 11:00:07 AM
Hi all,
I need to check a string for valid characters. The regular expression that I
am working is long and I try to make it short. There are many 'or' condition
in the expression, so if I can find answer to the following question then I
can make the reg exp shorter and nicer.
Now example... more >>
Accessing Datagrid Cells in client-side script.
Posted by lozd at 10/29/2004 10:23:04 AM
Hi,
Could anyone help me with the syntax (if there is any) for manipulating
Datagrids in JavaScript.
Basically I've built a datagrid with a textbox and an asp "lookup" button.
The user needs to enter valid values in the textbox and the lookup up button
triggers a modal dialog displaying ... more >>
.NET equivelant to SourceForge's Mantis
Posted by Keith-Earl at 10/29/2004 10:07:05 AM
http://sourceforge.net/projects/mantisbt
I need to locate more open source stuff for .NET, particularly, we need
something similar to Mantis, just not in PHP (client's shop standard).
I already know about dotNetNuke, but want to locate more open source code.
thanks in advance,
Keith
... more >>
Can't insert a Column in DataGrid which DataSet does not Contain
Posted by Terry at 10/29/2004 9:54:03 AM
All I'm doing, is using the Compute Method and getting the Sum of the Amount
field in my SQL Query. The problem is getting the Data Table to add a Column
and put the total in the "Total Column". I can see that I'm getting the data
I want, But can not display it. I could sure use the Help.
Tha... more >>
Dotnetfx install problem
Posted by Roland at 10/29/2004 9:11:25 AM
I am having trouble installing dotnetfx on a machine. Here is the
dotnetfx.log file
Any Ideas how to fix the machine so it will install will be helpful.
What does ReturnCode=995 mean?
I also tried dotnetfx /q:a /c:"install /q" gives the same log file
Log file
-------------------------... more >>
Dockable Window Component
Posted by joshfeingold at 10/29/2004 8:36:46 AM
Can anyone suggest a free dockable window component (.net) that will
allow the functionality similar to the toolbar which is a dockable
window in Visual Studion?
Thanks,
Josh
... more >>
_in_.NET(C#).
Posted by suresh_C# at 10/29/2004 8:16:02 AM
Dear All,
I want work on “XSL Formatting Objects (XSL-FO)†using .NET(C#).
I found classes for working on XSLT in .NET class library but couldn’t find
any sample code for XSL-FO.
Please tell me where I will get “XSL-FO & .NET(C#)†code/article.
Any help would be greatly ap... more >>
Thumb of web pages
Posted by etantonio NO[at]SPAM libero.it at 10/29/2004 6:45:22 AM
Hi,
I would want to create some thumbnails of web page, how I can
automatically arrange this, there's a way with donet and c# ???
Many thanks ..
Ing. Antonio D'Ottavio... more >>
TabControl Backcolor Property
Posted by Nick Zdunic at 10/29/2004 5:20:02 AM
The standard Tab Control in .NET doesn't have a BackColor property.
I'd like to have the backcolor set to transparent. Set individual Tab Pages
Backcolor property doesn't do the job either.
Does any one have some code that can do this or a decent free tab control
that can do it.
... more >>
Urgent...Please Help...
Posted by Irfan Akram at 10/29/2004 4:53:03 AM
I keep getting this irritating exception on and on. Please Help.
There is already an open DataReader associated with this Connection which
must be closed first.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for ... more >>
Writing arraylist items to the page
Posted by Stephen at 10/29/2004 4:50:09 AM
I've been working on some code which will hopefully allow me to transfer the
contents of an arraylist on one page over to another page. The Arraylist is
held in the viewstate object as it is populated on the on-click event of a
button. Im trying to move to another page and carry over the ite... more >>
.NET DEPLOYMNET
Posted by Kalyan at 10/29/2004 4:49:01 AM
I developed application in VB.Net . The program includes some reports made
with Crystal Repor. When I install the program on another computer with Win
2000 professional and .net installed it woks fine.
But when i installed on a computer that doesn't have .net, While running
application
i ... more >>
VS2003 web deployment question
Posted by John Roper at 10/29/2004 3:12:03 AM
Hi,
I have developed a ASP.NET app and made a web deployment project. I wish to
add a custom action to change some of the files. In order to do this I need
to know the location of my installed files. The only thing the user may
change is the virtual directory and the port of the site my app... more >>
Accessing Array Items after Response.Redirect
Posted by Stephen at 10/29/2004 1:23:01 AM
I was wondering if someone can help me with an web application design
problem. I have a aspx page which builds up an arraylist called addresses
and outputs the values in the arraylist items to a datagrid. I am using the
viewstate object to store the Arraylist items on the page on postback. ... more >>
IIS Corrupted -- HELP!
Posted by Yama at 10/28/2004 9:59:02 PM
Hi,
I am keeping on getting nothing out of my localhost. Whenever I try to
access it I get a "The page cannot be displayed". Immediately then I go into
IIS and find out that my server shuts down. It displays to me the following
message:
The connection to the server 'myPCNAME' was lost.
... more >>
How to release excel from memory
Posted by Anu at 10/28/2004 8:14:01 PM
i am using ASP.net to read one excel file.
after reading the excel file cell by cell, i am not able to release the excel.
i am using
objExcel.Application.Quit()
objExcel = Nothing
but still excel is not releasing from memory
thanx in advance
Anu
... more >>
|