all groups > dotnet general > may 2004 > threads for friday may 21
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
Repair DB without using DAO in VB.Net
Posted by Rahul at 5/21/2004 11:51:02 PM
How to repair a MS Access DB in .Net without using DAO a reference? I have compacted it using JRO. ... more >>
Is it necessary to use Invoke for User Controls from a Worker Thread?
Posted by Charles Law at 5/21/2004 7:32:16 PM
I have a user control created on the main thread. Let's say, for arguments
sake, that it has a single property that maintains a private variable. If I
want to set that property from a worker thread, do I need to use
UserControl1.Invoke to set it, or can I just set it? After all, it is only
chang... more >>
JIT problem?
Posted by Milos Puchta at 5/21/2004 4:36:49 PM
Hi,
one of our student have the problem with .NET.
Here is his description:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
* First I run MICROSOFT VISUAL STUDIO .NET 2003
* Then I choose File->New->Project...
* I select VisualC++ Projects / .NET and "WINDOWS FORM APPLICATION (.NET)"
* When this ... more >>
Distribution Problem - MDAC
Posted by Greg Smith at 5/21/2004 4:13:58 PM
I have a C# Windows application that I am distributing to a large number of
machines. On some of the machines the MDAC is not adequate to run the
application. After installing the current MDAC everything runs fine.
Is there something I can do in my distribute project to set it up to install
... more >>
Which version of MDAC is required?
Posted by Jim at 5/21/2004 2:11:04 PM
After developing an application in VB under vs.net 2003, I would like to know whcih version of MDAC is required
How do I determine this
... more >>
tcpClient switching between networks
Posted by nic at 5/21/2004 1:36:03 PM
Hi,
I am building a tcpClient which is supposed to connect to a 3rd party server using a private point-to-point connection. Our internal network is 192.168.16.0 and the private network is on the 192.168.64.0 subnet. We have a webserver which will recieve requests, contact the private server, get a ... more >>
Controlling Windows Application From Web
Posted by Seda Ozulku at 5/21/2004 1:32:17 PM
I don't have much information about .Net. May be it must be a silly
question.
I have Windows Application running at the server. I need to Access the
program functions ( like at given time program sends mail to customer or you
can manually select customer and send it ) from web. Why web? I do... more >>
Postback frustration... please advise
Posted by artifact at 5/21/2004 1:31:03 PM
Hello
Can anyone tell me what is the best way to persist a complex object across postbacks in ASP.NET
eg
* I have a Person class with methods to edit the person's info
* I navigate to my ASP.NET page "person_edit.aspx?PersonID=5321
* On Page_Load...If Not IsPostback I instantiate the object ba... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Binding problem restated - inconsistent behavior in databinding
Posted by Marina at 5/21/2004 11:44:58 AM
Here is the problem. If 2 different properties on the same (or different)
control are bound to the same data column, changing the Text property and
calling EndCurrentEdit discards the new value. Changing a custom property
and calling EndCurrentEdit accepts the new value, stores it in the dataso... more >>
System Environment Variable "path" problem
Posted by DotNetJunkies User at 5/21/2004 10:07:10 AM
I developed a Windows Service that uses the Oracle Client software.
When I dump the "path" statement in the Service program it is not the same as the System Administrative screen path. The Service path is not reflecting the Oracle Directory.
What to do?
---
Posted using Wimdows.net N... more >>
javascript disabled.
Posted by rodchar at 5/21/2004 9:16:04 AM
hey all
what if a user has javascript disabled on their machine and your .Net app uses javascript. What is the workaround or workthru
thanks in advance
rodchar... more >>
EnableVisualStyles and GroupBoxes
Posted by Dave at 5/21/2004 8:56:08 AM
Seems to be a bug when a GroupBox contains another GroupBox. The caption of the child seems to get truncated/bloated when the application is run with Application.EnableVisualStyles() and the FlatStyle of both GroupBoxes is set to "System".
Everything looks fine if the GroupBoxes are placed side-... more >>
xml
Posted by rhogan at 5/21/2004 6:41:05 AM
Is there a VB.NET function that will take a string and return it in a xml friendly string? My problem is this: Pal's Daycare is saved as Pal I lose everything after the '... more >>
WebServices
Posted by raykos at 5/21/2004 5:16:03 AM
Hello all
Just starting to venture into the world of 'Web Services'. Is there a directory anywhere of where/wha
web services are available? If I were looking for a WebService providing FTP, or SMTP, where/how would I start
TIA
Ray K.... more >>
Setting InitialDirectory
Posted by Chuck at 5/21/2004 4:56:04 AM
Does anybody know how to set the InitialDirectory Property for Open or SaveFileDialog? Nothing I do seems to open either in the directory I specify. If I'm way off here does anybody know how to open these dialogs to display a specific directory
Here's the code I'm using for the InitialDirectory sp... more >>
Threadabortexception
Posted by v_anushya NO[at]SPAM hotmail.com at 5/21/2004 1:49:31 AM
Hi
When i abort a thread i get threadabort exception and wot all the
things that need to be done there? IS releasing all the objects that
are created is necesssary before aborting?Or aborting alone is
sufficient?
Join ing the thread till it is killed is impossible in my scenario as
the excep... more >>
Strategy / direction?
Posted by Graham Blandford at 5/21/2004 12:03:06 AM
Hi All, wonder if anyone can help me with some direction...
I'm a VB6er who has been plunged into the VB.NET arena with a requirement to
complete a reasonably small project within a month..
The basics are.. I have two databases, from 3rd-party suppliers for which
there is somewhat common data ... more >>
|