all groups > dotnet general > december 2003 > threads for wednesday december 31
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
problem w/ helloworld sample
Posted by Ringbearer at 12/31/2003 10:54:18 PM
i'm trying to compile the vb helloworld program that's
presented in the online library. when i try to run the
build.bat file, i get the following error
C:\Program Files\Microsoft.NET\SDK\v1.1
\Samples\Tutorials\PlatformIntroduction\H
elloWorld\VB>vbc.exe /t:exe /debug+ /optionstrict+ /out:.... more >>
master pages problem with events
Posted by dave at 12/31/2003 8:03:14 PM
I have downloaded and implemented the master pages
technique from
http://www.asp.net/ControlGallery/Disclaimer.aspx?
downloadControl=385&tabindex=2
This is really quite a good thing. It has simplified my
pages tremendously.
My problem/question however occurs when I place an
asp:button... more >>
compiling issue
Posted by Simon at 12/31/2003 6:39:02 PM
Hi all,
I have been building a web application using VS.Net 2003.
Could it be possible to compile the project not using
VS.Net 2003 since the IDE is a evaluation copy and is
going to expire. Please give any url link for relevant
detailed information if any.
Thanks
Simon... more >>
vs.net c# and control events
Posted by dave at 12/31/2003 6:06:28 PM
I have been using vb.net /asp.net for 2 years. I am
slowing switching over to c# and have 2 questions.
1.) Within vb.net I can go into asp.net project
properties and I can enter the imports once for the
project. Can I do this with a c# asp.net project? (or am
i forced to put using on e... more >>
change user interface dynamically using css files
Posted by Amir Eshterayeh at 12/31/2003 6:01:25 PM
Dear Friends
I need to change the css file of my aspx files dynamically so users can
choose their css file names and when page loads, it read css file name from
database.
I try to use response.write to write this way:
Dim i As Integer = 1
If i = 1 Then
Response.Write("<LINK href=""Styl... more >>
Attributes in base and derived classes
Posted by Edward Diener at 12/31/2003 5:15:41 PM
If I set an attribute on some part of a class, such as a property or event,
does that attribute also apply to the same property or event of a derived
class ?
If the above is true, can I change the attribute of a property or event from
something in a base class to something different in a deriv... more >>
Happy New Year and many thanks!!!
Posted by José Joye at 12/31/2003 2:36:13 PM
I just want to take the occasion to thank everyone who make these newsgroups
so great.
It helped me a lot and was a great area to learn from.
Happy New Year and thanks again!
José
... more >>
dynamic user interface (win app)
Posted by roy NO[at]SPAM xeon.tv at 12/31/2003 2:35:38 PM
I want to enable the user to define parts of their user interface. I
am developing an application that does some accounting functions
(basicly the end user enters revenues for each account, and users will
frequently enter data in several accounts that I want visible based
upon the company).
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Reflection
Posted by Raj Dhrolia at 12/31/2003 2:32:28 PM
Hi,
In one of my method, I want to know the class/function that
called/invoked this method.
i.e. i have a function named Method1() in class1. I want
"ClassX.MethodX()" in Method1(), when MethodX() of ClassX invokes Method1()
function
I think System.Reflection might provide some he... more >>
Dynamically creating an object
Posted by dnlwhite NO[at]SPAM dtgnet.com at 12/31/2003 2:29:27 PM
I am attempting to create a unit test that can switch between calling
a method from the web service I created or calling the component that
the web service actually calls.
So in my unit test form I have a checkbox that I can use to "turn on
or off" which one I would call and I have code someth... more >>
set textbox text (textmode:password)
Posted by tom at 12/31/2003 2:00:01 PM
Hello,
I have an asp.net web application where I want people
to register themselves.
This takes them through a few pages with prev/next
functionality.
In one of the pages they provide a password. I use a
textbox with textmode password for this.
But when I want to set the text of the tex... more >>
<control>.locationChanged ??
Posted by KS at 12/31/2003 1:54:44 PM
How can I find out how much the location chanced ?
How does the arguments Sender or e show me that ?
KS, Denmark
... more >>
CDaoDatabase Class // Get Ref
Posted by Julien at 12/31/2003 1:52:33 PM
How do I set reference to a Foundation Class Library from
VB.net?
I'd like to get access to the CDaoDatabase Class...
Dose anyone know if I can even do it with VB.net
Small code snip would be cool... Remember VB code not C
Thanks
... more >>
.Net developer with SQP developing skills required
Posted by Recruiter at 12/31/2003 1:38:40 PM
Hi,
We are looking for the following ;
Requirements
- 5+ years experience in developing database applications.
- Minimum three years experience programming in a
Microsoft Visual Studio ASP environment, including one
year of practical, full-time VS.Net development experience.
- Minimum on... more >>
Need to modify Excel spreadsheet from VB.net
Posted by Dan Varozza at 12/31/2003 1:16:05 PM
Hi I am looking to have users enter information into a vb.net form and then update an Excel spreadsheet with that info. Can anyone point me in the right direction? Not sure what keywords to search for. Any clues or sample code would be great. Thanks!... more >>
Dropdown Listbox date value
Posted by James W. Hall Sr. at 12/31/2003 12:00:28 PM
I am filling a dropdown listbox in ASP.NET. The display value is a date
field from SQL Server. When I bind the data to the dropdown listbox the
time appears in with the data (12:00 am). In the database it appear
12/31/2003. It appears in the control as 12/31/2003 12:00 am. I am
trying to ... more >>
can not debug
Posted by Paul. at 12/31/2003 9:32:58 AM
Hi I am trying to debug a asp.net project done by someone
else and when I try to start it in debug mode I get the
(not in debug config message). I checked the web.config
file and the tag is set as
<compilation defaultLanguage="vb" debug="true" />
which looks ok. I am running everything on ... more >>
Code to obtain the path of ILDASM.exe
Posted by smappes NO[at]SPAM lithonia.com at 12/31/2003 9:19:25 AM
Hi,
I can use System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory()
to obtain the path for ILASM.exe, but how can I obtain the path to
ILDASM.exe?
Examples of the path I'm looking for are:
VSNET 2002 - "C:\Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\Bin"
... more >>
Automate the creation of Users and a FTP Site
Posted by jon NO[at]SPAM agritec.com at 12/31/2003 9:04:04 AM
We have a project that will require the almost realtime (every 5
minutes) creation of user accounts and a FTP site for each of them. I
would like to write a VB.Net application to do this. This can be a
standard desktop application.
What is the best way to accomplish this?
- Create a user by... more >>
progress bar.
Posted by Angelina at 12/31/2003 8:59:48 AM
Hi,
I wanted to know how to use the progress bar to run when a
new page is loading. i.e i want it to run before the new
form is loaded up.
What should i set the max value to?
I have tried to find code examples but i keep finding C#
examples!!
thx ... more >>
Private inheritance in VB.Net
Posted by faridt NO[at]SPAM coned.com at 12/31/2003 8:50:43 AM
Hi,
There isn't anything like 'Private Inheritance' in VB.Net. Then how
can we hide a Public method of the Base class from the user of its
Inherited class?
TF... more >>
Got System.Net.WebException when using WebRequest.getResponse()
Posted by serwin NO[at]SPAM evolutionbenefits.com at 12/31/2003 8:06:37 AM
I am having a very frustrating intermittent problem. I am making an
A2A call to a remote server and when I issue the:
WebRequest.getResponse call it occasionally fails with the following
error:
<Error description>
Exception Type: System.Net.WebException
Status: ConnectFailure
Response: NU... more >>
Combobox Display - Multiple Columns?
Posted by Craig at 12/31/2003 7:35:24 AM
Has anyone developed a multi column combo box?... more >>
webform datagrid: "Handles dgGrid.UpdateCommand"
Posted by Darren Wooding at 12/31/2003 7:19:19 AM
Hello, can anyone offer any advice, this one is driving me
up the wall!
1. I am using a webform datagrid.
2. The columns are all dynamic and defined using templates
(see code below).
3. I have a nice set of buttons on the grid for edit,
update, cancel and delete.
4. I handle the events w... more >>
Could not access 'CDO.Message' object.
Posted by Dean at 12/31/2003 6:24:16 AM
Trying to send an email and I get the following message,
see code snippet below. The SMTP server is running and
works as when I add a message to the pickup directory it
gets sent. Any suggestions as to what to look for fould
be appreciated.
lblError.Text = "Mail sent successfully!"
lblEr... more >>
Creating ActiveX DLL using .NET - is it possible?
Posted by lrhirsch NO[at]SPAM hotmail.com at 12/31/2003 4:15:54 AM
I have created a graphical control using C#.NET and made it
COM-compatible using the method described here:
http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp
Adding the control to a VB 6.0 form works fine - with one important
exception: the control disappears (except for any la... more >>
|