all groups > dotnet academic > august 2007
Making a File System website run on IIS?
Posted by winlin at 8/30/2007 7:58:01 PM
Hello
After you create a website on the "File System" how do you get it to run on
your IIS?... more >>
When to use variables, objects and CTYPE?
Posted by winlin at 8/30/2007 7:56:02 PM
Hello
Under what conditions "must" you use "CTYPE" when working with variables and
objects?... more >>
Use delegate or control click event?
Posted by winlin at 8/30/2007 7:54:01 PM
Hello
Since it seems you can do just about anything by clicking a control and
executing that click event, under what conditions do you need to create a
delegate?... more >>
When to use Console Application instead of Windows Application?
Posted by winlin at 8/29/2007 8:06:01 PM
Hello
I am wondering when/why should you build a "Console Application" for use
instead of a "Windows Application"?... more >>
Repairing Windows XP
Posted by Carol at 8/29/2007 2:16:02 PM
I got an extremely bad virus which fortunately I was able to get rid of. In
the process I no longer have administrator rights and cannot access the
control panel. How do I repair? and if I need to reinstall, will I lose the
other programs and/or files on the computer?... more >>
Delegates vs subroutines and functions?
Posted by winlin at 8/27/2007 7:58:01 PM
Hello
Since VB.net allows you to create a form that can call a subroutine or
functions existing in classes to do the work, when and why would you need to
create a "delegate"?... more >>
Question regards why use ".exe" instead of ".dll"
Posted by winlin at 8/27/2007 7:54:00 PM
Hello
Why would someone use/compile a module/exe instead of using a dll? Also
when would someone use a module instead of a dll?
Example:
Module DoSomething
Sub Main()
' some code
End Sub
End Module
Instead of:
Sub Main()
' some ... more >>
How to Update an item in a BindingList?
Posted by Eitan at 8/24/2007 10:24:02 AM
Please look at the code and the following question...
public BindingList<MyStruct> myList ;
foreach ( Object item in myList )
{
MyStruct myStruct = (MyStruct)item;
myStruct .Name = "any new name" ;
///
/// Question: I need to update myList with the updated myStruct.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
help!
Posted by Dani Juson at 8/23/2007 6:33:57 PM
hiya,
does anyone know how i can subscribe to some newsgroups of things that
interest me? ie. horses? i remember when i was little my dad had a couple on
his outlook express which i used to look at. I don't know where to look
though? Thanks very much.
... more >>
Obtaining Windows XP CD for back-up purposes
Posted by cyngar1954 at 8/23/2007 6:28:00 PM
HOW DO I BURN A CD OF MY WINDOWS XP FROM MY HARD DRIVE OR HOW DO I OBTAIN A
GENUINE COPY OF THE XP CD WITHOUT PAYING FOR IT????
When I purchased my HP Pavillion zv6000 notebook I never received the
Windows XP CD/USERS MANUAL and did not realize until now, 2 years after my
purchase, that the... more >>
Validation Tool
Posted by Barbara M at 8/22/2007 8:46:02 AM
Anyone considering installing "Windows Genuine Advantage Validation Tool",
READ the fine print - in the I ACCEPT box. I didn't. Turns out that once
you install it you can NOT uninstall!... more >>
How to Show only year in DayTimePicker in C#
Posted by Sandeep Singh at 8/22/2007 12:00:00 AM
Hi Everyone,
How to show on UI only year using VS DayTimePicker.
Looking forward for your response.
Thanks
Sandy
... more >>
Looking for CAD reseller all over the world
Posted by qinrui at 8/21/2007 12:00:00 AM
Hello, everyone:
We, GreatStar Software, are a China-leading CAD software provider and CAD
technology ISP. Our main product is GreatStar ICAD platform software with
similar interface, menu and operation habits to AutoCAD. Furthermore, it is
bidirectional compatible with AutoCAD.
We are w... more >>
Good Book for XSLT
Posted by Sandeep Singh at 8/17/2007 12:00:00 AM
Hi,
I need a good book to study XSLT, any one can suggests me name of some good
books.
Thanks and Regards
Sandeep Singh
... more >>
How to detect when a Tab Control loses its focus
Posted by Eitan at 8/15/2007 9:32:08 AM
Hello,
I have a WinForm application. The form has one Tab Control and one
ToolStrip. I would like to know what would be the best way to detect when
the user is "leaving" the Tab Control and "moving" into ToolStrip.
Thank you
EitanB... more >>
Having trouble creating shared and setting permission using vb.net
Posted by Liam Mac at 8/15/2007 7:34:00 AM
Hi Folks,
I have embeded WMI scripting within a Visual Basic application to create
remote shares and set permissions, I'm now moving to vb.net environment and
having trouble getting my scripting to work, I have search the net for vb.net
code to create shared folders and set permsission but ... more >>
.aspx.vb syntax problem
Posted by slinky at 8/9/2007 1:17:11 PM
I'm making a OLE DB connection in code and was wondering if anyone
could identify what the syntax errors would be in this just as it is
pasted (I tried putting & _ at the end of the first line and that
only brought up other errors):
New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data... more >>
Newbie'ish - Visual Studio 2005 or 2008?
Posted by Im Going Mad at 8/8/2007 12:36:09 PM
Hi There,
Hope everyone is weel? A few years ago I started off having a play with
Visual Studio 2002 I had around 5 Months exposure to it, and to say the
least became quite good with it. The intention was to truely learn VC++ and
VB but unfortunalty other things came along and I had no time... more >>
use of pc game controller with Fable
Posted by TJ at 8/7/2007 6:46:00 PM
I can't seem to figure out how to get my controller to work with Fable. Any
idea's?... more >>
imagebutton clicking issues
Posted by vortigern79 NO[at]SPAM yahoo.com at 8/2/2007 8:33:18 PM
Hello,
I'm currently writing a webpage that lists photos dynamically.
Depending on what was selected in the page previous, these photos will
change. What I'd like to do it to have the user click on a photo and
for that to pull up another page associated with that photo. I can't
figure out h... more >>
missing dvd rw on boot up (sometimes)
Posted by bj at 8/2/2007 10:32:06 AM
Hi
can you please help I have a DVD rewriter that I am having a few problems
with at the moment. I have flashed the latest firmware to the unit, the
problems are as follows:- when powering up the computer at the wall socket
the led comes on the drive all ok, when switching on the compute... more >>
|