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 > november 2003 > threads for thursday november 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

application self update without restarting computer
Posted by Nick at 11/6/2003 11:26:43 PM
Hi, I would like to make my application to automatically check on updates from a source and if any, downloads it and automatically updates itself with the new version. Now because the application itself is running, I cannot update the executable immediately, but need to request a resta...more >>

How to nominate somebody as a MVP??
Posted by Daniel Walzenbach at 11/6/2003 11:01:53 PM
Hi, I'd like to know how I can nominate somebody as a MVP? I've checked the = MVP FAQ but haven't found anything (@ least not on the german one...) Thank you! Best regards Daniel Walzenbach P.S. If you need to contact me simply remove ".NOSPAM" from my email = address....more >>

How to Parse JPEG Header????
Posted by Ryan Cooper at 11/6/2003 8:41:52 PM
Can anyone give me an idea or better yet, a code sample, demonstrating how to parse a JPEG header and search the header for markers located in the stream? Basically, I need to analyze an uploaded JPEG file, search for the markers C2, C6 and CA in the stream, and then set a variable of some sor...more >>

Launch application
Posted by A.A. Fussy at 11/6/2003 8:22:57 PM
How would I, in VB.NET launch a program from a command button? ...more >>

.NET site - Need help getting started!!!
Posted by Jim at 11/6/2003 8:05:29 PM
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to .NET and my understanding of some (but not all) of its concepts is a little sparse. I apologize ...more >>

web deployment issues / runtime errors
Posted by Jim at 11/6/2003 8:04:43 PM
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I am having some problems deploying .NET content. My first guess is that I am probably not using the correct approach to something here. Hopefuly someone will be kind enough to get me back ...more >>

XML and objects
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/6/2003 7:27:26 PM
Is there a way to specify what members in a class or struct that I can pass to XML methods that are written to file? I want to just pass the object and it just picks off the ones i specify without having to have a custom method per object layout ...more >>

Accuracy of doubles frustrating
Posted by Michael Lang at 11/6/2003 6:33:34 PM
You'd think that the advantage to extra decimal places in a data type is better accuracy. Well think again. Look at this method and test results: =========================================================== // not just for rounding decimals, but for getting nearest // whole number values....more >>



Any good free controls for VB.NET?
Posted by A.A. Fussy at 11/6/2003 5:13:35 PM
Can anyone recommend some free controls for use with VB.NET? ...more >>

Objects and XML
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/6/2003 3:47:07 PM
Is there a fast way to just say to the XML writer that I want this object written and it will just generate the XML nodes based on the object memebers and what I have labled (attributes?) as writeable to XML? ...more >>

Speed Problem ... Performance HELP PLEASE...
Posted by João Santa Bárbara at 11/6/2003 3:39:30 PM
Hi all i have a datatable with 2500 records, and i want to fill a listview, my problem is that it take too much time to load them all. is anytihing i could do to improve my performançe..... ???? it take about 45 seconds with 2500, i need to put at least 10000 in few seconds ... :( See my co...more >>

ACPI and .Net
Posted by Bob Finger at 11/6/2003 3:38:47 PM
Anybody know where I can find information on accessing the ACPI (Advanced Configuration and Power Interface) from VB.Net or C#? Specifically, I need to create a service that reports on the battery status of a tablet PC. TIA, -bob ...more >>

Memory Management Problem?
Posted by Tony Selke at 11/6/2003 3:25:54 PM
Forgive my rather wide posting of this note, but I was uncertain of where I would find the best help. I am working on a class that is basically providing a secure location for name/value pairs to be stored by the application. I am using TripleDES encryption and having a very odd problem that ...more >>

Multiple Lookup tables
Posted by dkode NO[at]SPAM cfl.rr.com at 11/6/2003 2:14:27 PM
Ok, My staff has determined that we will be using custom business objects for a new app we are creating. we have an object that is called Employee. The employee object has about 8 lookup tables with a FK in the employee table and two other tables that will be custom objects themselves. ...more >>

Reporting Tools for VS.NET
Posted by Ernesto Tejeda at 11/6/2003 2:13:44 PM
Hi all, I'm looking for reporting tools for Visual Studio 2003; any links? names? TIA ...more >>

BUG: HScroll has 2 diff behaviours on scroll events
Posted by news.microsoft.com at 11/6/2003 1:33:14 PM
Hi, When I process a HScroll scroll event I get one event fired for a increase value using the > button. When I make a User control with a HScroll on it and catch the message and forward my own, I get two events fired yet I send one. I get a SmallIncrement and then a EndScroll e.Type. ...more >>

List Box issue
Posted by Jasper Recto at 11/6/2003 1:15:40 PM
I have a little program that has several list boxes. If I click on an item in one list box, it highlights the selection. If I click on another item in a DIFFERENT list box, it highlights that selection. The problem is, the 1st item chosen is still highlighted. If I have 6 list boxes, I could ...more >>

Starting Windows Service from ASP.NET
Posted by Evgeny Cherny at 11/6/2003 12:26:11 PM
Hi, I need to start some Windows Service from ASP.NET. I use Process class of Framework. /***************************************************/ System.Diagnostics.Process p=new System.Diagnostics.Process(); p.StartInfo.FileName="NET"; // Run NET command p.StartInfo.Arguments="START MyServic...more >>

Can I allow varying types on a MustOverride
Posted by Eidolon at 11/6/2003 12:16:36 PM
I am looking to have a base class which provides that all inherited classes MUST have some property, but that they can each define it as whatever type they want. So maybe three class inherit from the base class, each MUST have a [Type] property, but one defines it as OracleType, one as SqlTy...more >>

How to Search for records in a Database using VB.net
Posted by tracey_sr2000 NO[at]SPAM yahoo.com at 11/6/2003 11:41:44 AM
I have a vb.net windows app that connects to an access database. The database has 1 table. One of the columns is called "Address". A user enters any address into a textbox (txtValue) then clicks the Find button (cmdFind) and a datagrid displays all the rows with this address. The problem is that...more >>

Functions in asp.net
Posted by Simon at 11/6/2003 11:35:34 AM
In asp I have the code like this: <% sub createUrl(name,link,clas) if clas=1 then class="top" else class="left" end if url="<a class='"&class&"' href='"&link&"'>"&name&"</a>" response.write url end sub %> .... <tr><td><%=createUrl("page","page.asp",...more >>

Academic vs Pro Licencing
Posted by Comet at 11/6/2003 11:18:04 AM
Hi I have had a look on the net with regards to whether you can sell applications you created with Visual Studio .NET 2003 Academic. It seems to be as clear as mud! Can anyone help? Are you? Comet ...more >>

Dot net?
Posted by Graham at 11/6/2003 11:04:38 AM
Hello, Forgive the ignorance, but could someone point me to an idiots guide about what exactly is .NET? Thanks, Graham ...more >>

Line Continuation?
Posted by Jasper Recto at 11/6/2003 11:00:48 AM
I have a statement that I can't seem to use Line Continuations on it: Progress = "V:\PROGRESS\bin\prowin32.exe V:\VANTAGE\db\vantage.db_ -ininame V:\VANTAGE\vantage.ini -pf V:\VANTAGE\db\Vantage.pf -N TCP -H loc-vntg -S epic52 -ld vantage -p v:\" & ReportPath & ReportName & " -rand 2 -q -baseke...more >>

XML encoding options
Posted by Jamie Geiges at 11/6/2003 10:59:58 AM
I need to store special characters in an elament inside an XML documents. Characters might include ^,*,$,#,= etc... .Is there a special encoding that can be used to accomplish this? Thanks!...more >>

Defining network paths.
Posted by Jasper Recto at 11/6/2003 10:23:20 AM
I have a statement that defines a network path" ReportPath = "L:\Information Technology\Public\Report Procedures\" When I run the program, it tells me that it can't recognize the argument: 'Technology\Public\Report' Why does it not notice the "Information" and "Procedures" part of the path? ...more >>

Excel FieldSize limit
Posted by Manju at 11/6/2003 10:03:07 AM
I am using excel to import data. But, If the field for eg Desc exceeds 255 Characters, I get the OleDB exception saying that "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data." Is there a way to import more than 255 characters in ...more >>

Web application development issue
Posted by androger at 11/6/2003 9:55:09 AM
hi, I'm using win2k professional, and i'm having trouble whenever i try to open a web service project in VS.NET 2003, I'm always getting this message: "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET ...more >>

USB Mass Storage
Posted by Graham Stevenson at 11/6/2003 9:51:01 AM
Hi, I have a USB mass storage device being developed by colleagues, and need to interface that to a Windows Forms application (C#). The device is neither purely a storage device nor an HID device, it is a combination of the two, so it seems expedient to use files to communicate PC <-> D...more >>

FxCop
Posted by news.microsoft.com at 11/6/2003 9:11:04 AM
How can we add our own custom rules to this? ...more >>

all Providers ignore time out property
Posted by rsherman at 11/6/2003 9:03:39 AM
I am running a windows app. with a stored procedure and the stored proc runs up to 90 seconds, the time out in the connection string is set for 90 seconds. It seems that the time out setting is ignored no matter what I set it to. I have tried all different objects e.g. datatables,etc... an...more >>

Newbie question.....modules, classes!!!!!
Posted by Avni at 11/6/2003 8:46:51 AM
hi, im new to vb.net and i just wanted to know what the purpose of the module and class are. I can see that i can add either of these too my project but i have been told they they do not function in the same way as the old vb. In the old VB i used the module to hold all the common code i...more >>

database access & asp.net
Posted by Murphy at 11/6/2003 8:40:15 AM
If a user has permissions to add and delete rows from a table i.e. adding and removing items from an order what is to stop a malicious user changing the product code in the form and then adding to or removing items to/from another user's order ? How do we ensure that the rows the user is editi...more >>

querystrings
Posted by Amy at 11/6/2003 8:27:28 AM
I am having a strange problem. I pass data as a querystring from an aspx page to an asp page to generate an email. THe data is then used to go back to the original page and allow access based on previous permissions. I can access half of my querystrings on the asp page and display them ...more >>

Change Mouse Pointer in a vb.net windows form
Posted by Ashish Shridharan at 11/6/2003 6:59:11 AM
Hi All, How do we change the mouse pointer (for example : from a arrow to a hand pointer) on the click of a button, in a windows form ?? Thanks in advance Ashish Shridharan...more >>

Find In Files - DOES NOT WORK
Posted by Peter Loft at 11/6/2003 5:00:37 AM
Running XP. Can't get 'Find in Files' to work. It states "No files were found to look in.Find was stopped in progress." Any ideas? Please email....more >>

Warning Conflicts
Posted by El_Castaño at 11/6/2003 4:25:21 AM
Hi all! I need a help to solve some warnings... When I build my project, I receive the warnings: Error: The dependency 'rn_ADO_VNet,=20 Version=3D1.0.1133.25125, Culture=3Dneutral' in=20 project 'Gestor' cannot be copied to the run directory=20 because it would conflict with dependency 'rn_ADO...more >>

problems with modules
Posted by Jose Meireles at 11/6/2003 2:52:10 AM
Hi everyone I've created a module (in a web app) to hold several generic functions as subroutines. The problem I face is that I've got problems with the call of system functions with wich I don't have problems if creating the same function within the webform class. as an example here follow...more >>

Problems with public variables
Posted by Jose Meireles at 11/6/2003 2:37:39 AM
Hi everyone, I'm trying to use public variables in a web form to hld specific values. What happens is that the public variables (declared as public x as y in the beginning of the class), doesn't seem to hold the value from function call to function call. Does anyone can help me abou this? ...more >>

Table control-urgent
Posted by avl at 11/6/2003 2:37:27 AM
Is the Table control an editable control? If so, how I can edit the data that gets displayed in a table?Give me some code examples thanks in advance, vijaya...more >>

possible join visual basic net form and c sharp join??
Posted by jose at 11/6/2003 2:25:59 AM
Is it possible join in the same project a visual basic net form and a c sharp form?? if the answer is yes, how can I do it? Thanks for your answers...more >>

Custom Web Control ?
Posted by HANG LAM at 11/6/2003 12:39:57 AM
Hi, I created a Custom Web Control. My problem is , when I registed the control using the following line : <%@ register TagPrefix="SARSTag" NameSpace="SARSControls" Assembly="DataTextbox" %> and then add the control to the page using this line : <SARSTag:DataTextbox runat="server" id="D...more >>

Accessing the base class
Posted by Robby White at 11/6/2003 12:13:20 AM
How can access properties of an object lower down in the hierarchy of my class structure? For example; Company.Customers(0).Products(0).ShowCompanyName In the above Show method I want to access the Name property with the Company class. Cheers, Robby ...more >>


DevelopmentNow Blog