final year project topic name
(1 messages)
Date: Sat, 11 Aug 2007 08:38:32 -0000
hi i am shambhuraj deshmukh and i want to do my final yr project
in .net using c# & asp .net
so suggest any topic name oe any website name tosearch i have 4 member
in my group
...
|
CLR20r3 - what am I missing?
(12 messages)
Date: Fri, 10 Aug 2007 15:46:41 -0700
Hi,
Using VS 2003, compiled an EXE, runs fine on XP. I just tried to run it on
Vista, crashes with DllNotFoundException and mentions "CLR20r3". I have run
other .NET apps on the Vista machine. Why does this build specifically ...
|
System.Data.OleDb.OleDbException
(2 messages)
Date: Fri, 10 Aug 2007 16:53:53 -0500
Do you have any idea why I got this error?
==================================
myConnection.Open()
{System.Data.OleDb.OleDbException}
System.Runtime.InteropServices.ExternalException:
{System.Data.OleDb.OleDbException}
...
|
How to disable menu item and its sub menu items?
(3 messages)
Date: Fri, 10 Aug 2007 12:06:01 -0700
Hi, friends,
I am using C#.net 2005 to create a windows application.
It has menu items, such as File, etc.
Under File, there are more menu items, such as New Files, Working Files, etc.
Under New Files/Working Files ...
|
Patch for DateTime serialization
(2 messages)
Date: Fri, 10 Aug 2007 06:54:00 -0700
when serializing a datetime value and then subsequently desreializing it it
gets modified if the receiving computer is in a different timezone than the
sender. I know how to use the SpecifyKind to set the type to
utc/local/unspecified ...
|
Saving data to SQL Data Base
(1 messages)
Date: Fri, 10 Aug 2007 12:05:35 -0000
Hi,
I'm using the following code to open a data base and show it's content
in a Data Grid View
----
Code
-----
Imports System.Data.SqlClient
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System ...
|
regarding topic name
(1 messages)
Date: Fri, 10 Aug 2007 01:58:40 -0700
hi i am final year computer engineering student and i want to do my
project in c# and asp .net please send me the topic name or any
website name to search i have 4 member in my group
...
|
development partner
(1 messages)
Date: Fri, 10 Aug 2007 05:48:04 -0000
Hi All,
I just joined your group.I have some programming knowledge in
java.But for the last one year I am into C#.NET.
I am looking for a partner who can help me in developing some
software. The person can do it ...
|
Response.BinaryWrite and IE7
(5 messages)
Date: Thu, 9 Aug 2007 15:44:01 -0700
I am trying to display a tiff image in the browsers. I have AlternaTIFF
activex control installed.
I am using the following code
FileStream fs = File.Open(@"c:\temp\test.tif",FileMode.Open);
long ...
|
microsoft.net framework
(1 messages)
Date: Thu, 9 Aug 2007 11:40:01 -0700
After installation on a new pc, I am getting two errors KB928365 AND KB928366
when trying to download windows updates, I have been over all discussions of
these two and seem to be lost still on how to repair. I did not have ...
|
|
Listbox Sorting in .NET 3.0
(7 messages)
Date: Thu, 9 Aug 2007 09:18:03 -0700
Am I crazy, is there no sorting of listboxes under .NET 3.0. Make a new app,
add a listbox and see no Sorted property. Add strings and they just go to the
bottom.
Thanks,
Rich Sienkiewicz
Inflexis Corp. ...
|
.Net DLL crashes Win32 application when making a web request
(1 messages)
Date: Thu, 9 Aug 2007 09:04:01 -0700
We have a win32 application which uses a .Net DLL to make a single web
request to an ASP.NET website hosted on IIS6. This application works fine at
our end, but at one particular client's site, win32 application crashes ...
|
.NET support for 6 Win32 APIs
(1 messages)
Date: Thu, 9 Aug 2007 08:56:09 -0700
I use fw 1.1, and I'm considering an upgrade. I'd like to replace some win32
api code with .net equivalents where possible. Does anyone know what
versions of .net, if any, support the following 6 functions?
1. play ...
|
LogOnUser API issue - Windows workgroup
(1 messages)
Date: Thu, 9 Aug 2007 07:54:01 -0700
Hi,
We are using LogOnuser API to authenticate users in windows workgroup
environment and AD/Domain environment. The API works fine in AD/Domain
environment, but we found an issue in Workgroup environment.
Following ...
|
Reflection: invoke some methods through TransparentProxy
(1 messages)
Date: Thu, 09 Aug 2007 07:23:40 -0700
Hi guys, i've a problem.
I've an application (called host) with its method and some external
application (called plugins) to connect to host with reflection.
how can i load plugins (not in the same path of host) in a different
appdomains ...
|
exited event on process
(2 messages)
Date: Thu, 09 Aug 2007 05:21:40 -0700
I start a new process which in this case will be IE with the following
code :
p = new Process();
p.EnableRaisingEvents = true;
p.Exited += new EventHandler(p_Exited);
p.StartInfo.FileName = tempFilename;// mydoc.xml
p ...
|
Cannot find assembly when handling .html files through isapi
(2 messages)
Date: Thu, 09 Aug 2007 05:15:17 -0700
Hi
I have just converted my .net 1.1 website into .net 2 and I have run
into a problem when handling html files. I have configured the .net
engine to handle .html files beacuse my client wants to have simple
URLs so that ...
|
In .NET, what can be embeded in IE
(4 messages)
Date: Thu, 09 Aug 2007 03:31:02 -0000
hello,
Before .NET, we can use ActiveX control to enhance function of IE
browser. Now, what tech can be used to make the IE own more feature?
Assemblies? or what?
Thanks
----
Wade Yin
...
|
.NET Extensions
(2 messages)
Date: Wed, 8 Aug 2007 16:45:26 -0700
I'm getting this error: "Setup has detected that a prerequisite is missing.
To use Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF),
November 2006 CTP you must have the .NET Framework 3.0 runtime installed.
Please ...
|
Using non-standard formats from clipboard
(1 messages)
Date: Wed, 8 Aug 2007 14:26:02 -0700
Can anyone point me to any examples of how one uses Clipboard.GetDataObject
to get an use non-standard MSFT formats? In particular, the "Data Record"
and the "XML Format" data formats?
TIA, Mark
...
|