all groups > dotnet framework > january 2007 > threads for january 22 - 28, 2007
Filter by week: 1 2 3 4 5
Invalid parameter used
Posted by JayvardhanPune at 1/28/2007 9:52:46 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 >>
Time
Posted by Dagan at 1/28/2007 8:42:10 PM
Hi All
When getting time updated event, when the system time is changed, I would
like to get the difference from the last value of TimeDate (before the
change) to the current value, is there any way that gives that and ready to
use in C#?
Thanks in advance
... more >>
outlook express
Posted by bernard at 1/28/2007 12:46:01 PM
have installed windows xp home ed. I want to use outllok express so i can
edit received emails, but it will not respond. it makes a little happy sound
but does nothing. why? I tried microsoft thing where it tries to set it up
online for me, but it didn't work?... more >>
deleted something
Posted by neil at 1/28/2007 1:43:43 AM
something came up sayin i delete something need help... more >>
Need Help in accessing photoshop with C#.net
Posted by KAMAL at 1/27/2007 11:25:49 AM
We need some help in photoshop Add-in.
Here i am sending the problem. Please do in favour in solving the problem.
Through the .Net application we are activating the photoshop and sending
the short cut keys to photoshop for activating the adjustment dialog boxes.
in C#.net
Interact... more >>
vb.net class help
Posted by paulbearden at 1/27/2007 3:54:26 AM
Greetings,
I'm fairly new to .net (especially 2.0). I using vb.net, 2.0 framework and
Visual Studio 2005.
I'm trying to create a class with a member that will iterate through a web
page and discover all the controls on the page, list their types, names and
what value they hold. What I wa... more >>
switch between local and remote (web) Business Logic
Posted by kies98 NO[at]SPAM gmx.net at 1/27/2007 2:18:18 AM
Hi Everyone,
i need some ideas for the following problem:
I am developing a three tier architecture. The client should be
implemented in WPF to be able to easily port the application to a web
application later on.
The Business and Data Tier should be easily portable from local
computer t... more >>
Localization stopped working. Why?
Posted by cyberco at 1/26/2007 3:51:14 PM
WM5 PPC, .Net CF 2
I have resources for 2 languages in my application. I have a general
..resx file for the complete project and a .resx file for each form.
Changing the regional settings on my phone worked fine. The application
changed its language. But suddenly this stopped working. I assum... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reflection and DirectoryInfo.Delete error
Posted by goHawkeyes at 1/26/2007 2:41:40 PM
After using System.Reflection.Assembly.ReflectionOnlyLoadFile to look
through a directory and inspect versions of files and such I use a
DirectoryInfo.Delete(True) object to delete the directory but it gives
me an unauthorized error. If I do everything the same way but do not
inspect the direct... more >>
Creating a plugin configuration architecture
Posted by Jens Weiermann at 1/26/2007 1:23:43 PM
Hi!
I want to create something like a "plugin" like architecture for my
application. My question regards the configuration of these plugins - I
want all to be done in an xml file (optimally the app.config file). It
should look like this:
<triggers>
<trigger name="Timer1" type="Sensaction.... more >>
Popup screen
Posted by SW at 1/26/2007 1:20:48 PM
Hi all,
I need to display a popup scrren similar to an MSN popup screen is my
application. I have to check some database values after certain time
interval and show some simple msg as a popup screen.
I tried writing a service, that will check the database and pops up a
form. But I am not able... more >>
Want to call a custom handler that redirect and receive the http return code (302, 303 or 307)
Posted by ThunderMusic at 1/26/2007 9:37:50 AM
Hi,
I want to use a class (if possible other than Socket) which one I could call
a custom handler and receive the redirect code it sends...
Actually, I tried using the WebClient class, but when the WebClient is
redirected, it does not give the redirect code in the result, it
automaticaly r... more >>
ObjectDataSource for Windows Forms?
Posted by Chris Douglas at 1/26/2007 3:51:00 AM
I have recently started using the ObjectDataSource object to populate a
GridView in my ASP.Net application. I am recently interested in applying the
same functionality in my windows-based applications as well. Is there a
similar object available for windows?
--
Christopher W. Douglas
M... more >>
auto email in asp.net
Posted by Anu at 1/25/2007 11:12:01 PM
I have developed a website in ASP 2.0 and SQl
Server.
I want my web site sent email with HTML format(with Photo)
automatically ...at some specified time
(lets say it execute ceratain ASP page at 3:00 am that
send emails)
how can i schedule that?
Should i write some program (EXE) that wi... more >>
How to find out which ref-Variable is null, when exception is null reference
Posted by Rolf Welskes at 1/25/2007 10:29:39 PM
Hello,
I have the following problem:
Visual Studio 2003 , dotnet 1.1 (can not go to .net 2.0 !)
an application works fine.
At our customers sometimes there are exeptions, NullReferenceExceptions.
So we know: Reference-Variable is null.
But we do not know WHICH variable is null.
Furthe... more >>
Strange server socket behaviour
Posted by Massimo at 1/25/2007 9:49:22 PM
I'm facing quite a strange problem with a network server application.
This is quite a complex project, involving some embedded roaming clients
sending data to a central server using GPRS modems, and only the server part
is being developed using .NET: the clients uses C-language firmware runni... more >>
Parsing an english-style double on an italian Windows system
Posted by Massimo at 1/25/2007 8:48:25 PM
As the title implies, I'm in need of reading a double number from a text
file, but the file follows english-style syntax, while the application is
running on an italian-language Windows system; this causes some troubles,
because in Italy we use "." to separate thousands and "," for decimal
d... more >>
Error: The project type is not supported by this installation
Posted by manika02 at 1/25/2007 1:59:01 PM
Hi,
I had created a solution on a different machine consisting of 4 different
projects for each of the different layers Business, Data, Schema,
Presentation where it was working fine. I copied (folder copy) the same
solution on my machine. The Presentation Layer project is the start up
pro... more >>
constraint programming
Posted by Pieter at 1/25/2007 1:06:52 PM
Hi,
How can I include contraints in VB.NET (Windows Forms, 2.0), using Objects
with Propertys?
I need several property's be recalculated when others change, but not in a
straightforward way: When A is changed, B has to change, but when B changes,
A has to change (or C or ...).
Untill no... more >>
cSharp ( c# ) SQL and pocket pc
Posted by Sheikko at 1/25/2007 6:07:36 AM
Hi, I want to develop an application in c# (cSharp) that create a
database and popolate it with some information.
In my mobile device I have SQL Mobile Edition... I want a brief
tutorial or example to start.
thank you very much
... more >>
Combobox
Posted by Azrael at 1/25/2007 5:26:36 AM
I have a simple question.
I want to press F4 button in combobox to open dropdown list. How can I
open combobox dropdown trough code by using KeyDown event?
... more >>
Debug class in Release mode
Posted by vicky at 1/25/2007 12:51:14 AM
i am using some debug class function like Debug.Writeline()
i just want to know when i am compiling this code in Release mode,,,as
does complier ignore this line or compile it.
all debug class functions are ignored by compiler in release mode?????
or
these functions are also compiled by compi... more >>
Visual studio 2003 SQL 2005 client tools Framework 1.0 and 2.0
Posted by myalog NO[at]SPAM gmail.com at 1/24/2007 5:58:51 PM
I had:
..Net framework 1.0 / 1.1, visual studio 2003.
I then intalled the client tools for SQL 2005 which installed an Visual
studio 2005 on my computer.
Later, I downloaded and installed OneCare - an antivirus, antispam
product from Microsoft. The last item had problem in the install and I
co... more >>
about record CD&DVD SDK
Posted by JimPaul at 1/24/2007 4:28:26 PM
I need sdk to record files and audio to dvd, I found one product Record
CD/DVD sdk released by softgogo.com(can be download at:
http://www.download.com/Softgogo/3260-20_4-6201331.html or
http://www.softgogo.com), it very good, but before purchase I want to know
is there anyone has used it?
... more >>
FlowLayoutPanel, why can't I remove the space between my controls?
Posted by ThunderMusic at 1/24/2007 3:58:50 PM
Hi,
I want to make a toolbox form (like the one in Adobe Photoshop), so I would
like to put many buttons one beside the others (beside, over and under, just
like the toolbox in photoshop). I thought FlowLayoutPanel would be the thing
to go, but I can't remove the space between my buttons even... more >>
Restart with ClickOnce
Posted by Rex the Strange at 1/24/2007 3:57:57 PM
Is it possible to require a reboot with a clickonce deployment - IE:
show a window that says: You need to reboot your computer (or similar)
with buttons: "reboot now" and "reboot later" or similar, after
installing?
... more >>
intercepting the CLR
Posted by gilad at 1/24/2007 7:42:56 AM
Hi,
I would like to know how is it possible to intercept the CLR. I want to
be able to know if someone if calling open connection to SQL Server for
example and then update the queries that are being sent or send some of
my own queries on the opened connection.
I read about the profiling API b... more >>
Multiple asynchronous sockets
Posted by Ryan at 1/24/2007 6:31:01 AM
Hello all,
This is my first post so I thanks in advance. I'm writing a windows
service application that connects to four different servers (to
elaborate they are machinery equipment) to retrieve information via
tcp. I wrote a "controller" class that manages the connection and
communcation f... more >>
Invoking An App
Posted by Barry at 1/23/2007 8:25:08 PM
Hi
In a 3-rd part Grid control when i click on html link ( something like
www.google.com ) i am able to open Internet Explorer programmatically using
Shell Control in C#.
I have a e-mail address in another column, but am not able to open the mail
client (eg Outlook Express) with the e-ma... more >>
Can I inherit from Collections.Generics.List in VB.NET 2.0?
Posted by RJ at 1/23/2007 6:45:00 PM
If so, how is this done? I can't seem to get the generic parameter syntax.... more >>
.NET 2.0 Addins compatibility (KB907417) to pre-Office2003 versions
Posted by b6s at 1/23/2007 5:41:12 PM
(This is also post on
http://groups.google.com/group/microsoft.public.officedev/browse_thread/thread/f7bac83a0abad31a)
Dear all,
I am a developer of IME (Input Method Editor) and I have tried to
integrate IME with .NET 2.0 based GUI via managed C++. It worked fine
on Office 2007. To Wor... more >>
Web request in a c# app
Posted by ThunderMusic at 1/23/2007 4:31:44 PM
Hi,
What I want to do is send Http requests for a stress test application. The
url I query will send me a 404, 400, maybe others or redirect me to a
different url. I need to do that asynchronously. I mean, I could possibily
send request using 10 threads and sending 10 requests per thread on e... more >>
IP ping
Posted by *FeDe* at 1/23/2007 4:04:13 PM
What of the framework can I use to know if a computer IP is avaible on my
net?
I was thinking about a ping service, is it avaible in the framework?
Thanks
... more >>
.net Framework 2.0 SDK Documentation along with .net Framework 3.0
Posted by Grayson Peddie at 1/23/2007 3:03:01 PM
Hi. I needed to find a .net Framework 2.0 SDK documentation since I have
installed Windows SDK which includes Windows Media Player 11 SDK and the
others that work with Windows XP such as WPF.
In the MSDN Online Library, there is "Previous Versions" under .net
Development which mentions .net... more >>
Excellent Java consultant available immediately
Posted by Sachin at 1/23/2007 12:56:49 PM
Hi,
I have excellent Java consultants available with me.
Kindly contact me for your DIRECT CLIENT requirements.
Consultant Name: Ramachandran
Summary:
Experience: 6 years into software development in Java, J2EE
technologies
Duration Company Position Held
March 2006-Till date Bu... more >>
Inherit function?
Posted by RedHair at 1/23/2007 11:56:16 AM
There are 4 func A,B,C,D in a class, all the func A,B,C will need to call
the func D in their first line, is there any way simliar to class inhertance
then
I don't need to add func D inside each func and also able to execute it as
below?
Function A()
{
Function D();
}
Function B()... more >>
Datagridview Invalidate
Posted by Mike Nicol at 1/23/2007 11:51:00 AM
Hi all
I'm sure this is just something I'm doing wrong, but not too sure.
I have a form with a DataGridView control. The DataGridView (DGV) has
VirtualMode = True.
As a private member of the form, I have an array of booleans. The first
column of the DGV is a DataGridViewCheckBoxColumn... more >>
Intranet zone full trust in vista
Posted by Bryan at 1/23/2007 8:14:00 AM
Hello,
I just finally installed vista for some testing. I have a embedded control
in IE that requires .net 1.1 and full trust, as it writes some data to a
local db on the machine, when I goto the wizard for security it does not
allow me set permissions for local intranet zone to full trust, i... more >>
Looking for a managed class to work with .zip and .cab files
Posted by Wayne Goodyear at 1/22/2007 11:57:46 PM
Sorry for the crosspost. I'm looking for a managed class library that allows
decompressing .zip and/or .cab files. Preferably free. If it supports the
..NET Compact Framework that will be even better. thanks!
... more >>
Uninstalling Framework
Posted by Rod at 1/22/2007 8:49:36 PM
I had Framework 1.1 installed and assumed that installing 2.0 would
overwrite it. So ended up with both installed.
I have uninstalled some of 1.1 so when I now try in uninstall it, it says it
is not installed.
If I try to uninstall 2.0 it says 1.1 is in the middle of installation and
refuses... more >>
How would you enumerate top level browser windows?
Posted by dave NO[at]SPAM softwareonline.com at 1/22/2007 3:02:17 PM
As part of a little utility I'm writing, I'd like to be able to
enumerate the top-level instances of InternetExplorer and find out what
URL they are currently visiting. Ideally, I'd get firefox as well as
sub-tabs within IE7 and Firefox.
I know how I'd do it in Win32/C++, but I'm pretty new t... more >>
URI class - real newbie here
Posted by GeezerButler at 1/22/2007 2:24:23 PM
The URI class seems to be able to load a file on local machine where
the path is absolute i.e. like D://abc.xml.
The funny part is that if i make a WebRequest to request this uri, i do
get a response? (I wonder how).
Note: I do not have IIS installed.
So i was wondering if it would be able ... more >>
HttpWebResponse is truncated
Posted by Dean Rettig at 1/22/2007 1:47:14 PM
I am using HttpWebRequest to get an HttpWebResponse from an https://
site.
I am using cookies and certificates and everything seems to be working
properly EXCEPT...
The largest (html) document that I am trying to read is about 28788
bytes when downloaded using Firefox
but when my dotnet ... more >>
InstallUtil fails to install service; throws BadImageFormatException
Posted by Keith at 1/22/2007 12:56:06 PM
Hello,
I'm trying to use InstallUtil to install a Windows Service, but it keeps
failing with a BadImageFormatException. I don't understand what it wrong
with it; all the code has been generated by Visual Studio. I started a new
Windows Service C# project, added an installer in the designe... more >>
printing word docs from widows 2003 server using .net 1.1/2.0
Posted by John H at 1/22/2007 2:23:21 AM
Hi,
I need to be able to print word docs from server , needs to be a
scalable solution.
I appreciate there are lots of posts on this topic and Microsoft
recommend not auatomating office on the server as per
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
So what is best app... more >>
OutOfMemoryException with Framework 2.0, while app works fine with 1.1
Posted by DC at 1/22/2007 1:13:52 AM
Hi,
I am using a windows serivce that allocates large data arrays. The
service already functions fine for years with framework 1.1.
With 1.1, the service is using about 1.1 to 1.3 GB of physical memory,
and task manager reports 1.3 to 1.6 GB of virtual memory (I know so
little about memory ... more >>
|