all groups > dotnet general > may 2006 > threads for tuesday may 30
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
venkatratnam(interiors) asking money
Posted by shun at 5/30/2006 11:19:54 PM
Hello sir,
Interior decors(venkatratnam ) is asking money. His balance amount is
12,291.00
Waiting for your reply.
--
Gaffar
Gaian Solutions India Pvt Ltd
Gaffar.Syed@GaianSolutions.com
www.GaianSolutions.com
... more >>
Seeking report component....
Posted by ljh at 5/30/2006 11:00:41 PM
Wasn't there a report component that you could use in a VB/VB.Net app that
would allow end users to create thier own reports to save and run?
I swear I remember seeing such a thing....but I can't remember the name.....
... more >>
Open word doc from asp.net app?
Posted by CK at 5/30/2006 9:19:10 PM
Sorry for x-posting. I am really not sure where to post this question. Is it
possible to open a Word document from a asp.net page? I need to pass
parameters from a web form to a word document. Then inside Word I would need
to use those parameters. Also I want to make a new document from an
exis... more >>
distributing Windows app
Posted by Scott at 5/30/2006 8:16:01 PM
Hi Everyone,
I created a basic winforms app whose only purpose in life is to launch an
HTML page on an installation CD. The winform app is launch.exe and is
specified in the autorun.inf so it autoplays when the CD is inserted.
Everything was working fine... until my partner pointed out the ... more >>
problem with dropdown box
Posted by shun at 5/30/2006 4:56:22 PM
Hello,
I am using a combo box/drop down box, in which i have 50 values, when i am
clicking that combo box the values occupies horizontally whole screen and it
looks odd, so, i want, when i click the combo box only 5 has to be displayed
and remaining must be viewed by scrolling.
Thanks ... more >>
New class defaults
Posted by Eric at 5/30/2006 4:24:24 PM
When I create a new class in a project, I would like to have some additional
using directives added by default. Also, I would like to have 'class'
preceded with 'public' by default. I modified, what I thought were, the
templates but no luck.
If someone could explain how to do this, I would... more >>
Why choose SQL Express over Access?
Posted by ljh at 5/30/2006 4:22:23 PM
Why would you choose SQL Express (which requires an installed application to
work) over the simplicity of an Access database which has no dependencies?
... more >>
reporting services - query from stored procedure returns one recor
Posted by andres at 5/30/2006 4:19:01 PM
hi all,
thanks for everyone for your support!
i have a report being built in studio 2005. It calls a stored procedure. The
SP runs a query and gets a data set which then loops through to get other
data. At the end the stored procedure cursor returns several data sets.
my problem is that t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Regular expression in Infinite Loop
Posted by Bob at 5/30/2006 3:34:18 PM
The below regular express can sometimes cause an infinite loop. Anyone know
what could cause this?
string RegexSig = @"To:*\s*(?<address>\S+@\S+)*(\s|\S)*did not reach the
following recipient";
Also shouldn't the framework have some type of loop protection? This will
run forever.
Bob
... more >>
selectednode in Treeview lost when accessed by spawned Thread
Posted by Dean Hinson at 5/30/2006 1:03:01 PM
Hello,
I am trying to spawn a sunroutine in a worker thread for populating a
trreeview. I set the selectednode and then start the thread. However, the
thread errors because the selectednode was found to equal "Nothing".
Is there some kind of trick to get the threaded subroutine to see th... more >>
Creating ACCESS database
Posted by dave at 5/30/2006 10:21:02 AM
Hello:
In Visual Studio 6.0 there is "VisData"
to create Access database files. (file.MDB".
Q:
Does Visual Studio 2005 have tool(s)
that create Access database files (file.MDB) ?
thank you,
dave
... more >>
Is an inherited base object called an object's parent?
Posted by Stick at 5/30/2006 10:03:02 AM
In the .NET docs about implementing a Dispose() method to avoid costly
finalization, the following confuses me:
<Quote>
Implementing a Dispose Method
A type's Dispose method should release all the resources that it owns. It
should also release all resources owned by its base types by callin... more >>
How do I configure an ASP dot net app to restart every time it's run in debug mode?
Posted by newjazzharmony NO[at]SPAM hotmail.com at 5/30/2006 8:41:26 AM
I have noticed that when I run my ASP dot net application in debug mode
and set a breakpoint in the Application_Start event, this event is not
raised every time I run the project.
Is there a way to configure the project so that the application
restarts every time I run it in debug mode?
... more >>
How can I write C# code that can pick up the custom events that occur in it's Access server?
Posted by keithgell NO[at]SPAM yahoo.com at 5/30/2006 7:18:59 AM
I needed to import large CSV files into Access, when requested by a
command in a .Net interface.
Because Access does not have a bulk insert command, and I already have
vba macros in Access that do the import, I simply called the vba macro
from .Net using COM.
Each time a csv file is success... more >>
Can't create setup!
Posted by chook.harel NO[at]SPAM gmail.com at 5/30/2006 7:04:44 AM
I've build a project using cs and VS2005, using a custom DLL and a
project for the CRYSTALREPORT..
I can't build the setup to test it on another computer
i've tried the .NET setup wizard, and even tried the trial of
INSTALLSHILED
both of them didn't help me
Is there an easy tool or maybe... more >>
How to catch this error
Posted by Howard at 5/30/2006 1:56:27 AM
A non-integer value is entered as student id
/grades.aspx?studentid=1283128sdf
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where... more >>
The most basic SQL Server questions....
Posted by ljh at 5/30/2006 12:39:32 AM
(sorry if this posts twice....I waited several hours and didn;t see it - so
here it is again.....)
Perhaps I am somewhat dense.....but, I still need to know.....
What do you need to do in order to ship a SQL server Express or Developer
edition database with your Visual Studio .Net 2005 appl... more >>
inherite toolstrip problem
Posted by jincheng at 5/30/2006 12:00:00 AM
I add a toolstrip control on a windows form, set it's modifiers as
protected.
Then I add another form which inherited from the first one.
But the property of the toolstrip on the second form is readonly.
Why?
... more >>
|