all groups > dotnet general > may 2004 > threads for thursday may 27
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
returning values FROM window form
Posted by Graham Blandford at 5/27/2004 10:38:24 PM
Hi all,
Quickie - I hope. I already know how to use a forms New() Sub to receive
parameters from a calling class - but I don;t know how to return values...
Anyone know the recommended method for doing this?
Thanks,
Graham
... more >>
importing a text file
Posted by rodchar at 5/27/2004 8:06:05 PM
hey all
what's the best way to take comma-delimited text file and insert it into a database via oledb provider
thanks in advance
rodchar... more >>
HasChanges not being updated?
Posted by Graham Blandford at 5/27/2004 4:48:32 PM
Hi all,
I'm sure I must be missing something here.. I've created a simple parent -
child form appl. in which I open a dataset in the parent (MDI) using a
dataadaptor to an Access database, and a dataset.
The SELECT of the record set searches for a specific entry, if it returns a
0 rowcount... more >>
WindowsFormsParkingWindow problem - please help...
Posted by Kevin Chabot at 5/27/2004 4:21:03 PM
Hi
I am developping an application, and it runs fine... It is a monitor utilitie and runs on the background... When I close the application for example with Form1.Close() it shuts down succesfully
But when windows tries to shut it down (by logging off or by shutting down your computer), an end t... more >>
date object in a calendar control
Posted by springb2k NO[at]SPAM yahoo.com at 5/27/2004 4:03:08 PM
I keep getting a Parse error: thedate is not a member of Date when
trying to use the below in a calendar control
<% dim thedate
thedate = DateTime.Now() %>
<dc:DataCalendar id="cal1" runat="server" width="50%"
DayField="EventDate"
... more >>
Use DreamWeaver AND VS.NET?
Posted by I.P. Freely at 5/27/2004 3:50:43 PM
Hi,
I've been using Visual Studio.NET for a while to design WinForms and
Console apps and love it. Recently I had to a WebForms app. Because I have
no artistic skill whatsoever, I enlisted the help of one of our web
designers. She's a DreamWeaver expert, but I insisted that she use Visual
... more >>
Having trouble with stdregprov and uintvalue..
Posted by Text at 5/27/2004 12:52:29 PM
I'm trying to invoke the createkey method under StdRegProv but I can't seem
to get the first
imparam correct
it says that "Value was either too large or too small for a UInt32 when it
processes current_user."
how do I pass a UInt32 value? Msdn has it listed as 0x80000001, but
vb.net ... more >>
Insert module problems
Posted by springb2k NO[at]SPAM yahoo.com at 5/27/2004 11:55:11 AM
The below subroutine inserts a new record into my sql database with no
problem, but when I add another field to the list, I get an "Input
string was not in a correct format." error message , coming from the
"Catch ex As Exception
Response.Write(ex.Message)" statement, when I know all my... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is there a way to test a postback from refresh and back button+resubmit? thanks!
Posted by davidw at 5/27/2004 11:37:12 AM
This troubles me for a while. When user click back button and click submit
button, I get the same data as user click refresh(it resubmit the page too).
Is there a way to tell the difference?
thanks.
... more >>
project deploy
Posted by \ at 5/27/2004 10:15:41 AM
Can you please advise me how to setup and deploy a donet project? How to add
..net framework to client station? Thanks.
... more >>
Event Log is Full
Posted by João Santa Bárbara at 5/27/2004 10:04:13 AM
Hi all ..
i have an application that writes to the windows Event Log.
and when it reaches a certain point, it gets full log.
how can i solve this problem ( all by code )
thsk
JSB
... more >>
Error while trying to add an assembly to the toolbox
Posted by mvargas at 5/27/2004 9:31:02 AM
Hi all
I'm trying to add an assembly to the toolbox in VS.NET 2002, but I receive the following error
There are no components in "C:\CustomControls\ControlXYZ.dll" that can be placed on the toolbox
But when I add the same assembly to the toolbox in VS.NET 2003 there is no problem
I need to w... more >>
Compatibility with Framework 1.0
Posted by mvargas at 5/27/2004 9:21:07 AM
Hi all
I've a project that has been developed with VS .NEt 2003 (which works with framework 1.1). Is there a way to Build this project in order to make it work with framework 1.0
Thanks in advance
God Bless.... more >>
Standalone -v- Replication
Posted by David at 5/27/2004 9:21:03 AM
I am developing an application for use by a Company's sales force.The App. will run on Laptops, with a Master copy of the DB on the HQ PC.There will be number of laptop users.Basically what I want to do is - keep all of the information on all of the Laptops + HQ in sync.Is this Replication - if so ... more >>
session expiring randomly
Posted by hch_nguyen at 5/27/2004 8:21:23 AM
Hi,
I have an asp.net app. The session state is set to expire in 20 minutes in
web.config, but my sessions seem to timeout randomly even though I interact
with the application regularly, which is supposed to reset the expiration
time I believe. Is there a specific way that you have to start a... more >>
Multiple image.save() when changing quality
Posted by Sean at 5/27/2004 6:36:08 AM
i am writing a class that visual demonstrates the result of changing the quality of a jpeg. the intention is to do this by saving the file and a selected quality, then reloading it to get an idea of what the image looks like, and how big it is. the quality is selected using a trackBar1. the MouseUp ... more >>
Event handler problem !
Posted by REIVILONOSSALG at 5/27/2004 6:36:07 AM
How to prevent that the Button_Click event comes if one pressed Enter on TextBox which has a valid event handler
Thanks for your response... more >>
The specified domain either does not exist or could not be contacted
Posted by RickL at 5/27/2004 6:06:03 AM
I am new to .NET (and directory services) and I need to fill a drop down list box with the users of my company. I am trying to use the code shown below, but I get this error message when the line of code with the "For" statement runs: "System.Runtime.InteropServices.COMException: The specified domai... more >>
Thread safety
Posted by Steve McLellan at 5/27/2004 12:24:46 AM
Hi,
I've just discovered that accessing Image.Height (and probably other
properties) in a multi-threaded environment can cause access problems (as a
test, you can spawn a hundred threads and get them all to perform a couple
of multiplications on an image's height and width ). I know I can prev... more >>
|