all groups > dotnet general > december 2003 > threads for monday december 29
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
SEARCH within a Dataset ?????
Posted by Miro at 12/29/2003 11:20:32 PM
Hi All,
Just wanna check if there is a way to locate/search within
a dataset without using the select/filter method.
Increasing the accracy of the SQL command has not enabled
a smaller dataset. Hence the need to search. At the
moment stepping thru each row is rather a bother as i dont
... more >>
VB.NEt and FileSytemWatcher ??
Posted by HANG LAM at 12/29/2003 9:21:48 PM
Hi,
I created a Windows Service using VB.NET under LocalSystem account.
In this service, I'm using the FileSystemWatcher component to keep track of
files in a mapped directory.
I'm mapping this directory from another computer (Server-A),
but I keep getting an error saying that the FileSystemWat... more >>
Global Assembly Cache Query
Posted by Andy Janssen at 12/29/2003 6:18:18 PM
Hey. I'm working on a program built to support several optional plugins. I'm
looking for a way to scan the GAC and find all objects in all assemblies
that inherit from a certain interface that each plugin must implement (by
definition). Is this possible? I would prefer to do it this way because
... more >>
Debugging a service with VS.NET
Posted by David Evans at 12/29/2003 5:46:39 PM
Hi
I have a service created in VS.NET, which I can install and run quite
happily. After teh service is running, I can attach and run the debugger.
However, if I set a breakpoint in the IDE the break point is (presumably)
hit, but after a long pause there is an error that says "Source code ca... more >>
Working with Active Directory
Posted by Dan Varozza at 12/29/2003 4:51:23 PM
Desperately seeking sample code to help get me pointed in the right direction to manage Windows 2000 domain accounts via VB.NET. I want to write programs that can change passwords, create accounts, delete accounts etc, in a win2k AD environment.
Please help...... more >>
Change system's locale in .net?
Posted by Juan Miguel Venturello at 12/29/2003 3:29:41 PM
I know how to do this via Win32 API's, but curious about how to do it in
..net. Is there a way in the framework to change the system's locale?
Thanks,
Juan Miguel Venturello
... more >>
Object Collection Editor
Posted by m. pollack. at 12/29/2003 2:52:36 PM
Hi all,
Is there any information to be had about the "Object
Collection Editor" that appears when you click on a
collection property in the PropertyGrid control? I have a
class that maintains a collection of instances of the same
class, and I would like the user to be able to expand the
... more >>
TTL in the Assembly Download Cache
Posted by Jeff B. at 12/29/2003 2:15:46 PM
Hello,
Can anyone tell me how long an assembly downloaded via a no-touch
application will remain in the assembly download cache? I realize I can
manually remove them via the "gacutil.exe /cdl" command, however, I'm
curious how long they'll stick around if they are never manually removed.
T... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Transparency with GDI
Posted by Gordon Knote at 12/29/2003 1:31:45 PM
HI
can someone tell me how it's possible to make some parts
of a windows form transparent via GDI?
Thanks
Gordon... more >>
Visual Studio.NET 2003 & SourceSafe Integration Problem
Posted by Rod at 12/29/2003 1:14:30 PM
I'm having trouble with VS.NET2003 and Visual SourceSafe.
I upgraded from VS.NET2002 with Visual SourceSafe already
installed, and then upgraded to 2003. My Source Control
option has disappeared from the File menu. Also, when I
open old projects that were already under source control,
i... more >>
Retrieveing values from a listview
Posted by Eva at 12/29/2003 12:38:46 PM
hi,
can anyone tell me how i can retrieve specific values from
a listview?
i have created 6 columns that will contain values that are
added on an onclick event for a button. These values are
ontained from the user via textboxes, comboboxes etc.... more >>
how do i remove a data grid table style
Posted by Tonya at 12/29/2003 11:36:08 AM
Hi,
i wanted to know how i could resolve the following error
message:
An unhandled exception of type 'System.ArgumentException'
occurred in system.dll
Additional information: The data grid table styles
collection already contains a table style with the same
mapping name.
I want to ... more >>
combobox
Posted by Jade at 12/29/2003 11:02:05 AM
Hi,
i wanted to know how i can make a combo readonly. at the
moment the user can edit the values in the combobox at
runtime
... more >>
IIS problem with Excel , C# and ASP.NET
Posted by ana_paranos NO[at]SPAM yahoo.com at 12/29/2003 9:53:07 AM
Here is the problem:
I have an IIS installed on my computer and a web site. When you click
on the button on that website, it should save excel file. If I do it,
it works fine ( but I'm an administrator on my own machine). If
someone else try that same thing (calling the web site through URL),
t... more >>
unable to delete items from forms
Posted by wja at 12/29/2003 9:24:25 AM
I'm still new to VB.NET. I'm having an issue sometimes
when I place any control (we'll use a label for now) on a
form then I right-click on the item, it won't let me
delete it. I can do this numerous times. The only way I
can delete it is to find it in the "Class View" tree and
select "Go ... more >>
Ones more - DragDrop in VB.NET 2002
Posted by KS at 12/29/2003 9:18:41 AM
In want to visualy drag a Button to a Label and when I depress the
mousebutton on top of the label I want to show some dato from the Button in
a MsgBox - that's my primary goal.
I have made a simple sample code - a form with a Button1, a Label1 and a
Timer1.
The Button1 has Tag="SomeData", ... more >>
Calling Macros In IDE
Posted by Greg Smith at 12/29/2003 8:30:38 AM
I'm sure there is a way to do this but I can't seem to find it. How do you
assign a key-stroke to a macro so you can call it from the editor?
What I would like to do is type Something-Something-S and have a macro I
created to generate a switch statement be called.
Any help is greatly apprec... more >>
Unable to quit Excel OLE app from vb .net
Posted by Mike at 12/29/2003 8:12:52 AM
Can anyone tell me why the following code fails to quit
Excel for me.
If I comment out the four lines that reference the
workbook, Excel closes.
excel = CreateObject("excel.application")
excelworkbook = excel.Workbooks.Open(in_file)
excelworkbook.close()
System.Runtime.InteropServices.M... more >>
resize form bg image
Posted by tom at 12/29/2003 8:02:07 AM
Hello,
does anyone know if and how it is possible that
when you use an image as backgroundimage of a form,
this image adjusts itself when the form resizes. Sth.
like 'StretchImage' for a picturebox.
thanx,
t... more >>
.Net user control as OCX through interop
Posted by Ben Reese at 12/29/2003 7:29:30 AM
Is it possible to compile or register a user control
created in VB.net for use as an ActiveX OCX in VB6?
The reason I want to do this is that I have a third party
application (Ascent Capture 5.5) which is customisable
through OCX plugins and I want to build these in .Net.
There is plenty... more >>
Return Control's Name from Code
Posted by Kreg at 12/29/2003 5:42:49 AM
I am trying to develop an application on a pocket pc using
visual studio 2003. My current problem is I am trying to
populate a sql statement by looping through a control
container that contains all of my textboxes. However, I
have not been able to figure out how to retrieve the
textbox c... more >>
Basic class constructor and serialization
Posted by Amadrias at 12/29/2003 5:12:10 AM
Hi all,
I am using a class to transport some data over the
network. I then added the [Serializable] attribute to the
class.
My problem is that this class is part of a framework and
that I do not want developers to call empty constructors.
But the runtime sends me an exception when I tr... more >>
Problem with transactions
Posted by WhiteEagl at 12/29/2003 4:36:27 AM
Hi,
I have an application that uses a web service to access a
SQLServer database. Theses 3 elements are on seperate
machines.
Part of my webservice looks like this:
[WebMethod(TransactionOption =
TransactionOption.RequiresNew, Description="Specific
Method to Query Table1, Table2 and... more >>
reading files in folders
Posted by Rabso at 12/29/2003 4:16:29 AM
how to make loop of unknown files in folder and display it... more >>
Add new record
Posted by Arni at 12/29/2003 3:42:14 AM
I have a form connected to a database (by
OleDbConnection). I can travel between records without a
problem and change record (only one record visible at
time in the form).
I have not managed to program behind a button that will
add new record. Can you tell me how?
Best regards,
Arni L.... more >>
How widespread is .Net among home users?
Posted by Jim Hubbard at 12/29/2003 1:23:26 AM
|