all groups > dotnet general > december 2003 > threads for tuesday december 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
User control cursor
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/30/2003 11:06:38 PM
I have got two user controls with grids in it.
And they have to work as a master detail Grids.
And the main thing is i want the detail grid to appear
when i click select bound button in the master Grid .
But the thing is i am not able to refer the User control 2
ie., the detail grid in the ... more >>
Buffer Interaction
Posted by Vikram at 12/30/2003 11:05:11 PM
Hi,
I would like to make a dos program which can directly
interact with the buffer. I mean that there will be a loop
which will constantly check the the buffer for any pressed
key and if there was a key pressed then store it's value.
I tried to use streambuf class but was unable to do so.... more >>
cin.getline & cin>> interference
Posted by Vikram at 12/30/2003 10:42:11 PM
Hi,
I don't remember if it happened previously, but nowadays
I'm having problem with using cin.getline function and
cin>> function simultaneously.
I have Visual Studio 6. If I use cin.getline function at
first and then I use the cin>> function then the next time
cin.getline function do... more >>
Times - add + subtract + the SUM of many
Posted by Russ Green at 12/30/2003 8:55:50 PM
I'm trying to perform several manipulations to time values (all will be
stored in a access database). I need to find the elapsed time between a
start time and a finish time and I also need to be able to find the SUM of
multiple time values.
I know how to do this first part of the using the fol... more >>
IIS asp version 1.1
Posted by Mark at 12/30/2003 7:58:45 PM
Hi,
I installed XP Pro, Visual Studio .Net 2003 and
IIS. When I try to create a ASP .Net Web Application
in Visual Studio, I get a message saying that I need the
ASP Version 1.1 of IIS - I am lost as to why I do not have
that version when I install IIS. Please help !
Thank You,
Mark... more >>
Module
Posted by Simon at 12/30/2003 7:30:45 PM
Hi all,
I have a class like the following. Is it true that the
function in the module could be called directly (globally
assessible) in other class file in the same project? What
is the equivalent coding in C#?
Regards
Simon
*******************************************************... more >>
Return Const Name from value?
Posted by mcdonamw at 12/30/2003 6:57:54 PM
This may sound like a stupid stupid question and I figure it would b
more "general" than pertaining to a specific Language.
I'm using vb.net and I have a bunch of Const values in my program.
can use them obviously by placing their names in place of values, henc
the ideal behind using Const.... more >>
asp.net-just getting started
Posted by Paul at 12/30/2003 4:07:02 PM
Hi, I am trying to get asp.net going and am using the Code
notes asp.net book example. I have installed IIS and
VS.net webdevelopment along with the entire vs package. I
created a virtual directory located at c:\test, and saved
a simple test program called test.aspx in the directory.
Whe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access to the path is denied
Posted by Theerachet Pratoommanee at 12/30/2003 3:37:25 PM
This is error message I've got. Any suggestion would be appreciated.
Server Error in '/WebDirectory' Application.
----------------------------------------------------------------------------
----
Access to the path "CreateFolder" is denied.
Description: An unhandled exception occurred... more >>
Datagrid Datasource (Dataset , Dataview vs Datareader)
Posted by Al at 12/30/2003 3:33:19 PM
in order to implement sorting, paging in a datagrid, can I
have the datasource of the datagrid a datareader or it
must be a dataset then I create a dataview and make it a
datasource of the datagrid?
The reason I am asking this question is because I already
created a datagrid and made its ... more >>
For Mac Machines
Posted by VJ at 12/30/2003 3:29:22 PM
Is there a version of Framework available for the Mac, Lunix machines?.. I
have a windows application that I want to be able to run on Mac and Lunix
machines.. what are my options
VJ
... more >>
Windows 2003 Server Variables
Posted by Nick at 12/30/2003 3:14:39 PM
I am having a disagreement with my hosting company they are saying I am
running on a Windows 2003 box. But when I do a trace the values that are
returned are.
SERVER_SOFTWARE Microsoft-IIS/5.0
Server software is set to Microsoft-IIS/5.0 can somebody actually verify on
their own ser... more >>
VB .Net & Creating Reports
Posted by Ron at 12/30/2003 3:13:00 PM
I have VB .Net 2003 and I would like to create reports or a word document
that can be viewed or printed. I do not have VS. Is it possible to use
Access Reports or download a plug-in to VB or export to word that I can use?
Please help.
Thanks,
Ron
... more >>
SQL Query
Posted by kuya789 NO[at]SPAM yahoo.com at 12/30/2003 2:36:03 PM
My db table looks like this
FILENAME FILE_CREATED FILE_MODIFIED
test 9/12
test2 9/13 10/13
..
..
all FILE_CREATED field have value, only some FILE_MODIFIED have value.
I need to get the value of FILENAME column and this is what i have
SELECT FILENAME FROM REW_FILES ... more >>
App Dev Training Question
Posted by Robert at 12/30/2003 2:18:04 PM
I was wondering if anyone has used the Appdev training
CDs. I am interested in purschasing the training for
VB.NET but I would like to get some feedback from people
that may have used them before.... more >>
Assembly linker could not be launched?!??! Help please!
Posted by jwl NO[at]SPAM tcsc.com at 12/30/2003 2:08:46 PM
I have a problem using VS .NET 2003. When compiliing my application
(a Content Management Server) I get the following error:
"Satellite build for culture 'en-US' failed. Assembly linker could
not be launched. The system cannot find the specified file."
What specified file?! I only found ... more >>
Interface question
Posted by Kevin Phifer at 12/30/2003 1:59:41 PM
When defining a Interface, I don't seem to have the
ability to define a constructor. Is this possible?
If not, is there a way to keep people from using a default
constuctor but instead force them to use one constructor?
Thanx in advance... more >>
progress bar postioning
Posted by angelina at 12/30/2003 11:33:13 AM
hi,
I have added a progress bar to my statusbar control. the
problem i am having is that it appears in the
far left as default. I want it to appear in the far right
side of my form. Can anyone give me ay pointers on how to
do this?
this is my code so far..
Dim Pbar As New ProgressBar(... more >>
check if a file exists on a web server
Posted by Jane at 12/30/2003 11:01:42 AM
Hello,
I am developing a windows service application that checks
if a particular web page is on the web server. I found
there is a method called File.exists(path) to check it,
but how can I get absolute path of a web page in a windows
application rather than a web application? In a web
... more >>
VS.Net HTML
Posted by Garry at 12/30/2003 10:44:01 AM
Ok, here the situation: I have a page in the application
that needs to add text and a checkbox onto it. The format
is the same as the other 4 entries, and the format can be
viewed in VS.Net from the HTML view. The are some line
modification need but basically it's a copy and paste job
with... more >>
Redirect without menubar
Posted by Todd Lu at 12/30/2003 9:14:19 AM
I am trying to redirect a login page to another page after validating the
username and password. I am currently trying to use javascript with the
window.open command but this leaves the window.opener to stay open. is
there a good way to redirect to a new form in .net 2003 without having the
me... more >>
EndInvoke - consequences
Posted by Moshe Plotkin at 12/30/2003 8:51:40 AM
B"H
What are the consequences of not calling EndInvoke on an Asynconis Delegate?
Does Controls BeginInvoke also REQUIRE a call to EndInvoke? Being that its
running on the main thread anyway?
Thanks
... more >>
Enumerate Domain
Posted by Jeff Grundy at 12/30/2003 8:06:52 AM
How do I enumerate the machines domain, then enumerate the
shares of a machine?
... more >>
COM Component
Posted by matthiex NO[at]SPAM yahoo.fr at 12/30/2003 7:20:43 AM
Hello,
I have a DLL, created by VS .Net and written in C#.
I would like to create a COM component from this dll, 'cause I'd like
to call this component from a MSMQ Trigger...
How could I create create this COM component from the DLL?
Thank you
Plantex... more >>
Using the DataBinder in clientside C# blocks.
Posted by Ben at 12/30/2003 5:59:34 AM
Hi.
We use the <%# DataBinder.Eval
(Container.DataItem, "ColumnName") %> construct quite a
bit.
Is it possible to use this expression from a chunk of
client side code that isn't a data binding expression? For
example to display or hide a table row depending on one of
the values from t... more >>
Server.Mappath() method
Posted by Jane at 12/30/2003 5:03:56 AM
Hello,
I used Server.MapPath(mypath) method to find an absolute
path of a file on a web server. But I got error message -
Name 'Server' is not declared. I have imported System.IO.
Does someone know any tricky here?
Thanks in advance.
Jane ... more >>
Setting items to datagrid column
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/30/2003 4:34:17 AM
How can i set values to columns in a some particular row
of a datagrid?
Thank you... more >>
Master Detail DataGrid problem
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/30/2003 4:28:32 AM
Hi,
i wanted to know how i could resolve the following error
message:
there in an error in my application when i am trying to
retrieve a row a row from a detail table based on the key
field in a master table into a datagrid
Actually when i am retrieving a row form a table there
isnt... more >>
IE "lock down" after installing .NET
Posted by listerofsmeg01 NO[at]SPAM hotmail.com at 12/30/2003 3:04:39 AM
Hi all,
Fairly new to the world of .NET, but since installing it, IE has been
playing up.
When I installed, I'm sure I remember some dialog saying something
like "Do you want .Net to improve your Internet security settings?". I
took a "Yes" to this as is seemed to be recommended.
The pro... more >>
Can c++ operate on c# window handle?
Posted by violin wang at 12/30/2003 12:18:37 AM
I use c# to build UI for my application and write a
unmanaged c++ dll which use DirectShow to play video.I
want the video image to display in a PictureBox on the
UI.Can I pass the handle of PictureBox to DirectShow as
video windows?If not, how can I reach my goal?
regards
violin... more >>
|