all groups > dotnet general > april 2005 > threads for tuesday april 12
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
web reference codedom
Posted by Arie at 4/12/2005 9:45:02 PM
Hi
I would like to know how do I add web reference to my generated class (using
codedom).
Many thanks in advance.
... more >>
Dynamically load add-ins
Posted by Heath at 4/12/2005 9:17:02 PM
I am building an application that will have modules like add-ins that can be
added post deployment. I saw the visual studio add-ins and their examples.
What I am unsure about how visual studio knows how to add these objects. The
application is database driven and I thought I could use it to... more >>
Creating Objects in a User Friendly Environment
Posted by Wraith Daquell at 4/12/2005 7:22:30 PM
Hello all.
I am working on a project that involves an Office-like interface; that
is, the user will be able to create objects such as textareas and be
able to resize, move, manipulate, etc. them. I am NOT asking someone to
go out of their way and write such a class for me, but I was wondering
i... more >>
ComboBox and Binding Context Problem
Posted by Job Lot at 4/12/2005 6:59:01 PM
I have 2 group box Buy and Sell on a form. There is an account combo box in
both group boxes bound to same data source using DataSource, DisplayMember
and ValueMember. Problem is binding context is causing the value in both to
change when I change the value in one. Is there any way around this... more >>
simple deployment question
Posted by Guy at 4/12/2005 4:15:01 PM
Hi,
I've created a small program using vb.net (an exe). I created another
project to install this program on another machine (XP). This install program
directs them to the msdn website to download files.
How can make my install program install all files needed? My understanding
is that t... more >>
Tab Control Problem
Posted by Biju at 4/12/2005 1:30:17 PM
Hi,
I am using the tab control to do wizard development. I
show a tab page at a time to get the wizard feeling. This
also helps in switching between tabs at design time.
My problem is, I am not able to set the item size of the
tab control to 0. The minimum is 1. This causes the tab
con... more >>
AWESOME MOVIE! << This free movie is about real situations and I give it a big thumbs-up!! °º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°`°º·._._.·º°
Posted by JavaDude_MSN230 NO[at]SPAM yahoo.com at 4/12/2005 12:42:08 PM
http://www.moviefever.com/movie121 << Awesome Movie!
You can reply with your comments
about the movie if you would like.
... more >>
Memory Leak calling static method
Posted by Doug at 4/12/2005 12:32:24 PM
We are calling a static method in a class part of the project. This is C#.
If we pass variables we see a constant growth in memory that does not seem
to stop.
If we do not pass variables, the memory usage does not grow.
We understand GC is supposed to take care of releasing memory, but we
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
XSLT for WinForms?
Posted by Evan Stone at 4/12/2005 11:37:47 AM
Hello All,
I was just curious to see if there was some analog to XSLT in WinForms.
I'd like to be able to have my data be defined in XML, then process it
with some kind of style sheet/transformation to dyamically "render"
forms and their constituent controls on-the-fly.
Would XAML fit th... more >>
No accessible overloaded
Posted by Jeffrey Howard at 4/12/2005 9:41:06 AM
We got back "No accessible overloaded. "Streamwriter.writeline is most
specific for these arguments:
Overrides Public Sub Writeline(ByVal buffer as Char() ).
Overrides Public Sub Writeline(ByVal value as char)
This occurred when we were doing a routine that had to write to a number of
fil... more >>
Convert System::String to BYTE
Posted by Peter Schmitz at 4/12/2005 9:29:03 AM
Hi,
is there any way to convert a managed System::String var to a BYTE pointer
(BYTE*)?
Thanks a lot
Peter... more >>
system.IO: alternatives to fileSystemWatcher approach
Posted by chris yoker via DotNetMonster.com at 4/12/2005 9:05:38 AM
hiya,
I am using a fileSystemWatcher to monitor a directory.When files are
inserted into the dir, I process them, via a call to my
"processAlllDirFiles" method.
If there is going to be a lot of file activity, is it better to perhaps use
a timer ( to decrease the frequency of times that my ... more >>
Closing handle
Posted by Peter Schmitz at 4/12/2005 8:52:03 AM
Hi,
I've got the following problem: My current project consists of several
clients and all of them use(read) a file, that is placed on a shared hard
disk on one of my file servers (windows2k). So, every user that is logged on
a computer the client software runs on needs access (exclusive) t... more >>
Professional Icon Package
Posted by Denise at 4/12/2005 8:32:03 AM
I am in search of a commercial quality professional icon package. I have
searched on Yahoo and seen 2 of the sites recommended on this forum, but I am
not looking for the new colorful, soft, graphic icons that we see today.
Just the bussiness-looking, simple ones, like those used in common M... more >>
File or assembly name xpfoundation
Posted by mavrick101 at 4/12/2005 5:47:02 AM
I'm getting this error
File or assembly name xpfoundation or one of its dependencies, was not found
I have no clue, any help???... more >>
.NET portal, Active Directory on a sub domain, Windows Authenticat
Posted by Frank00 at 4/12/2005 5:18:02 AM
I run a .NET based portal product. I am using windows authentication. This
mode of authentication and the string specifying the connection to AD is
specified in the application's web.config file. This portal has always worked
fine, though recently, our infrastructure team changed our interna... more >>
how to prevent closure of .net apps if user logs off
Posted by kishor kotecha at 4/12/2005 4:05:02 AM
Hi,
I have created a .net app.
all works fine.
but, i want to prevent closure (kill) of this app when the user of the
machine does a 'log off' of windows/xp.
currently what is happening is that when the user does 'log off', the log
off procedure is closing (killing?) all the open ap... more >>
mdi form
Posted by liu at 4/12/2005 12:56:02 AM
i have 1 mdi parent form as frmMDI and 3 mdi child form as frmMain,
frmChild1, frmChild2
the frmMain form is the main form for my child mdi, i want to make it
maximxize and cant be resize or change it, isit can be done and how???
and the othe problem is, during the form load of my parent m... more >>
Failed to load viewstate error
Posted by Eamonn O'Connell at 4/12/2005 12:00:00 AM
Hi,
We have an ASP.net application, where we dynamically add controls, in the
Page_Load. Occasionally, when the user posts back the page (e.g. clicks Save
button on the page), we get a "Failed to load viewstate" error. This happens
on Windows Server 2003. It happens erratically, and appears to... more >>
Is VB.Net app possible inside c# app?
Posted by _g at 4/12/2005 12:00:00 AM
Here's the story. My company has paid for someone to develop our website,
and the people who did it used ASP.Net and C#. At the time, we were using
IIS5 and I was developing in Studio 6. We had (and still have) a number of
web sites and everything was fine (and still is).
Trouble is, we now wa... more >>
How to get rid of the + in a grid
Posted by Sylvain Larin at 4/12/2005 12:00:00 AM
I have a WinForm grid that is binded to a Collection class. This
collection class contain another Collection class. That cause the grid
to display a "+" at the left of each row because it think that this is a
parent-child relashionship.
How to tell the grid not to display the "+"?
TIA
... more >>
Print Orientation
Posted by mystique at 4/12/2005 12:00:00 AM
How can i change the print orientation from code?
Maybe somewhere in registry...?
thank you
... more >>
Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop
Posted by roni at 4/12/2005 12:00:00 AM
hi.
i have vb.net application , with Managed C++ dll that wrap unmanaged dll.
i also have bug that crash the application.
the crash happen because i dont use the unmanaged dll (which is
dialogic -telephony dll)
in the right way.
i can reproduce the crash (not the main bug im looking, b... more >>
|