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     
Hi all, I have a macro which, among other things, shows the autocomplete box with the code: DTE.ExecuteCommand("Edit.CompleteWord") Now I'd like...
Bill Mill
05-25-2007 04:33 PM
Bill Mill Go to last post
0 25
Does anyone know how to start / restart a COM+ Component? I my case it is the Axapta 3 Business COM Connector.
Andi
05-25-2007 03:48 PM
Michael Nemtsev Go to last post
2 33
Hello , I have to install 2 dlls to the GAC using an MSI created by WIX. The following piece of code works as desired :- <Directory Id='TARGETDIR'...
kanepart2@hotmail.com
05-25-2007 01:39 PM
John Vottero Go to last post
1 42
Hi, I have two columns in a grid defined as DateTime type. Currently, they're both displayed in the format of "5/23/2007", for an example. It seems...
Curious
05-25-2007 01:33 PM
Curious Go to last post
0 26
http://www.remotesoft.com/linker/intro.html it costs far about $1000. Did someone test it?? Is this serious? Or is there some free or at least more...
Michael Reichenbach
05-25-2007 01:12 PM
Michael Reichenbach Go to last post
2 32
The senerios lis like below: I have a root object called person, he has many addresses instance at different level of this class tree, what is the...
cliff
05-25-2007 12:58 PM
cliff Go to last post
0 29
Hi, I'm running into one problem with trying to call "Type.GetCustomAttributes(...)" on my reflected code. Basically - I can't trap my own custom...
Paul Hadfield
05-25-2007 12:31 PM
tbain Go to last post
7 27
I have a vb.net winforms application that loops through several thousand word documents and prints them, with the filenames being read from a...
Derek Hart
05-25-2007 10:24 AM
Norman Yuan Go to last post
1 26
Hi, I have two columns defined as DateTime type in the Visual Designer, i.e., Dataset.xsd. In the grid to which the columns are bound, they're both...
Curious
05-25-2007 10:23 AM
Curious Go to last post
0 26
For MS SQL Server... I am used to declaring local variables in my SQL queries... Declare @MyInt int, @MyChar varchar(33) Parameters were idenfitied...
Jon Jacobs
05-25-2007 07:41 AM
Jon Jacobs Go to last post
4 30
Hi Mattias, Do you know how to create the file (test.txt in the sample string) ? /Peter "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT)...
Peter Larsen []
05-25-2007 04:16 AM
Peter Larsen [] Go to last post
2 42
Hi Are there any indent comments to setup a code block?: if (condition) { //Braces appear here underneath, and caret jumps to here } //Possibly...
JamesR
05-25-2007 03:54 AM
Siva M Go to last post
1 32
ADO.NET - Working with DataSet ========================= HI, I want to create an application that interact with a DB. I wont to use SQL statement,...
Sheikko
05-25-2007 03:20 AM
Sheikko Go to last post
2 35
I'd like to create a Macro that will sort some raw data, apprx 20k lines, remove some lines based upon a condition in a certain column. Then copy...
Letzdo_1t
05-24-2007 08:11 PM
Letzdo_1t Go to last post
0 30
I've seen a lot of tools out there that automatically convert Access apps to .NET. If anyone has used one, I'd like to know which one and what you...
sbowman@comcast.net
05-24-2007 07:18 PM
Norman Yuan Go to last post
1 31
I'm beginning a project to move an Access App to .NET. The project manager is saying that we are web hosting the .net app, but each client site will...
sbowman@comcast.net
05-24-2007 04:09 PM
sbowman@comcast.net Go to last post
2 27
Hello, friends, I am creating a (auto start) windows service using c#.net. A few initial values need to be passed into service. Where is the best...
Andrew
05-24-2007 03:59 PM
Henning Krause [MVP - Exchange] Go to last post
1 32
Hi How does one set registry keys in a set-up project? Would these keys come off on uninstall? Thanks Regards
John
05-24-2007 03:29 PM
Newbie Coder Go to last post
1 39
The problematic code runs perfectly fine and unmodified when the application is executed as a standalone .exe. However when the same code is executed...
google@techretary.com
05-24-2007 02:31 PM
google@techretary.com Go to last post
1 30
The other day I was able to debug my program with full trust, without turning caspol off. For some reason now, I think it may be due to recent XP...
agent-s
05-24-2007 02:20 PM
agent-s Go to last post
0 33
In my application (written for Compact Framework 2.0 ), I have to be informed whenever a system Time change occurs (NTP, daylight saving, ...). Under...
José Joye
05-24-2007 01:41 PM
José Joye Go to last post
3 30
I'm very pleased to announce that Foundations of F#, the first book to be published on the F# programming, will finish its first printing run,...
robert@strangelights.com
05-24-2007 12:17 PM
robert@strangelights.com Go to last post
0 31
So, I have a bunch of dll's. I want to create an MSI file in wix that installs them into C:/Windows/Assembly, I have tried doing the following but it...
kanepart2@hotmail.com
05-24-2007 11:16 AM
John Vottero Go to last post
3 41
Hi All, I'm using SUBST to simulate an additional drive: C:\WINDOWS\system32\subst.exe e: c:\drive_e When I try to create a file in a subdirectory...
Yoavb
05-24-2007 11:16 AM
Yoavb Go to last post
2 30
Hey How can I use a C# object with events in vb6? I can't find the solution for this. I have a class in C#: namespace communication { public...
Hans
05-24-2007 11:00 AM
Hans Go to last post
0 35
Is there a decompiler which can create complete project files so them can be read in visual studio?
Michael Reichenbach
05-24-2007 08:35 AM
Marc Gravell Go to last post
1 29
Hi, I have a small Compact Framework tcpclient application (c#). This is my connection procedure: tcpclient = new TcpClient(ip, port); stream =...
Mathijs
05-24-2007 08:16 AM
Mathijs Go to last post
1 29
Hello, friends, In our c#.net 2005 project, I clicked on project property. At application tab of property page, clicked on Assembly...
Andrew
05-24-2007 03:22 AM
Marc Gravell Go to last post
1 27
Dear All, I am using VB .Net 2005 Ver 2.0. I am try to user DBCommandWrapper Which in the EnterpriseLibrary. But it shows Error. What reference...
Karthik
05-24-2007 03:15 AM
Marc Gravell Go to last post
1 35
Excellent material is available on MCSD examination for SQL Server 2000 (070-229) and Developing Windows Based Applications with Visual Basic.Net...
Marven
05-24-2007 12:54 AM
Marven Go to last post
0 19
how can i throw out this thing wich is called explorer. i hardly use it. and it comes with pop us questions in the most unwelcome time, and how can...
oveck4
05-23-2007 11:50 PM
Mr. Arnold Go to last post
1 21
How do I restore my computer to a specific date?I have windows xp -- Thanks Gramps
golfing grandpa
05-23-2007 11:47 PM
Mr. Arnold Go to last post
1 20
Hi i have an Access 2003 database. i know that the funcions of "Floor" and "Ceiliing" can be used in Excel. How can these be used as a...
Bill
05-23-2007 04:54 PM
Bill Go to last post
0 23
Hi i have an Access 2003 database. i know that the funcions of "Floor" and "Ceiliin" can be used in Excel. How can these be used as a...
Bill
05-23-2007 04:52 PM
Bill Go to last post
0 22
Hey all, I have the dll files and want to replicate the drag and drop action using WIX. Thanks
kanepart2@hotmail.com
05-23-2007 03:55 PM
Michael Nemtsev Go to last post
1 20
I'm wring a code to send emails using System.net.mail in a vb.net windows app. I could embed an image, add text to the body and even attach files...
shil
05-23-2007 03:08 PM
shil Go to last post
0 21
I try to install Windows Services but it show this error during the installation process, "Insufficient System resources exist to complete...
Elioth
05-23-2007 02:25 PM
Elioth Go to last post
15 35
Hello, I have a big bunch of unanswered questions, most of them really old. Should they have to be answered as they are from MANAGED newsgroups...
Roger
05-23-2007 02:15 PM
pvdg42 Go to last post
2 24
Hi, please help me i want to select multiple files including directories using OpenFileDialog, but i cant get directory name(s) in FileNames...
junaid
05-23-2007 02:12 PM
junaid Go to last post
2 21
Hey all, I have the .dll filter file, I need to install it using an msi created by WIX.
kanepart2@hotmail.com
05-23-2007 02:11 PM
kanepart2@hotmail.com Go to last post
0 27
Hi All! I am creating a usercontrol, and this control have some text that can be placed on the control via the enumeration "ContentAlignment". I...
Per Rollvang
05-23-2007 12:16 PM
Mythran Go to last post
1 23
Is there a newsgroup for Nunit somwhere? Does NUnit test class libraries only? Do you recommend any books? -- Arne Garvander Certified .Net...
Arne
05-23-2007 12:06 PM
sloan Go to last post
1 25
We have a number of development machines in our IT department, all running the same version of VS 2005 sp 1. Our company website and several compiled...
Gregory Gadow
05-23-2007 11:16 AM
Gregory Gadow Go to last post
0 17
I have an Access app that uses a crystal report and exports to excel. I was using this function to get the standard and average deviations for a...
Phil Trumpy
05-23-2007 10:05 AM
Phil Trumpy Go to last post
0 20
Hi, Can anyone please tell me if it is possible to apply styles to existing controls in Windows Forms, so that it will look like a control in...
Srini
05-23-2007 10:03 AM
Siva M Go to last post
1 16
Hi, I'm just starting to get into .net, after spending years on VB6 and C++. Do the newer MS operating systems, like XP and Vista have the .net...
Ellie
05-23-2007 08:36 AM
Michael Nemtsev Go to last post
2 24
Hi, When using clickOnce for a VB.NET 2.0 application it installs fine on every computer, except one (a new one...). Every is isstalled, Framework,...
Pieter
05-23-2007 08:33 AM
Pieter Go to last post
0 21
I downloaded all the express editions and am doing the walk throughs with visual web developer. In an earlier walk through, when I dragged a...
David McDivitt
05-23-2007 08:31 AM
David McDivitt Go to last post
2 19
Hello, I use a Datagridview to let the user edit parts of a document. I want to give a feedback to my user when he resizes the grid's column...
Gargamelle
05-23-2007 08:20 AM
Gargamelle Go to last post
0 22
Hi, I would like to know what the DataSet name is and where the DataSet is for a SqlDataSource like this: <asp:SqlDataSource ID="SqlDataSourceA"...
Jason Huang
05-23-2007 08:04 AM
Siva M Go to last post
1 21
Post New Thread

Display Options
Showing threads 2501 to 2550 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.