all groups > dotnet general > october 2003 > threads for friday october 31
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
.net framework problem
Posted by Lowin at 10/31/2003 9:38:43 PM
i get a message stating framework problem when desktop
is loading says (repair Redist.htm).also when i go online
my home page is small and i have to click my max to
inlarge to get full screen.not sure if it ia related to
the frameworking problem. recommends to fix
problem. ... more >>
code access security
Posted by Chris at 10/31/2003 8:19:47 PM
Hi,
when an assembly is loaded by the runtime does the runtime check the
evidence of the assembly. Then depending on the evidence does it assign the
assembly to a codeGroup. And finally, depending on the permission sets
assigned to the Codegroup (the assembl belongs to) is it allowed (or not) ... more >>
I want a GNU Search Engine
Posted by john bailo at 10/31/2003 7:06:41 PM
I microcrap is buying Google --
then I want a GNU search engine !
( Cant that decrepit creep keep his hands off of anything ? )
... more >>
Computer name, domain, user names,...
Posted by Ondrej Sevecek at 10/31/2003 5:36:24 PM
Hello,
there were Win32 API functions suchs as GetComputerName(), GetUserName(),
NetUserEnum(), NetDomainEnum(), ...
Where are those functions available through .NET framework?
Ondra.
... more >>
strtok
Posted by Ondrej Sevecek at 10/31/2003 5:13:19 PM
Hello,
some function which could parse string into tokens the same way the C
function "strtok" does?
Ondra.
... more >>
NetComputerEnum
Posted by Ondrej Sevecek at 10/31/2003 5:07:47 PM
Hello,
there is "NetComputersEnum()" Win32 API function. Is there any equivalent
of the function provided under .NET Framework? This function calls on
"Browser Service" to obtain computer names.
Ondra.
... more >>
FTP with C#
Posted by Victor at 10/31/2003 4:48:19 PM
Is there anyway to send files via ftp using a method other than
sockets in C#. I know there are the wininet api commands, but I really
cannot find or think of another method.
Most of the examples I have seen on the net regarding C# sockets
require a server app as well as the client app, but ... more >>
Calling C++.NET code from C#.NET code
Posted by David Elliott at 10/31/2003 4:06:56 PM
I have source code for a 3rd party product. The product is written for traditional C++. There
was a VS .NET Solution File that was provided for compiling the DLL.
I have compiled the code using the VS .NET 2003 C++.NET and am now trying to build some
demos to test the features.
My quest... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Microsoft chart Control
Posted by Jasper Recto at 10/31/2003 3:35:06 PM
Is it possible to find Microsoft's Chart Control (MSChart.OCX) Active x
component and beable to use it in VB.Net 2003? Where would I find this
particular control?
Thanks,
Jasper
... more >>
Async and Enterprise Services
Posted by Dave at 10/31/2003 2:22:34 PM
I'm using the BeginInvoke method of a delegate to invoke
a thread asynchronously and then use the EndInvoke to
retrieve the value. This works wonderfully until a
Serviced Component is added to the mix. When the
Serviced Component is invoked with BeginInvoke, the code
hangs for the durati... more >>
How can I use response.binarywrite and frames?
Posted by Vinay at 10/31/2003 2:20:13 PM
Hi All:
I have a frameset (right and left). In the left frame I have a listbox that
contains items. When the user clicks on any one of these items (each item
points to either a word document or an image) - I'd like to show this (image
or word document) in the frame on the right. Would anyone h... more >>
Collections in a custom class
Posted by Rick Palmer at 10/31/2003 1:33:47 PM
The code below is a class I am creating in order to help facilitate a
generic "data layer" assembly. Anyway, as you see the RecordCriteria class
contains three hashtables, and a structure called RecordCriteriaItem. I
want to be able to use a for each loop to loop through the values in the
hash... more >>
Passing If Typeof...Is...X as a parameter
Posted by AlexB at 10/31/2003 12:02:39 PM
I have a sub routine that performs an operation on all of
the controls on an ASP.NET page using the If TypeOf..Is X
statement. I want to pass the class, X, in as a
parameter. Is this possible?
Sub(byval x as ???)
For i = 0 to Controls.count -1
If Typeof controls(i) Is X then
'Do so... more >>
LinkButton
Posted by Ken Saganowski at 10/31/2003 11:41:58 AM
Does anyone know how to get rid of the default underline from the
linkbutton? In one project the underline appears on a "mouseover" event and
in another it appears the entire time.
The Font.Underline property is FALSE. Is there a setting somewhere?
Any advice would be greatly appreciated.
... more >>
How to run a exe file
Posted by Ray Woodard at 10/31/2003 11:02:21 AM
I have web application that gets a self extracting exe
file from an FTP server. I get it downloaded and stored on
local HD just fine. Now I need to run it. It runs fine
from Windows command line.
I created a dotNet process object to run it. The process
apparently starts. I can get a Proc... more >>
how to define function pointer in C#
Posted by ZhangZQ at 10/31/2003 10:38:16 AM
if there is a function in a win32 dll, it is definition is
int add(int a, int b);
how to define that function pointer in C#?
thank you very much!
... more >>
Dynamicaly load and call a function in Win32 dll
Posted by ZhangZQ at 10/31/2003 10:32:12 AM
Is it possible to dynamicaly to local and call a function in Win32 dll(not a
..net assembly dll) in C# at run time, for example, a C# program popup a
dialogbox to let use input which Win32 dll to be loaded, which function to
be called, and what are the parameters to call the function.
Thank ... more >>
New Data Connection in Visual Studio.NET project
Posted by kmiller at 10/31/2003 10:02:10 AM
When I attempt to create a new Data Connection (SQL Server
database) through my .NET project (via the Server
Explorer), I get the following error message:
ADO Error: '
[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not
exist or access denied.'
I have admin rights on the machine... more >>
Application crashes ignoring try{...}catch{...}
Posted by Alexey Kouzmitch at 10/31/2003 10:00:09 AM
Hi,
I wrote a console application which is called from a SQL Server job. The
application utilizes a COM object, to pump data from a legacy (not very old
however) application to SQL server. The application works fine, but once in
a while it fails with the following message written to the event ... more >>
VB CurDir() what is C# function
Posted by Dave at 10/31/2003 9:40:12 AM
In VB .Net I can get the current directory using the
CurDir() function. Does C# have a similar function. Or
how can I discover the current path in C#?... more >>
Max number of projects in a solution
Posted by rollasoc at 10/31/2003 9:31:00 AM
Hi,
One of the chaps in my department has just spent almost 3 days trying to
solve an issues of an unhandled exception on startup of an application we
are writing. The exception culd not be traced since it appeared to appear
at random points in the startup.
His solution has 13 projects in ... more >>
Response.Redirect
Posted by Kerri at 10/31/2003 9:00:40 AM
Hi,
I have do some Redirects in my applitcaion.
For example, when the use rhas logged in successfully I
redirect them to a different page.
In my Redirect all I was doing was a..
Response.Redirect("SomePage.aspx")
When I used above I got below error.
2) Exception Information
****... more >>
SQL Tables to Objects guidelines
Posted by dkode NO[at]SPAM cfl.rr.com at 10/31/2003 7:29:46 AM
I have a quick question.
I am redefining a monolithic application i made when I was first
getting into dotnet and have a question about OOP architecture.
I laid out all my objects and came along one sql table that is a
lookup table, but it is used to lookup values in more than one other
tab... more >>
Re: OT dns component
Posted by John Doe at 10/31/2003 1:41:18 AM
Might help if i furnish the addr:
http://dev.myplaceinspace.com/nettools/
"John Doe" <postmaster@127.0.0.1> wrote in message news:...
> I recently developed a dns querying class and would greatly appreciate it
if
> some of you running around here might check it with a couple of unique
> ... more >>
OT dns component
Posted by John Doe at 10/31/2003 1:39:48 AM
I recently developed a dns querying class and would greatly appreciate it if
some of you running around here might check it with a couple of unique
domains and see if it breaks. Should you get a error message that was not
expected please reply with the error and how to reproduce it here.
Than... more >>
|