all groups > dotnet general > january 2007
Filter by week: 1 2 3 4 5
how to create contact us form
Posted by anj at 1/31/2007 6:57:33 PM
Hi:- how to create contact us,feedback form in asp.net.Plz help.
... more >>
Quiting Windows Live ONECARE Free Trial
Posted by At My ONECARE WHITS END at 1/31/2007 5:34:01 PM
WHERE DO YOU GO TO QUIT THE THE ONECARE FREE NINTY DAY TRIAL ? PLEASE HELP I
HAVE BEEN ALL OVER YOUR SITES WITH NO HELP FROM ANY OF YOUR SUPPORT THIS IS
THE 5 TH or 6 TH Place I been PLEASE HELP !! THANK YOU ----You can not go
to Help page for help it wont connect you !... more >>
MVP's: Determine Dimensioning Class or Assembly
Posted by keith NO[at]SPAM galaxies.com at 1/31/2007 4:22:14 PM
If I declare a variable and set it = nothing then pass it byref into a
routine that accepts an optional argument of the same type with a
default of nothing, is there anyway to determine where the varable was
decalred? I know I could include another argument that specifies
whether i'm passing it ... more >>
VB.NET VS 2005 Version Number in Application
Posted by Zim Babwe at 1/31/2007 2:51:31 PM
I have been making changes to my Windows Application and in the
Project/Properties the Publish Version shows the following:
Major: 1
Minor: 0
Build: 0
Revision: 45
I would like to show this information in the "About Screen" and I have:
My.Application.Info.Version
but this shows
Build... more >>
How do I delete future transactions against a deleted account
Posted by Adrian Bathurst at 1/31/2007 10:50:00 AM
I deleted an account with payments linked to it, but clicked the wrong button
to delete the payment transactions linked to the account.
The transactions that where linked to the account still show in my cashflow
forecast and I cannot delete them, so hence my cashflow forecast is wrong. i
have... more >>
Class Design question
Posted by Will at 1/31/2007 10:08:52 AM
We use Public properties in our business classes to represent field
values from databases. So in Vb, I might have something like:
Public Property Emp_Id() As System.Decimal
Get
Return _Emp_Id
End Get
Set(ByVal value As System.Decimal)
_Emp... more >>
VB6 to C# Architecture Question - Best Practice?
Posted by moflaherty at 1/31/2007 8:25:00 AM
In VB6, we created a number of ActiveX DLLs that all shared a similar
interface. The main application would load these in dynamically (late-bound.)
This worked well for our situation because we could update the DLLs
independently of the main EXE, and performance was not a problem.
We want t... more >>
How do I disable the clipboard in Windows XP
Posted by Michael 03 at 1/31/2007 5:49:01 AM
I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Get Culture Info from Language Name
Posted by lucky at 1/31/2007 3:29:07 AM
hi guys,
right now i'm going through System.Globalization Namespace. and i
found very intersting class there called CultureInfo.
i was trying to get cultureInfo on the basis of name but i didnt find
the way to do it. for example, if i pass the language name
"Danish","German",Russian", i'm sup... more >>
Default Audio Device
Posted by Jeceris at 1/31/2007 3:28:00 AM
How can I get my headset to be my permanent default playback device?
Every time I reboot it reverts to my USB phone (C-Media USB Audi Device).
--
Jeceris... more >>
Detecting value change in a datagrid cell
Posted by Mike at 1/30/2007 8:33:01 PM
Greetings,
I am trying to find out how to do something that on the surface seems like
it should be very simple to do.
I have a datagrid with a datatable bound to it using the SetDataBinding
method. What I am trying to accomplish is to detect if a value has changed
in any cell so that if... more >>
wmi help required please
Posted by ngr at 1/30/2007 6:06:45 PM
I have been directed to investigate WMI but have not touched this before and
I am getting bogged down trying to find out the information I require, so I
hope someone can assist me.
Could anyone give me details on WMI that I may find useful.
I need to be able to find out which user started ... more >>
Need to create a .NET object that will be serialized into a specific XML format
Posted by Gasnic at 1/30/2007 5:52:33 PM
Hi=20
I need to create a .NET object that will be serialized into the =
following xml structure ( I can't change the XML schema)=20
<Root>
<Record>
<Field1>data1</Field1>
<Field2>data2</Field2>
<Record>
<Record>
<Field1>data3</Field1>
<Field2>data4</Field2>
<Re... more >>
Best practices for moving large amounts of data using WCF ...
Posted by MobileMan at 1/30/2007 5:29:00 PM
Hello everyone:
I am looking for everyone's thoughts on moving large amounts (actually, not
very large, but large enough that I'm throwing exceptions using the default
configurations).
We're doing a proof-of-concept on WCF whereby we have a Windows form client
and a Server. Our server i... more >>
Windows Live Problems
Posted by Rusty at 1/30/2007 4:35:01 PM
I have win XP Professional and Internet Explorer for my browser.
However I cannot get Windows Live to run. I get to the window where it is
loading but as far as I get. It just sits there loading.
I do not have problems with other sites.
Can anyone help?
Rusty... more >>
Outlook 2003 won't start
Posted by Paul at 1/30/2007 4:26:00 PM
I am getting an error message when I try to download updates "the expected
version of the product was not found on your system". Outlook now generates
a need to close message as soon as it opens, and I cannot get into it!! When
I check for updates on microsoft, it says I don't need any!! Ca... more >>
Exception in configuration section handler <RewriterConfig>
Posted by Matt Calhoon at 1/30/2007 3:26:00 PM
Hi there,
I have a new server that we are adding to our web cluster. This server has
Windows Server 2003 32-bit Service Pack 1 installed. We have .NET 1.1 and 2.0
on this machine. A web application is throwing the below error and I am
curious as to why the web application works ok on the ot... more >>
Help in getting Visual Studio .NET 2005
Posted by Max at 1/30/2007 3:04:45 PM
Hello,
I live in Canada and I would like to get a copy of Visual Studio .NET 2005. I looked on Amazon and they don't ship to here and
neither does Microsoft. I can't find any retailer that has VS .NET 2005. Am I looking in the wrong places or this product is just
not available outside the ... more >>
"\n" at the end of a TextBox line displays as a small []
Posted by aesper at 1/30/2007 11:02:00 AM
I have a windows forms application with a TextBox display. I use the
following code to display a line in the TextBox:
......
statusTextBox.AppendText(message + "\n");
.......
I just want the text box to insert a new line after the message, it does
insert the new line but the [] always ap... more >>
WSE 3
Posted by GMiller at 1/30/2007 10:05:37 AM
How can I programmatically test for the installation of WSE 3?
Thank you,
Gary Miller
... more >>
.Net 2005 Windows App with Reference to Word 2003 DLL
Posted by Chris at 1/30/2007 9:13:02 AM
Hello: I have a C# Windows App that has a reference to the Word 2003 dll,
which from my understanding of things will boil down to the
Microsoft.Office.Interop.Word.dll PIA that lives in the GAC of the
Development Machine (e.g, my machine), since I have Office 2K3 installed on
my development... more >>
What's the difference .. ?
Posted by Jim in Arizona at 1/30/2007 7:18:11 AM
Can someone tell me what the difference is, if any, there is between a
Software Architect and a Software Developer?
TIA,
Jim... more >>
Modem connection
Posted by gad at 1/30/2007 5:38:02 AM
I am writing an application that dial from one modem to another in oreder to
transfer data. I need to know what is the best way for it - using the
SerialPort class or TAPI ?
Thank you for your help... more >>
How to show contents of a page at a once.
Posted by gujarsachin2001 NO[at]SPAM gmail.com at 1/30/2007 3:13:02 AM
HI I have my home page which is contaiing more than 10 images. So on
calling that page it is shwing that images one by one on tht page.But
want to show all the images & content of page at a once. I have tried
using respose.buffer & response.flush() but it is not working. So can
anybody help ... more >>
When is.net Framework loaded at startup?
Posted by zenjar at 1/30/2007 2:43:00 AM
hi
When exactly is the .net Framework loaded. Is it already loaded, when
you see the login screen or start the load process when the user
logged in?
Thanks for any help
Z. Plan
... more >>
remote computer
Posted by tracid83 NO[at]SPAM hotmail.com at 1/30/2007 1:50:11 AM
Hello,
I would like to find a remote netbios computer name in c#. I don't
want to use WMI because I don't have all permission.
Thank for your repoonse.
... more >>
F Keys have stopped working in Visual Studio
Posted by Tim Haughton at 1/30/2007 12:41:29 AM
The F Keys have stopped working in Visual Studio 2005 after installing
SP1. Anyone else seen this? Any know of a resolution?
Cheers,
Tim
... more >>
Can't graphics to display
Posted by Harley at 1/29/2007 11:29:03 PM
I am trying to build graphic charts in a vb.net module callable from another
form. I have translated this code from VB6 where it worked well. I can
make the code work to bring up and display the form and its command buttons.
I can track the code execution with debug. However, I cannot change t... more >>
Is there difference ??!!
Posted by WELCOME ### at 1/29/2007 9:49:30 PM
From beginner .....
Both "Window Form" & MFC (microsoft foundation calsses) / both of them
accept " Controls " on them.
Can any person tell me what's Difference??!!
Thanks
... more >>
Can a class return a value?
Posted by moondaddy at 1/29/2007 9:36:44 PM
I'm working with c# 3.0 and am wondering if I can make a class return a
value like a function. For example, I would like to do something like this:
Point pt;
pt=SomeClass someclass=new SomeClass(double param1, double param2, double
param3);
I have some complex calculations I need to do t... more >>
Removing items from the Solution Explorer in VBE 2005
Posted by Scanboy at 1/29/2007 7:50:00 PM
Guyz,
I want to remove items from the Solution Explorer. The VBE 2005 help system
claims that to do this, you have to:-
1. Select the item you want to remove.
2. On the 'Edit' menu, choose 'Remove'.
The problem is that there is no 'Edit' menu in the Solution Explorer, and t... more >>
any tips for trouble shooting databinding?
Posted by Jeremy Chaney at 1/29/2007 5:58:30 PM
I'm writing an application in C# and I've used the IDE to bind a
checkbox to a boolean in my app. The properties for my checkbox in the
Visual Designer indicate that my databinding for the "Checked" state is
correct, but when I run my app, my button does not update to reflect the
state of the pr... more >>
microsoft latest updates ,pc just restarts itself
Posted by gosa at 1/29/2007 1:54:00 PM
after instaling microsoft latest updates inc sp2 and restarting komputer as
required, in the middle of loading pc restarts itself again.How to solve this
problem?... more >>
changing the title of modal popup dialog
Posted by Sridhar at 1/29/2007 12:33:01 PM
Hi,
Is there a way to change the title of the Popup opened using
window.showModalDialog. I have specified the title in the HTML of the popup.
At the end of the title, it is attaching Webpage Dialog. If possible I would
like to remove that and just display the text that assign to it. Plea... more >>
switching between code and winform
Posted by .:Alex:. at 1/29/2007 12:28:26 PM
Hello,
I have this very annoying problem. for example I have a class , a
partial class of a Form. When I modify some code in this class and I switch
to the Form, I have to wait some time to refresh the control. It's very
interesting because I don't modify a param regarding the form...
... more >>
Windows Xp validation incorrect and i havent entered the key yet
Posted by chris smith at 1/29/2007 11:58:01 AM
i've built my new pc with new and old parts im using my old harddrive and a
new motherboard processor, hardrive was wiped reinstalled windows xp service
pack 2 im asked to validate i get my validation key ready i load up the
validation program and i click yes to validate no to register as the ... more >>
Is Xenocode still trading
Posted by Heinz Kiosk at 1/29/2007 11:23:05 AM
Hi
I've been investigating obfuscators and I downloaded and tried out
Xenocode on Friday. It seems fine for my needs so I'd like to buy it.
Problem is that xenocode's website has gone off the air. Anyone know if
they are experiencing trading difficulties?
Tom... more >>
References in projects for multiple users...
Posted by cada0310 at 1/29/2007 8:08:00 AM
Hello there,
We have a solution which has 18 c# projects in it. These projects all have
references to DLLs stored in a common folder in our source control.
I notice that VS appears to store a "default" folder in the project
properties for a reference path - probably the one that was first... more >>
unable to run vss.open()
Posted by stan.kolker NO[at]SPAM gmail.com at 1/29/2007 7:36:52 AM
HI,
I am just trying to open vss:
try
SourceSafeTypeLib.IVSSDatabase vssDb = new VSSDatabaseClass();
vssDb.Open(@"C:\Program Files\Microsoft Visual
Studio\Common\VSS\srcsafe.ini","admin","");
catch()
//returns
Access to file "C:\Program Files\Microsoft Visual
Studio\Common\VSS... more >>
sound stopped working
Posted by Claude at 1/29/2007 6:15:00 AM
I had sound yesterday, I reinstalled everything, because the computer was
from a friend of mine. Now I have nothing, I can't figure out what to do. The
sound system says I have nothing connected, but I do. HELP!... more >>
ActivePoint, Is-In-Comment???
Posted by Martin Madreza at 1/29/2007 1:17:07 AM
hi,
maybe someone can help me... i'm searching for hours about how to
detect
if an ActivePoint in a VisualStudio2005 Document (CSharp) is in a
Comment...
i'm thought vsCMElement could solve this problem, but i cant find
how... so I
hope someone can tell me an easy solution, cause now i... more >>
Generating Speech
Posted by ajk at 1/28/2007 11:57:50 PM
Hi,
Is there a way to generate speech without using the Active-X control
from MS?
We have a case where we would like a .NET app (vb.net) to generate
speech but do not want to install any programs on the client like
MSAgent.
Is this possible or do one need the active x control from MS ... more >>
Invalid parameter used
Posted by JayvardhanPune at 1/28/2007 9:56:32 PM
I am facing a problem with my GDI++ code in C# control.
Though i have tried many things from last 6 months, i am not able to
get completely rid of this bug.
Whenever the user is opening a window or closing a window, i'm getting
following exception.
This is a very rare exception but it ca... more >>
List of Vista/Visual Studio 2005 Problems!
Posted by Jim Hubbard at 1/28/2007 8:49:59 PM
Well, after looking at this list, I'm thinking of staying with XP/VS2005 for
a while longer. At least until SP2 is out and Vista has been burped a few
times.
Here's the link to the list of KNOWN woes that await MS developers on Vista.
http://msdn2.microsoft.com/en-us/vstudio/aa964140.aspx... more >>
VBE 2005 - 'Index' Property For A Control
Posted by Scanboy at 1/28/2007 4:32:00 PM
Guyz,
Whatever happened to the 'Index' property for a control, that used to be
present in
VB 3.0 / 4.0 / 5.0 / 6.0 and which now seems to be missing from VBE 2005?
I need to be able to make 4 command buttons behave in the same way, the
'Index'
property indicating which command button I c... more >>
.NET Framework 2.0 features on VS 2005.
Posted by Paul Lemelle at 1/28/2007 3:10:34 PM
I am tyring to use the .NET Framework 2.0 with Visual Studio 2005, but
I cannot get the System.IO / class method File ReadAllText feature to
work. How can I get this to work with VS 2005?
Thanks,
Paul
... more >>
No Vista support?
Posted by smerf at 1/28/2007 2:45:39 PM
First of all, I tried installing VS2005 Pro on Vista Ultimate 32 bit RTM and
Vista told me that VS2005 was not compatible with Vista. How the hell can
that happen? I thought one of the main ideas of .Net was portability.
Then, when I looked around some more, I saw that VS2002 and VS2003 wil... more >>
VS2005 NOT Compatiblke with Vista? Are you serious?!
Posted by Squishy at 1/28/2007 2:40:06 PM
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got
errors stating that VS2005 was not compatible with Vista.
Microsoft......please pull your finger out of my ass and tell me this is a
joke.
It must be a joke....because I also have read that VS2002 and VS2003 will
... more >>
DataGridView how move to last record?
Posted by mtczx232 NO[at]SPAM yahoo.com at 1/28/2007 1:38:41 PM
I have form that have Datagridview. I want that grid stand on the last
record when form open. then user can move down one line to add new
record. I not find Property like current_index thet can be set to last
record. How I do that?
... more >>
VS.2005 and Vista
Posted by moflaherty at 1/28/2007 1:06:00 PM
I have a strange one.
When I run Visual Studio (with SP1 mind you!) I always get the UAC message
asking me permission to run the environment. I have installed and reinstalled
the SP. I can right click on the shortcut and choose to run as administrator
which does the same thing.
I did get... more >>
|