all groups > dotnet general > february 2005 > threads for saturday february 5
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
How to reference Word/Excel without using Visual Studio project
Posted by Whoever at 2/5/2005 5:29:17 PM
To create Excel file, you can Add Reference Visual Studio.NET, browse to ...
and then select Microsoft.Office.Interop.Excel, etc. It endsup some
reference to GUID in project file. You can then import namespace and create
Excel file etc.
Is it possible to do this in one aspx page without usin... more >>
Installation issue
Posted by Olav at 2/5/2005 2:21:04 PM
Hi,
we are writing an installation routine for our app using .net framework 1.1.
The inst routine has 2 parts: 1 for the server and one for the clients. The
database is MSDE for the small customers and MS SQL server for the big.
1: How can we automaticaly set up the clients so that they are ... more >>
Repeater PagedDataSource and Typed Datasets
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 2/5/2005 12:08:12 PM
Could anyone please provide a code snippet demonstrating how to use
the Repeater control in conjunction with the PagedDataSource class and
a Strongly Typed Dataset ?
I get an error informing me that my datasource does not implement
ICollection.
All examples of using the PagedDataSource clas... more >>
database relations
Posted by gaffar at 2/5/2005 10:43:34 AM
Sir,
I have created ms access database and tables with in that database at
runtime using vb.net code.
now i would like to establish relationship between the tables.
how to do this, please help me.
Thanks for your help.
... more >>
Where to receive WM_HSCROLL mesages
Posted by Just Me at 2/5/2005 9:14:36 AM
I have a Windows application that has a usercontrol containing a
richtextbox.
In the overloaded WinProc it has a
case WM_HSCROLL
under m.Msg
and another under WM_NOTIFY
Does WM_HSCROLL work the same in both places?
What about the richtextbox EN_HSCROLL. Is that just a duplication of o... more >>
Can dotnet write to files outside of the web root?
Posted by Shabam at 2/5/2005 8:39:42 AM
I'm running Dotnet on Windows 2003 and was wondering, can scripts write to
files/folders outside of the webroot, for instance, in another drive?
How about writing to a network share via UNC? Is that possible? If so can
someone point me to documents that talk about this, or perhaps show me how... more >>
.Net application returne error
Posted by mf_sina at 2/5/2005 8:22:32 AM
Hi all!
Why programs i have designed on my PC using MS visual studio .Net runs on my
computer but can't run on other computers?
now i have installed .net framework on them but crystal reports still return
error?
What is wrong with me and also i need to know if there is a fully
functional v... more >>
help..
Posted by dcinfinite at 2/5/2005 7:57:01 AM
hi..
i have a few other questions 2 ask..i used the "calender" function to
insert Date of Birth for my "add customer form"
is that advisible?coz i feel it'll be easy for customers to just click on
the date and month in the calender for thier DOB..but is this method
appropriate since the C... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Charts,histogram?
Posted by dcinfinite at 2/5/2005 6:13:02 AM
hi everyone..
i have a question. is there anyway that Asp.net with vb.net is able to
do/generate Graphs?charts or anything like tat?im currently creating a web
based managment system, i would like to generate graphs,or charts from my
motnhly sales. is that possible?would appreciate som... more >>
adding tool to toolbar & menu
Posted by rahul via DotNetMonster.com at 2/5/2005 6:01:29 AM
hi'all
could anyone pls tell how to add new tools/add-in from tools ->external tools in visual studio.net & make the tool appear in menu as well as toolbar.
--
Message posted via http://www.dotnetmonster.com... more >>
|