Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > december 2003 > threads for thursday december 18

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

Building without VS
Posted by goog.goog.jrd NO[at]SPAM neverbox.com at 12/18/2003 11:43:53 PM
Hi. I do not have VS.NET. I have app source made up of .cs and .resx files, and a .csproj file. How do I build this app without VS.NET? (Of course I have Framework SDK.) Can I use nmake somehow? Or do I need something like SharpDevelop with VS.Net Importer/Exporter. Or NAnt? Than...more >>


Combobox selected index
Posted by faisalsns at 12/18/2003 11:16:43 PM
Hi, I am facing a peculiar problem in setting the selected index 9 of a customised combo programitically. For rest of the index it gets set but for the index 9 i.e element no 10 in the datatable it doesnt. ie if i set it combo.SelectedIndex = 4, the selectedindex gets selected to 4 but if i sa...more >>

Data Grid help
Posted by Shane at 12/18/2003 10:55:44 PM
I made a Database in MS Access, and i want to try to port it over to VB.NET. One thing i have is a subform that is a datasheet. what I want to know, is there away to make the data grid to have combo boxes or is there away edit the data grid some how? Shane...more >>

Using stored procedure to update
Posted by aynka2000 siva at 12/18/2003 8:30:30 PM
Please help how to use stored procedure thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

wierd event behaviour (VB)
Posted by Ivan D at 12/18/2003 8:03:55 PM
Other than buttons, most controls in VB.NET have their MouseDown event run slow (and I believe this also happened in VB 6.0). The MouseUp event can keep up with the rate at which a mouse button is let up, while the MouseDown event runs about twice per second, max... this also impacts the C...more >>

about OpenFileDialog
Posted by violin wang at 12/18/2003 6:17:41 PM
hi I wrote a windows based program.The main UI named form_base has a button "btn1".In btn1`s click event handler I used ShowDialog(this) to show another form named form_test.form_test also has a button btn2 and I added a openfiledialog in form_test.In btn2 click event handler I used S...more >>

Major Whidbey complaint (!)
Posted by Lecture Snoddddgrass at 12/18/2003 3:49:59 PM
I know that this thing is pre-beta, so I'm hoping there's still time for you to change the defaults for text formatting options in the IDE (C# section). One of my least favorite things about installing a Microsoft product, take MS Word for example, is turning *off* all of the feature...more >>

Get DateTime.Now but exact 16 years ago..but how?
Posted by gicio NO[at]SPAM gmx.de at 12/18/2003 2:55:25 PM
Hi! I will get the date from now (DateTime.Now is 18.12.2003) but exact 16 years ago (18.12.1987). when I make something like this: //we set min. employee age to 16 years TimeSpan minEmployeeAge = new TimeSpan(5840,0,0,0); DateTime maxDate = DateTime.Now - minEmployeeAge; maxD...more >>



Word Automation
Posted by Picho at 12/18/2003 2:53:02 PM
Hi all, I have a problem automating word (office xp). I am trying to create a mailmerge datasource using this code: object oFieldsVector = (object)fieldsVector; object oFileName = "doc123";//aDoc.Name; aDoc.MailMerge.CreateDataSource(ref oFileName, ref missing, ref missing, ref oFields...more >>

COM Objects
Posted by Todd at 12/18/2003 1:55:01 PM
I've got a VB6 COM DLL that I'm trying to call from within .Net. Problem is that the public properties that I'm trying to set the values of aren't typed in the DLL. And .Net will not let me assign anything to them, not even a string value. It gives me a type mismatch error. It shows in...more >>

FEATURE REQUEST: Property set via ref parameter
Posted by discussion NO[at]SPAM discussion.microsoft.com at 12/18/2003 1:54:43 PM
Hi, It would be nice and a natural way to use a property set by permitting it to be set via a REF parameter on a method call. Why this isnt being allowed is beyond me, yes I know they are wrappers for get_ and set_ methods but if they are there to give the impression of a FIELD, then th...more >>

Internet radio options?
Posted by Randy Dietz at 12/18/2003 1:37:29 PM
Hi, what would be the best way to set up an internet radio station? Does my MSDN Universal subscription include all the tools I'll need? Thanks, Randy ...more >>

just getting started.
Posted by Paul at 12/18/2003 1:35:21 PM
Hi I am trying to install vs.net and can install all of it except the web development section. It seems to require IIS(internet information server). I am running windows 2000 and do not have IIS on my machine but have a drive mapped to a server running IIS. I plan on developing aspx page...more >>

Apply Code Changes
Posted by Lars Grøtteland at 12/18/2003 1:10:52 PM
Hello! This is an IDE question, and I can't find one IDE newsgroup. How can I enable the Apply Code Changes(alt+F10)? I tried to get into Tools-Debugging-Edit and Continue, but I'm not shure which items should be checked. Could anyone help me please. -- - Lars ...more >>

.Net TRIVIA TIME!!!
Posted by lover at 12/18/2003 1:07:38 PM
Q: The visual aspects of .Net FX UI elements were designed by: A) someone who is totally incompetent, lacks any 'quality of work' ethic, and works under managers who operate the same way B) a blind person C) nobody - they haven't been _designed_ at all! A: I DON'T KNOW! I HONES...more >>

how to automate test of GUI web apps, any test apps out there?
Posted by Vaughn at 12/18/2003 12:15:57 PM
any good tools for regression testing GUI frontend applications out there? win**nner is too expensive so is rationals product ...more >>

New Project Creation
Posted by Dave Naylor at 12/18/2003 11:52:38 AM
Hi, When i try to create a new project in Visual Studio.NET 2002 I get a error saying that 'http://localhost/webapp1' cannot be opened with the path 'c:\inetpub\wwwroot\webapp1' the error was returned 'unable to create web project webapp1. the file path 'c:\inetpub\wwwroot\webapp1'does ...more >>

No-Touch Deployment and GAC
Posted by solex at 12/18/2003 10:32:50 AM
Is there a way to setup a No-Touch Deployment to install some assemblies into the GAC on a client pc? Thanks, Dan ...more >>

ANN- www.knowdotnet.com finally released
Posted by William Ryan at 12/18/2003 9:10:52 AM
We finally released www.knowdotnet.com , a general .NET web site focusing on Regular Expressions, ADO.NET, C#, VB.NET, Visual Studio .NET Add-ins and everything else .NET. Currently we have about 80 new articles posted with many more to come... enjoy. -- W.G. Ryan bill@leavethisout.devbuzz...more >>

How to access TWAIN from web ?
Posted by Chuck Rewood at 12/18/2003 8:25:51 AM
Can somebody here tell me how to access TWAIN from web ? I am gonna make a button to call TWAIN however, the twain.h from (www.twain.org) need some handle from hWnd (System.Windows.Form ??) What kind of wrapper or is there any namespace available ? Thanks, Riwut ...more >>

Visual InterDev??
Posted by margaret at 12/18/2003 7:43:50 AM
I was trying to load an old project and .NET 2003 complained about this .vip file. According to Windows Explorer, it's a Visual InterDev project. For the life of me, I can't remember/figure out what an InterDev project is or was. My new .NET projects don't have this file. So, 2 questions: ...more >>

which visual studio.net version best for developer
Posted by anoop at 12/18/2003 6:42:22 AM
Hello, I am working on Visual Studio 6.0 and now want to change to visual studio .net, which version of studio .net is best for me- architect or professional. Also how many CDs are there for studio .net and how to install it. I have windows XP professional with 128 MB RAM, 20 GB har...more >>

auto expand all subroutines and functions in the IDE
Posted by Steve L at 12/18/2003 5:46:29 AM
How do I expand all functions in the VS.NET IDE that are collapsed without having to go down and click on the plus (+) signs?...more >>

Wall Maps
Posted by neon at 12/18/2003 5:41:12 AM
Hello All, I bought the visual studio c# .net 2003 software for me to use at home. When I opened it up, I saw all of the nice (what we call) wall maps of objects and classes for c# and other things like data access and web services. I brought them into work and now we are trying to find out if th...more >>

c# vs VB.net
Posted by vijaya at 12/18/2003 4:28:03 AM
I'm a newbie to .net Is it true that C#.net code executes faster than VB.net? Which one is superior? I need few good links regarding this issue....more >>

.Net Web Parts for SharePoint Portal Server 2003
Posted by Benito Ruiz at 12/18/2003 3:24:22 AM
Hello all, I=B4m searching information about how development .Net Web=20 Parts for SharePoint Portal Server 2003. Where i can=20 found it?? Thank=B4s a lot....more >>

Downloading a file from a website
Posted by Chris Morrison at 12/18/2003 2:47:42 AM
Hi all, Can anyone tell me which .NET class I need (or provide a code sample) to download file from a website/url (Not FTP) and save it to my hard drive. Kind regards, Chris ...more >>

form size in design view
Posted by Eva at 12/18/2003 1:46:32 AM
Hi, i have placed code on my form load event to maximise the form. what i want to know is when im working in design view is there a way to display the actual size of the form?? i ask this because i want to be able to clealy see where i place my controls on the form and how they will ac...more >>


DevelopmentNow Blog