all groups > dotnet general > november 2006 > threads for monday november 20
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
An interesting problem for Assembly sages
Posted by Ron M. Newman at 11/20/2006 9:42:25 PM
Hi,
I can load an assembly using the Assembly.Load(....)
However, I'd like dynamic loading of assemblies to be identical to putting
an assembly reference in your VS2005 project. and yes, I know about the
unloading problems. Let's say I don't care for the moment.
If I have an assemlbly f... more >>
Help!! How can I get the information of memory used by a process??
Posted by Lyon at 11/20/2006 8:30:06 PM
Here is a part of my code:
internal bool Excute(string input)
{
ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = this.filePathToExcute;
psi.RedirectStandardOutput = true;
psi.RedirectStandardError = true;
... more >>
Can Borderless forms have a context menu in the start bar?
Posted by ThunderMusic at 11/20/2006 6:55:28 PM
Hi
I'm currently developping a skinnable form by using a borderless form
(Form.FormBorderStyle=None). Is it the right way to go in the first place?
if it is. Assuming that when there is no border to the form there is no
context menu when you right-click on your form in the start bar too (the ... more >>
Reference problem.
Posted by Anton de Wit - Marti IT at 11/20/2006 2:24:53 PM
Hi all,
I have been wrestling with this al morning and need some backup on this :)
I am working on a fairly complex application which uses the Advantage Dotnet
Data Provider.
This is referenced in multiple projects which in their turn are referenced
in the main application.
The starting ... more >>
Working with HashTable
Posted by VISHAL at 11/20/2006 2:07:02 PM
Hello,
I am working with VC++ 2003.I am having a problem HashTables.How do i get a
value for a specifc key without enumerating through all the key value pair in
the HashTable.
Any help will be appreciated.
Thanks
... more >>
RegEx question
Posted by Shawn B. at 11/20/2006 1:56:05 PM
Greetings,
I have a troubling issue that I'm not sure how to approach at this point.
Given the HTML tag (any tag will do):
<div id='divSomething' onmouseover='...'>Next we write
onmouseover='alert(message);' ...</div>
I want to write a Regular Expression that only will search the ope... more >>
Retrieve formview control value
Posted by Hugh at 11/20/2006 12:58:02 PM
Naive developer needs help. how to retrieve a dropdown value inside a
formview in VB? Is findcontrol the way to go? Thanks in advance.
Hugh... more >>
borders
Posted by ROE-Z at 11/20/2006 10:49:01 AM
I cannot get borders on pics b/c when I go to effects and then edges all I
get is highligted and soft but not borders. What can I do?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SourceSafe
Posted by Jim NO[at]SPAM aol.com at 11/20/2006 8:22:51 AM
I am a sole developer and am cnsidering buying sourcesafe. I
sometimes code at home and was wondering if there is a way to transfer
the database as well as the code on two different machines in two
different locations? I am the only one that will be checking in and
out the files... more >>
How to check wo object are equal?
Posted by serge calderara at 11/20/2006 8:06:02 AM
Dear all,
What is the proper way to check if two object are equal ?
I do not mean equal on Object type only but also object value's
thnaks for help
regards
serge... more >>
Call from VB6 program to .NET assembly on network drive.
Posted by Igor at 11/20/2006 6:23:01 AM
Hi!
We built VB6 application to work with Reporting Services server. To connect
to reporting server has been created a special assembly with .NET VS2003.
While we execute our program on local machine, every thing works. But when we
put the whole program on network drive, the VB6 program cou... more >>
Suggest a Project
Posted by manojchhabria13 NO[at]SPAM gmail.com at 11/20/2006 4:16:32 AM
Hi can anyone plz suggest me few good topics for project in .net ?
Anyone have any idea on artificial intelligence ?
... more >>
Debug in Zone??? What's that?
Posted by Jesper, Denmark at 11/20/2006 2:28:01 AM
Hi, Im trying to get command line arguments into my VB windows application.
I've set some arguments under the 'debug' tab underproject properties.
When running the program I get the following message:
"The current project settings specify that the project will be debugged with
specific s... more >>
|