| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello
I'd like to use .net to search for some word / sentence in a .doc /
..xls / whatever office file. If it's possible I don't want to launch
word...
Viraptor
|
01-08-2006 11:14 AM
Viraptor | 0 | 11 |
|  | Hello
I'd like to use .net to search for some word / sentence in a .doc /
..xls / whatever office file. If it's possible I don't want to launch
word...
Viraptor
|
01-08-2006 11:13 AM
Viraptor | 0 | 13 |
|  | Hi,
i have an UTC value like
1131030339.010
Is there a way of converting it to a DateTime values ?
Thanks in advance
Stefano
Stefano Del Furia
|
01-08-2006 10:41 AM
Jon Skeet [C# MVP] | 4 | 11 |
|  | Does anyone know any really good products?
Peter Olcott
|
01-08-2006 10:36 AM
Jon Skeet [C# MVP] | 10 | 30 |
|  | Hello,
I am using VSNet 2003 and I am trying to programmatically detect if debug
attribute in the compilation tag is true or false. How can I do this...
Jazz
|
01-08-2006 01:52 AM
Sergey Poberezovskiy | 1 | 14 |
|  | Hi,
My VB.Net (1.1) application connects to ASP.Net (1.1) WebService that
resides on ISP Server. My client successfully runs this application from...
Sergey Poberezovskiy
|
01-08-2006 01:42 AM
Sergey Poberezovskiy | 2 | 13 |
|  | Hi! I cannot install the .Net Framework 2.0 on my tablet. I am running Win XP, tablet edition, SP 2. The error messsage I get is-
Product: Microsoft...
LD
|
01-07-2006 11:26 PM
LD | 0 | 23 |
|  | Dear All,
How Can i load an assembly located in the bin folder of an asp.net
application using the Type, ie.e
Type...
Mohamed Zaki
|
01-07-2006 01:32 PM
Mohamed Zaki | 4 | 12 |
|  | TT (Tom Tempelaere) <"=?Utf-8?B?VFQgKFRvbSBUZW1wZWxhZXJlKQ==?=" <_|\|_0
$P@|/\|titi____AThotmailD.Tcom|/\|@P$0_|\|_>> wrote:
While this is true if...
Dan Malloy
|
01-07-2006 12:11 PM
Willy Denoyette [MVP] | 5 | 17 |
|  | Hi everybody,
Is there someone who can tell me why the RASGetConnectStatus() is not
functioning and how to fixed this? I like to get status of ras in...
den 2005
|
01-07-2006 03:04 AM
den 2005 | 1 | 16 |
|  | Hi,
I am using C# (Visual Studio 2005) and have noticed a problem when
trying to open a form in desing view.
If there is any error or warning on...
Dino Buljubasic
|
01-07-2006 01:34 AM
Lloyd Dupont | 1 | 12 |
|  | Is it considered bad style to make event handlers public? Something like
this:
public void Send(object sender, SomeEventArgs e)
{
// Do...
Leslie Sanford
|
01-06-2006 10:24 PM
Lloyd Dupont | 1 | 24 |
|  | hello,
i'm writing a small program that traverses a webpage once it's loade
in the browser and alters parts of it. however using the dom...
hansbrix
|
01-06-2006 09:08 PM
Lau Lei Cheong | 2 | 12 |
|  | Hey guys, I have some strange going's on on my system. I have a user who
has
lost access to the .NET Configuration 1.1 thru Administrative...
Thomas Johnson
|
01-06-2006 03:34 PM
Thomas Johnson | 0 | 16 |
|  | I have a Java application in which I would like to display the PerfMon
objects, instances and counters on a particular system. I have written...
Shawn Pecze
|
01-06-2006 02:08 PM
Shawn Pecze | 0 | 19 |
|  | I want to use the new System.Configuration features of .NET v2.0 to specify
the settings in my application. An example are the proxies that should...
Ramon de Klein
|
01-06-2006 01:59 PM
Ramon de Klein | 0 | 15 |
|  | When I run the following code I would suspect a null reference exception to
be thrown:
param1 = null;
int x = param1.Length;
However, when I...
Mike Miller
|
01-06-2006 01:33 PM
Mike Miller | 6 | 15 |
|  | I have a folder, say C:\ORIGIN, and another folder, say C:\DESTINATION.
I would like that any file which appears on C:\ORIGIN after a given
date,...
AT
|
01-06-2006 12:45 PM
AT | 2 | 13 |
|  | I want to develop a application in C#.net but it should not be framework
dependent.Now is Window controll created in c#.net is framework...
Azeem Sarwar
|
01-06-2006 11:32 AM
Siva M | 2 | 18 |
|  | How to execute an .Exe file, after MSI - installation is over.
In which table the entry should be made for this
--
Regards
Jaisabari
Jaisabari
|
01-06-2006 10:38 AM
Phil Wilson | 3 | 23 |
|  | Hello,
I have developed an ASP.NET page, with a dropdownlist and some
textboxes. When a selection is made in the dropdownlist, some data...
Chris Zopers
|
01-06-2006 10:30 AM
Chris Zopers | 4 | 16 |
|  | OK, I've confirmed this: If you use a StreamWriter and don't wrap it in a
using statement, simply calling Close() does not always release the...
John Mark Howell
|
01-06-2006 10:16 AM
John Mark Howell | 2 | 12 |
|  | All,
Admittedly I am a little short on time so I have not thoroughly
researched this question yet keeping that in mind....
I have a windows service...
JS
|
01-06-2006 09:17 AM
JS | 1 | 21 |
|  | Hi all,
I am just examinating strongly typed datasets and xml-binding!
I have some questions:
1. I have an xsd to create my strongly typed...
AT
|
01-06-2006 07:08 AM
AT | 0 | 13 |
|  | I have a Query regarding Installing Mage along with .NET Framework 2.0.
Do i need to install VS.NET 2005 SDK for running Mage ?. Or can Mage alone
be...
Ganesh Natarajan
|
01-06-2006 06:37 AM
Ganesh Natarajan | 0 | 18 |
|  | I have a common assembly installed into the GAC and is referenced by most of
my ASP.NET projects. This is fine for compiled web applications as...
Bob
|
01-06-2006 06:21 AM
Dmytro Lapshyn [MVP] | 1 | 17 |
|  | I am facing a problem with a .NET console application that uses the
Caching Application Block from Enterprise Library June 2005.
Since I have added...
ams8764
|
01-06-2006 06:00 AM
Dmytro Lapshyn [MVP] | 1 | 19 |
|  | I have an ASP.NET application that works fine locally and on
development servers. However when I deploy to a live site I get an
manifest definition...
Alex
|
01-06-2006 05:58 AM
Dmytro Lapshyn [MVP] | 1 | 18 |
|  | Hello,
I need to develop an Office Add-in. However, without even adding any code
to the add-in, the add-in will slow the startup time of Microsoft...
John Thompson
|
01-06-2006 05:56 AM
Dmytro Lapshyn [MVP] | 1 | 21 |
|  | Greetings,
I was wondering if there is a framework in .NET world similar to what
Eclipse is in a Java world. Could "Composite UI Application Block"...
yuriy_zubarev
|
01-06-2006 05:47 AM
Dmytro Lapshyn [MVP] | 1 | 17 |
|  | Hi,
Can we create our own customized MessageBox and Inputbox using VB.NET, in
which icons (or images) and custom message can be shown.
Thanks in...
SwatSoftwareDev
|
01-06-2006 05:33 AM
SwatSoftwareDev | 0 | 22 |
|  | Hi!
I need to convert EPS to JPEG using VB.Net. I have tried
componentsource.com, but I can only find a component from leadtools to do
the job, and...
Klaus Jensen
|
01-06-2006 05:28 AM
Klaus Jensen | 0 | 21 |
|  | How to read and update property values of msi PROPERTY TABLE using .net exe
--
Regards
Jaisabari
Jaisabari
|
01-06-2006 05:12 AM
Jaisabari | 0 | 20 |
|  | I have C# 1.1 code that queries a domain controller for groups and etc
with LDAP queries. The works fine until the DC is down for any reason.
There...
xenophon
|
01-06-2006 01:29 AM
AT | 5 | 15 |
|  | I am working with a Windows 2003 native domain, users are in Domain
Local Groups, Global Groups, and Local Groups. Users are not all
lumped into the...
xenophon
|
01-06-2006 12:57 AM
Marc Scheuner [MVP ADSI] | 2 | 13 |
|  | What are the keys you need to destroy and then the dirs that can be removed
to get rid of beta 2005 both in VS and SS?
My dev laptop won't accept...
__Stephen
|
01-05-2006 10:24 PM
Christopher Reed | 4 | 24 |
|  | I'm trying to build a simple port knocking client in dotNet. However, whenever I try to connect to the target machine, three packets
get sent by...
Mark Olbert
|
01-05-2006 10:01 PM
AT | 5 | 19 |
|  | Hello,
I've ran into the following problem - using a TcpClient from a craddled
PocketPC lets you connect to any address without throwing an...
Euphilos
|
01-05-2006 09:05 PM
AT | 1 | 16 |
|  | In the mouse control panel it is possible for a user to switch the
mouse buttons.
How to programmatically check this ? I need this to know if I have...
Herve Bocuse
|
01-05-2006 04:02 PM
Herve Bocuse | 2 | 14 |
|  | Hi All,
I'm accessing a scanner programatically (using WIA automation) and I
want to make the application multithreaded to allow the foreground...
AT
|
01-05-2006 03:36 PM
Jeff | 1 | 24 |
|  | Hello,
I have written a Windows Service that checks ODBC connectivity to a
legacy ODBC source on a specified interval (15 minutes for example).
If...
josh
|
01-05-2006 02:30 PM
Marina | 1 | 14 |
|  | Hi,
I have a custom collection that is basically a wrapper of an List<T>
collection. I want to expose the IEnumerable<T> interface of the...
Jeff
|
01-05-2006 01:18 PM
Jon Skeet [C# MVP] | 9 | 15 |
|  | Hi,
I have to copy some data to an unmanaged array pointed by an IntPtr. The
thing is Marshal.Copy only offers 4 parameters(not the actual...
ThunderMusic
|
01-05-2006 12:59 PM
Herfried K. Wagner [MVP] | 1 | 19 |
|  | Hi,
I have a requirement in which I need to refresh a single control instead of
teh whole web page. How can I do this asp.net 1.0?
AVL
|
01-05-2006 11:53 AM
Cowboy (Gregory A. Beamer) - MVP | 1 | 16 |
|  | How to call .net DLL function in MSI.
What are the tables that required entries for calling the function from .dll
--
Regards
Jaisabari
Jaisabari
|
01-05-2006 11:48 AM
Phil Wilson | 1 | 11 |
|  | Hi Folks,
I got a Smart Client Application that downloads it´s actual assemblies from
a Deployment Server. This works fine for all managed...
Chucker
|
01-05-2006 11:33 AM
Chucker | 2 | 14 |
|  | When I run the following command as an Administrator on Windows 2003,
version...
Dani
|
01-05-2006 09:46 AM
Dani | 0 | 16 |
|  | Hi!
Is there an available merge module for the .NET Framework 2.0, or do I
absolutly have to launch the "dotnetfx.exe" redistribution package? (Why...
Leo Gagne
|
01-05-2006 09:25 AM
Leo Gagne | 2 | 17 |
|  | (VB.Net 2003)
I have arrays that I need to save to disc in an efficient manner for later
retrieval. The array dimensions are not fixed. I...
Paul Naude
|
01-05-2006 04:36 AM
Paul Naude | 0 | 19 |
|  | I published a Windows Form application onto my website (ISP) using FTP
(ftp://controlbase.com.br/ReplicaLadder).
I open the publish.htm, click on Run...
Mauricio Pires
|
01-05-2006 03:20 AM
Thomas Jespersen | 1 | 12 |