HighTechTalks DotNet Forums  

Sponsored Links


Dotnet General Discussions microsoft.public.dotnet.general


Discuss in the Dotnet General Discussions forum.



Post New Thread
Threads in Forum : Dotnet General Discussions Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a program in vb.net 2005 (windows app) which has to parse a large number of files. When I run the program on 7 files, it only reads 3 or 4....
mfghazi@gmail.com
11-01-2006 09:53 AM
mfghazi@gmail.com Go to last post
0 14
Hi, I am using the following code : WindowsInstaller.Installer i = null; Type oType = Type.GetTypeFromProgID("WindowsInstaller.Installer"); if (oType...
rony_16
11-01-2006 09:15 AM
rony_16 Go to last post
0 9
I was trying to do this http://support.microsoft.com/?kbid=316163 but I can't seem to change the current folder I tried cd <folder name> and it...
Can
11-01-2006 09:13 AM
Cowboy \(Gregory A. Beamer\) Go to last post
3 10
Hi, I am using the following code : WindowsInstaller.Installer i = null; Type oType = Type.GetTypeFromProgID("WindowsInstaller.Installer"); if (oType...
rony_16
11-01-2006 09:12 AM
rony_16 Go to last post
0 13
Hi experts, Sometimes there is some "unkilled" processes remained in Task Manager. For instance, there is a task to generate picture using ASP image...
LBT
11-01-2006 08:39 AM
Miro Go to last post
1 10
if i wonder if anyone could suggest a good book which will describe in detail the changes and new features in .net 2.0. i have in depth knowledge of...
fallenidol
11-01-2006 08:05 AM
John Timney \(MVP\) Go to last post
3 11
Is there a way to get the name of a computer on the local network if you know its Ip address and or its Mac address?
James@earthlink.com
11-01-2006 05:08 AM
James@earthlink.com Go to last post
3 11
Hi, i would like to custom my ListView control by making a particular property editor for ListView.Columns property. Basically, i want to allow use...
--== Alain ==--
11-01-2006 04:20 AM
--== Alain ==-- Go to last post
0 7
Hi, i was thinkging to override WNDPROC of my ListView control, in order to control how the headers and items will be redrawn. My purpose is to : -...
--== Alain ==--
11-01-2006 02:31 AM
--== Alain ==-- Go to last post
0 8
I have written a C# application which should run as a Windows Service. I must avoid having multiple instances of the application on one machine so I...
Benzi Eilon
10-31-2006 08:55 PM
Jeffrey Tan[MSFT] Go to last post
5 13
If so, care to share basic overview? I had this working before using this approach: 1. Create new report (.rpt) 2. Create dataset (.xsd) 3. Set...
Rob R. Ainscough
10-31-2006 07:47 PM
Rob R. Ainscough Go to last post
0 12
When I am working on the tutorials about data access from www.asp.net, every time I try to use the parameterized queries, and I type something like...
tlyczko
10-31-2006 07:30 PM
tlyczko Go to last post
0 11
For the sake of argument, let's say I wrote an application that made extensive use of web services. And, again for the sake of argument,...
smerf
10-31-2006 05:19 PM
Kim Greenlee Go to last post
6 15
Hello, I keep reading about "DLL hell" and how it used to make sure that the correct DLL is used, especially when installing a new program...
douglass_davis@earthlink.net
10-31-2006 01:01 PM
Brian Gideon Go to last post
1 11
Hello, does anybody have experiences with screenshots of ActiveX controls in .NET? I have a panel containing some controls, amongst others some...
Christian Nein
10-31-2006 10:58 AM
Christian Nein Go to last post
0 9
I have a context menu strip. I can Add elements to its "Items", but there is nothing in there to add a sub context menu strip. Menu Item 1 Item...
Ron M. Newman
10-31-2006 10:53 AM
Chris Dunaway Go to last post
1 17
Hi I have an asp.net 2.0 project and am experiencing a problem. In the project, I am trying to make use of Membership. I have one Role, called...
Darren Brook
10-31-2006 09:56 AM
Darren Brook Go to last post
0 11
Dll created from dotnet, like the calls can be made from VB 6. Greetings and thank you
Raul
10-31-2006 07:27 AM
sloan Go to last post
2 16
The documentation says that Path.IsPathRooted(path) returns true if path is an absolute directory, otherwise false. However, if I pass in "C:" it...
Rory Parore
10-31-2006 06:43 AM
Rory Parore Go to last post
0 12
Hi, Under VC++.NET, i have a stupid issue with #include statement. Usually when we include some *.h file, we need to declare them before any #using...
--== Alain ==--
10-31-2006 05:56 AM
--== Alain ==-- Go to last post
1 10
I have an ASP.NET application which moves some files around the hard drive. Sometimes when I try to access these files with another application, I...
Maurizio
10-31-2006 05:01 AM
Maurizio Go to last post
0 9
Hi VB.net 2.0 website developed with VWD 2005 Express one masterpage one content page aspx and a global.asax
TheAmes
10-31-2006 04:19 AM
TheAmes Go to last post
0 10
I tried to call my chm file from VisualC#.Net. First I wrote a little program just to test it ( with Help.Showhelp(this,helpfile)), no problems in...
Andrea Pisar
10-31-2006 03:42 AM
Andrea Pisar Go to last post
2 10
Hi, I have an ASP.NET 2.0 web application, and I'm viewing report using Report Viewer. In the Report Viewer, it have the property to export the...
Mohammad F. Bukhari
10-31-2006 02:31 AM
Mohammad F. Bukhari Go to last post
0 12
what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
Daniel
10-31-2006 01:34 AM
Joerg Jooss Go to last post
1 19
I have no idea how the question thing works but if any one reads this my problem is on my key pad certain letters our doing this when typed: e- re,...
Pennington
10-31-2006 01:24 AM
Morten Wennevik Go to last post
1 12
Hi, In my C# windows form project application, I tried to deploy it on a Windows 2000 Pro client. However, it gave me an error: 'ResourcePool' is...
Jason Huang
10-30-2006 10:24 PM
Jason Huang Go to last post
2 16
Hi: I have a treeview The treeview has a node the node has a contextMenuStrip The contextMenuStrip.Items has a few items. Goal: I want one of those...
Ron M. Newman
10-30-2006 07:59 PM
Siva M Go to last post
3 12
"Brian Gideon" <briangideon (AT) yahoo (DOT) com> wrote You appear to be suggesting to simply use a queue for the logging itself. However, you...
Peter Duniho
10-30-2006 05:08 PM
Peter Duniho Go to last post
11 21
I have code that is able to print using the PrintDocument class, PrintPage event and the Graphics.DrawString method. It is on the slow side though. ...
chankey@aegonusa.com
10-30-2006 04:31 PM
ShaneO Go to last post
1 11
We are wondering what is the best way to go about managing production and development versions of our ASP.NET applications. We often publish a...
bay_dar@yahoo.com
10-30-2006 02:51 PM
fallenidol Go to last post
1 13
If we didn't want to track bugs via email or paper forms is there an incident tracking type product that would permit us to track the following: The...
M.Siler
10-30-2006 01:18 PM
Dick Grier Go to last post
5 17
I know this is a bug with SmartNavigation that if your controls have AutoPostBack = true, the cursor won't come back to the same control. I...
manika02
10-30-2006 12:34 PM
manika02 Go to last post
0 12
when i click on insert clip art when using word i get the message saying i need to run setup again to run from my computer or from a disk, (which i...
lizz
10-30-2006 11:52 AM
lizz Go to last post
0 11
the code goes some thing like this try { some statements; } catch(Exception ex) { throw; }
deepak
10-30-2006 11:29 AM
Cowboy \(Gregory A. Beamer\) Go to last post
1 13
Hi I'm trying to run a program on a remote computer using WMI. Although I'm logged in with an account which already exists on the remote computer and...
Ehsan
10-30-2006 10:29 AM
Ehsan Go to last post
0 8
On Mon, 30 Oct 2006 14:35:10 +0100, John <swtechno (AT) gmail (DOT) com> wrote: Hi John, You might think this is found under option, but you will...
Morten Wennevik
10-30-2006 08:59 AM
Morten Wennevik Go to last post
0 12
I have created a report in windows application using c#.net. This report takes runtime columns and values and it is quite big. So the form has both...
Chetana
10-30-2006 05:43 AM
Chetana Go to last post
0 10
I have a column named "ID" and its type is "uniqueidentifier" in SQL Server 2005 Express. this column is the primary key and its default value is...
Leon_Amirreza
10-30-2006 03:46 AM
Leon_Amirreza Go to last post
8 10
Hello all! Im 'trying' to make a plugin-based application (system) - everything except the main window are plugins (all other sub-windows, panels,...
mickeymicks
10-30-2006 02:48 AM
mickeymicks Go to last post
5 16
hi, I'm developing a web app with asp.net 2.0 and using PasswordRecovery control to allow users to get their password back. My mailSetting is...
CAIBird
10-30-2006 02:41 AM
CAIBird Go to last post
0 14
Hi, I have a textbox and a listbox and I handle keydown events in the textbox. I'd like to pass page up/down events to the listbox if the focus is...
spamfilteraccount@gmail.com
10-30-2006 01:54 AM
Morten Wennevik Go to last post
1 12
They're driving me nuts, especially with the Datareader. There are times when I want to pass a null date on to a date variable and I have to cast the...
Tony Van
10-30-2006 12:27 AM
Tom Leylan Go to last post
8 11
Hello All, Is it possible to update Sql Table through DataGrid. I have a DataGrid which is being populated through a stored procedure, all i wanted...
Sharon
10-29-2006 10:25 PM
Sharon Go to last post
1 8
I want to be able to detect through .net when users change on an xp machine using "fast user switching" method. All i have found so far is the...
Erick
10-29-2006 09:01 PM
Erick Go to last post
0 10
Is there a way to creat an application that will put a control in the title bar of every other running application?
Wagon@aol.com
10-29-2006 09:00 PM
James@earthlink.com Go to last post
2 6
Is there a way to get a vb.net program to control the size of other application windows?
James@earthlink.com
10-29-2006 08:58 PM
James@earthlink.com Go to last post
2 12
I'm trying to figure out how to mimic the functionality of a Windows Service on the .NET Compact Framework 2.0. I need this application to always...
Roby2222
10-29-2006 03:18 PM
Bryan Phillips Go to last post
1 9
Have a dll that calls a com object. Can call dll from C program fine, can call dll from C# program in compact framework (i.e. CE/PPC devices),...
Roy
10-29-2006 03:17 PM
Bryan Phillips Go to last post
1 9
Hi, I'm currently working under VC++.NET 2005 and i'm deriving my custom control from ListView. I need your feedback to know in which direction...
--== Alain ==--
10-29-2006 01:05 PM
--== Alain ==-- Go to last post
2 11
Post New Thread

Display Options
Showing threads 5501 to 5550 of 37183
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.