all groups > dotnet general > may 2004 > threads for monday may 3
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
OT: Problems with this site
Posted by Kent Boogaart via .NET 247 at 5/3/2004 11:50:40 PM
Hi,
I'm a recent new user to this site so excuse me if any of these=
observations are incorrect=2E Also, I apologise if this is the=
wrong forum for this post - I couldn't find a more appropriate=
one=2E I have found the following problems:
1) I have to log on every visit despite checkin... more >>
OpenFileDialog - MyDocument Problem.
Posted by Rajendra KASHI at 5/3/2004 10:51:02 PM
Hi,
I am currently supporting one of the .Net application build with C# language. The application uses lots of
delegates, in using the delegates the ShowDialog of the OpenDialogControl hangs the Application when users
click on MyDocument button. If any body came across this issue or related, plea... more >>
C#
Posted by lovey dovey via .NET 247 at 5/3/2004 6:31:36 PM
(Type your message here)
--------------------------------
From: lovey dovey
Hello all,
I have a query in c#.I am new to this.What is Side-by-side deployment and execution?pls help.
Thanx.
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>ZgpMIbii7... more >>
Override existing class name with custom assembly?
Posted by Thomas Christmann at 5/3/2004 6:25:22 PM
Hi!
I have a rather special question here. I'd like to write a wrapper
for a .NET assembly, and register that on my server so that the people on
my server call my assembly instead of the standard .NET assembly. Reason
is that I want to include some additional security checks in my assembly,
... more >>
Automating Late Binding Object to a Control
Posted by runningdog at 5/3/2004 4:34:01 PM
Hi,
I have a Windows Form Control that needs to interact with an object =
created by the project consuming the control. So I have exposed a Public =
property which I can set to the name of the object at design time.
eg.
Class MyControl=20
....
Private ObjectRef As lgeConnection.lgeCon... more >>
Creating OCX files
Posted by Steve at 5/3/2004 3:46:02 PM
Can anyone point me to a primer for creating OCX controls in VB .net? In particular, I want to access a web service in a VB6 application (not an easy thing to do). So, if I can write an ActiveX control that accomplishes this in .Net, then I SHOULD be able to add the OCX component to my VB6 app and... more >>
Are there any OBD II .NET components for saleout there?
Posted by acool at 5/3/2004 3:36:40 PM
I am very interested in building some OBD II compliant automotive software
and I was wondering if there were any OBD II .NET components available out
there at this time and if so where?
... more >>
Cant solve this easy problem
Posted by Varun at 5/3/2004 3:26:02 PM
Hi Folks
I am starting to learn VB.NET. A problem that i have encountered is that i cannot seem to use the values in my textbox accross forms
for example i have 2 forms. On form2 i have a search facility that allows the user to search for the guests in a hotel. When the user has selected a guest... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Errors when loading large solution in VS 2003.
Posted by Tim Marsden at 5/3/2004 2:17:49 PM
Hi,
When I open a large solution in VS2003. I get over 2000 errors in my task
list. The text "Empty" afters in the Class and Member dropdowns. If I close
I get the Microsoft Error dialog, and VS2003 reloads.
Any thoughts
Tim
... more >>
VB question
Posted by Eric Clapton at 5/3/2004 2:08:58 PM
I am using MS VB .NET 2002 and am very new. When I start the vb. net, it
goes to module 1? How can I go to form design? Then I would
like to put the crystal report control over the form. Thanks.
... more >>
FTP operations
Posted by kevininstructor NO[at]SPAM state.or.us at 5/3/2004 1:06:30 PM
My current project requires providing the ability to upload/download files
from an FTP site using VB DotNet. My first thought was to look for either
Freeware or Open source but didn't find any which would provide a good
starting point.
So my question; What is the best third party FTP library f... more >>
Programming with ever-changing formulas
Posted by neil at 5/3/2004 11:42:51 AM
Has anyone had experience programming with functions or
formulas that occasionally change? We're working on a
pricing app and it would be straight-forward enough to
build it with a known formula (price = a+b+c/d), but we
have to account for business conditions that change the
formula.
... more >>
Win2003 won't run my application
Posted by Tosch at 5/3/2004 11:35:11 AM
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.
My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."
All my additional tools that I built for my application work fine.
... more >>
When FALSE is TRUE
Posted by Honus at 5/3/2004 9:36:05 AM
In a .Net application, given a C++ dll with methods called by a C# GUI
Assume (x&y) is FALS
the following code in the C++ dll, when called from the C# interface
bool theMethod(unsigned int x)
unsigned int y = 0x2
if (x&y) // FALSE
printf("True")
if (x... more >>
ADOX?
Posted by pk at 5/3/2004 7:31:12 AM
Hi
Can anyone tell me
->What for ADOX is used
->Can I change Column DataTypes in SQL Server 2000 Table(Data already present) using ADOX features in VB.NET? If so, how
Thanks in advance for your help
p
... more >>
|