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 > june 2005 > threads for monday june 6

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

Should I use VS 2003 or 2005 for IDE? I have both.
Posted by William at 6/6/2005 6:03:01 PM
Have questions I am getting back into developing and need some opinions. Should I use VS 2003 or 2005 for IDE? I have both. I understand I can install both on same machine. True or False I have a current Dot net 1.1 environment. Can I deploy VS 2005 applications to it if I use the VS...more >>


system calls
Posted by James at 6/6/2005 4:39:01 PM
How would I make a system call using C#? e.g. how would I execute a "dir" or "attrib" command from within C#? I can't seem to find this reference in the System namespace. Thanks....more >>

Can't open 'Samples and Quick Start Tutorials'
Posted by Brad at 6/6/2005 12:45:18 PM
Thanks for taking the time to read my question. First off, I hope I am in the correct forum. If not, please let me know. I have followed the instructions to install the Quick Tools component, and the MSDE2000A.exe. My co-worker has done the same and his works and mine doesn't. When I cli...more >>

Java programmer lured back by .Net (Questions)
Posted by Beatrice Rutger at 6/6/2005 12:33:03 PM
Hi, I am a previous Micro$oft desertee (moved from VB/VC++ to Java before this whole DOTNET thing) because I had several issues with Micro$oft. I am not completely in love with Windoze, but I have to say that Java SWING sucks BIG TIME for developing and deploying desktop applications (esp...more >>

C++/Cli Intellisense in Beta2
Posted by Peter Qian at 6/6/2005 11:55:59 AM
Hi, Is it just me or is it still a bug in the IDE environment? The C++ intellisense works for 3 mins and stops working, then works again - it just keeps switching on and off. Sometimes you can't even get it to work at all...Which pisses me off completely. I do realize that the C++ intelli...more >>

any idea why I cannot instal VS NET 2003 on win dows server 2003
Posted by Newbee Adam at 6/6/2005 11:20:05 AM
any idea why I cannot instal VS NET 2003 on win dows server 2003 the first of 3 installation disks givesd me a message saying I am missing componenets -- Adam S...more >>

Several Crystal Reports Doubts
Posted by Tiago Miguel Silva at 6/6/2005 11:12:12 AM
Hi there to all. I am a .NET Crystal newbie and I hope that you don’t pick me up much :) with the following questions: 1) It’s possible to access the report model to alter the rendered data. I’m talked about a process like .NET data grid, where we can iterate thru the rows and chan...more >>

saving file from asp.net
Posted by helpful sql at 6/6/2005 11:10:23 AM
Hi all, I dynamically generate Word Documents from my web application using XmlDocument object and need to save them on a mapped network drive. I use the Save method of XmlDocument object to save documents. Ican save them successfully on local drive on web server. But when I try to save th...more >>



GPS
Posted by Chris at 6/6/2005 11:03:11 AM
Hi, I need to set up gps to track the locations of 6 trucks (our fleet). Can I use mappoint for this? Don't I need to purchase a reciever and transmitter for the trucks so that they can transmit their location and then I can map that out in mappoint? Please advice on where to begin. Thanks...more >>

ItemDataBound text modification question
Posted by Ben R. at 6/6/2005 8:42:03 AM
I've got a repeater that's bound to a datareader and I'd like to conditionally modify the text that is being outputted. Previously, I've done this by assigning a name to attribute to the surrounding tablecell in which the <%# %> tags reside and I could use the findcontrol to grab a handle to ...more >>

How to use .NET framework to toggle the power on a USB-powered dev
Posted by Robb Gilmore at 6/6/2005 8:39:13 AM
Hi, We have a C#.NET win-forms application that talks to a device plugged into the USB port. Sometimes when severe communications interruptions occur, such as from a burst of ESD electricity, we need to toggle the power on that device in order to bring it back to life. We can do this by...more >>

Error creating window handle
Posted by JosR at 6/6/2005 8:35:07 AM
Using: VB.Net, Framework 1.1, Windows XP SP2 Hardware: Pentium IV 3,1 GHz, 1 Gb RAM memory The VB.Net application opens a child form as follows: Private Sub OpenChildForm() dim frm as new frmWhatever frm.showdialog() frm.dispose() End Sub I can open the child for...more >>

2.0 Web site Administration Tool
Posted by RickatGoIn at 6/6/2005 8:31:07 AM
We are currently using the security features included with latest .NET 2.0 Framework (v2.0.50215), including the Web Site Administration Tool. The only problem we have encountered thus far is getting the Web Site Administration Tool to install and work on the IIS Server. To clarifty, we can ...more >>

Cookies
Posted by Shahid Juma at 6/6/2005 7:51:02 AM
I have a cookie that has been set by an ASP application. I am successfully able to retrieve the value of that cookie, however when I display it on the page using a Text Label, I get HEX values like "shahid%2Ejuma" The actual value stored in the cookie is "shahid.juma". Apparently any "." t...more >>

Import Excel Data into SQL Server with VB.NET
Posted by khanif at 6/6/2005 7:25:46 AM
Can someone provide me with an example with how to import data from an excel file into SQL Server with VB.NET? Thanks ...more >>

some basic dotnet questions
Posted by Newbee Adam at 6/6/2005 6:28:01 AM
If I program in vb.net will my program be accessible via a browser, or do I need to use the webbrowser active x control like in vb 6. would the program reside on a webserver like IIS or apache? let me reword this. what are the essential things I need to make a program webbased using vb.net....more >>

Showing Windows Form
Posted by Terrance at 6/6/2005 4:54:03 AM
Good Morning: I'm hoping someone can help me with a problem that I have. I have one form that is a MdiParent; when I open up another form using the ShowDialog() method a second window button shows up in the task bar. Is there anyway that I can prevent the second window button from showing up...more >>

Updating CSV files with Connection object
Posted by Nick at 6/6/2005 3:08:01 AM
Hi, I have a scenario wherein I need to update a record in a CSV file. However, it seems that with the connection string I am using, strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Webroot\DB;Extended Properties='text;HDR=Yes;FMT=Delimited'" I can merely insert and sele...more >>

Select Query from SQL to VB.NET - using SUM
Posted by VBNewbie at 6/6/2005 2:26:02 AM
Hi people, I have a question that nobody as of yet has been able to answer for me. I have an SQL query which is: SELECT sum(TimeSpent) AS TimeSpentDWR FROM DWRWork WHERE DWRID = @DWRID When I provide the parameter, it sums the timespent field OK. Now in VB.Net (2003) I am unable to ...more >>

Looking for code generator recommendations
Posted by John at 6/6/2005 12:10:36 AM
Hi, Can anybody recommend a good code generator for data driven apps? Thanks in advance, John ...more >>

property grid control
Posted by Randy at 6/6/2005 12:00:00 AM
I have windows form project that I want to use the property grid control for settings. What I am having problems figuring out is there a way that I can have an array of strings like an array of com ports names, how can I display that array in the propertygrid as a string? thanks Randy ...more >>


DevelopmentNow Blog