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 > august 2006 > threads for tuesday august 8

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

WebClient.UploadData
Posted by Lehel Kovach at 8/8/2006 10:09:09 PM
I'm having a problem with the WebClient object. When I post data to certain sites, it will receive a command from the webserver (object moved) and continue to the next link by downloading that. The problem is, certain cookies need to be set, and the only way of doing that is not letting the ...more >>


API calls in VS.2005
Posted by Laurence at 8/8/2006 6:08:40 PM
How does one go about making api calls in VS.2005 (VB.NET)? Is there a book on API's for .NET like Dan's Appleman's API Book for VB? How do I do the declares, and calls? I am trying to do this: Call SetWindowLong(mobjSplash.hwnd, GWL_EXSTYLE, WS_EX_LAYERED Or Call GetWindowLong(mobjSplash...more >>

Using generic printer
Posted by Jean Paul Mertens at 8/8/2006 5:45:10 PM
Hello, Is there a way to send a string of text to a generic tekst printer under ..NET. Somethings as in the good old days File f = Open("LPT1"); f.Writeline("Blablabla"); The goal is to use an old lineprinter as a log printer printing out each line (incomming allert) at a time without h...more >>

state of the table (still editing or not)
Posted by MarkusR at 8/8/2006 2:43:35 PM
Good day, I have an untyped table. How do I detect if the user is still editing a record in the table? I want to prevent them from closing the application if they haven't saved their changes. I tried calling myDataTable.AcceptChanges. I get a message "Column nickname does not allow nulls...more >>

Windows Servcice and multiple config files
Posted by herbert at 8/8/2006 2:06:02 PM
In VS.2005 a Windows Service can have an app.config file. A class library can also have an app.config file. Now if my Windows Services uses three class libraries, each of it coming with its own app.config file, in which sequence are the app config files read in? eg What happens if there are...more >>

Applying CSS to asp:ListItem
Posted by Merennulli at 8/8/2006 1:59:30 PM
My problem child: <asp:dropdownlist id="ddlLimit" tabIndex="6" runat="server" EnableViewState="False" CssClass="query"> <asp:ListItem Value="100" Selected="True">100</asp:ListItem> <asp:ListItem Value="250">250</asp:ListItem> <asp:ListItem Value="500">500</asp:ListItem> </asp:dro...more >>

password in Windows.System.Forms.TextBox
Posted by manjub at 8/8/2006 12:07:49 PM
Hi, I have an application in which user inputs password though a windows form in a text box. Password is stored as regular text in text property. I have the following questions: 1. Should I worry about the password being seen by others by hacking into the memory of the computer. 2. Is th...more >>

Web Site Setup problems
Posted by Harvnet at 8/8/2006 11:28:01 AM
I am a newbie programmer, using lots of books and online resources. I need help to get my asp.net page to work because right now all I am getting is errors. The project is to have a drop down list select names from a Access table, then display a gridview grid and a Detailsview Grid based on t...more >>



Upgrade to VS2005. What is going on with the Data Adapters?
Posted by Justin at 8/8/2006 10:38:42 AM
We decided to upgrade to 2005 and upgrade our components. After fixing a few odds and end the upgrade was complete and our project was working fine. We didn't run into problems until we needed to ADD a table to our DB and update an existing Dataset. We have 9 data adapters in our project t...more >>

Inheritence question
Posted by Ron M. Newman at 8/8/2006 10:36:50 AM
Hi Group, Here's the scenario: I have a class A with a virtual method X() I have a class B :deriving from A with an override method X() I have a class C deriving from B From an object of class C, I'd like to access the X method on class A. How do I achieve something like this? thanks...more >>

checkboxes in query structure
Posted by bindurajeesh at 8/8/2006 10:34:10 AM
I have the following in by web form code behind and it says that "operator '&' is not defined for types 'String' and 'System.Web.UI.WebControls.checkbox'. How do you pass the value of a checkbox to a query string? The example below was attempting to use a string variable 'check' and checke...more >>

_asm { int 3 } doesnt work with VS2005 and VS6 on same machine
Posted by Dave at 8/8/2006 9:28:50 AM
I have a TSP (Telephony Service Provider) that I've developed with VS6. It's a C/C++ DLL that gets loaded by a svchost and accessed by TAPI based applications. My problem is that on the Windows XP machine that I have the application on I can no longer break into the debugger using an "_asm { int...more >>

Returning an array of an object
Posted by David R at 8/8/2006 8:20:01 AM
Can someone tell me what I am doing wrong here? This will not compile because of line 2, but if I replace with Service.ContactTO[] contacts = null; it will through an exception on line 3. Thanks 1Service.ContactTO cntTO = new Service.ContactTO(); 2 Service.ContactTO[] contacts...more >>

.NET and EXCEL
Posted by J at 8/8/2006 7:29:16 AM
Is there any sample code for vs2005 and Excel? ...more >>

VB only in help topics
Posted by Rof at 8/8/2006 6:52:31 AM
I have just upgraded to VS 2005, and I am fed up with being bombarded with Help for C#, C++ and goodness knows what else, despite setting "Language" in the Search options to "Visual Basic". Is there any way to only see VB syntax and examples? Or is this just another part of Microsoft's attempt t...more >>

How to discover devices on network
Posted by stacy NO[at]SPAM sensorswitch.com at 8/8/2006 6:36:46 AM
I am developing an application that must look out over TCP on an ethernet connection to locate our proprietary devices. The Web application and the devices are communicating over ethernet with TCP using known IP addresses at present. We would like to design a method to discover devices in the ...more >>

web.config appSettings Store value with & character
Posted by mahesh.anjani NO[at]SPAM gmail.com at 8/8/2006 6:26:16 AM
hi i have stored my connction string in web.config as we do usually. code of web.confing is given below. check the password field contain "&" character. now when i run my application it gives error because value of ConnectionString is breaked at "&". So how to store value in web.config t...more >>

Help with Formula
Posted by Tony at 8/8/2006 6:21:26 AM
I'm trying to create a formula in dot net to achieve the following: Input: Output: 1 1 2 1 3 1 4 4 5 4 6 4 7 7 8 7 9 7 ...more >>

Memory Vs non-memory resources
Posted by cashdeskmac at 8/8/2006 5:54:02 AM
Hi, can anyone explain the difference between a memory resource and a non-memory resource. I have been shown an example of error handling for a non-memory resource (accessing a file) but am not sure what the terms refer to. A few examples of each would be ideal. Many thanks....more >>

Need carrier Advice
Posted by Nishant Giri at 8/8/2006 5:21:34 AM
HI, I have done B.E in computer science and then get into the Microsoft Technologies from the last three year's i am working on .NET platform. I want to know whether i am on the right track or should i need to do something extra apart from my Job. I am quite confused in this. Please hel...more >>

Need an OOP expert for some simple newie questions
Posted by Nemisis at 8/8/2006 5:19:14 AM
Hi everyone, I have 2 classes, Company and Contact, a company can have 1 or more contacts. A contact can only be in one company. I have created a Company class object that contains all the properties for my company. I have created a CompanyFactory class that has the methods to Create, Ret...more >>

MCPDEA certification
Posted by ArvindAcc at 8/8/2006 4:11:02 AM
Hi All, I have cleared MCP in ASP.NET programming and SQl Server and was planning to complete MCAD. But I got news about new exam papers and certifications etc. The existing certifications will no longer be valid in the coming year.So does anybody know abt this new certifications. - T...more >>

distributed development with DOTNET
Posted by MPA at 8/8/2006 12:00:00 AM
Hi, We are a small company but with programmers distributed across multiple locations in two countries. We are planning on creating a Web project (ASP.NET Application or ASP.NET Web Service). Is development with the Web Server at one location only a problem in this situation? Has anyone experie...more >>


DevelopmentNow Blog