Click here to Skip to main content
15,897,226 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Calling .Net-DLLs from regular, unmanaged C++ Pin
Eric Schaefer1-Apr-04 22:08
Eric Schaefer1-Apr-04 22:08 
GeneralRe: Calling .Net-DLLs from regular, unmanaged C++ Pin
Mike Dimmick5-Apr-04 2:32
Mike Dimmick5-Apr-04 2:32 
Generalrichtextbox removing highlight from selected text Pin
Member 33109630-Mar-04 19:54
Member 33109630-Mar-04 19:54 
GeneralPrompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 12:19
Kris Morness30-Mar-04 12:19 
GeneralRe: Prompt to add files when inserted MISSING Pin
Heath Stewart30-Mar-04 13:04
protectorHeath Stewart30-Mar-04 13:04 
GeneralRe: Prompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 13:13
Kris Morness30-Mar-04 13:13 
GeneralRe: Prompt to add files when inserted MISSING Pin
Heath Stewart30-Mar-04 13:15
protectorHeath Stewart30-Mar-04 13:15 
GeneralRe: Prompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 14:30
Kris Morness30-Mar-04 14:30 
Okay, I'm going to start using VS.NET to check in my changes in the meantime.

The difference with Perforce that actually makes this a non-issue with VC6 is that when VC6 prompted you to add the new file to Source Control, it would add it to a your pending changelist. If you decide against adding the new file before submitting, you can simply revert the file from Source Control before you submit it and it will never show up.

SourceSafe was much more annoying because when you added the file to SourceControl, it was immediately added to SourceSafe, you would keep the file checked out, and if you later changed your mind you had to delete it.

Basically, it comes down to .NET not giving me the option to automatically add files to source control. But now that it's fixed for the SourceSafe case, it breaks Perforce's case Mad | :mad: . So either .NET needs to add the feature back or Perforce needs to add support for figuring out that a new file has been added and add it to the changelist prior to submission. Or both! D'Oh! | :doh:

EDIT: Okay, this is bringing up a number of issues that remind me of the reasons why we use Perforce to submit rather than VS.NET.

- No support for multiple changelists
- Our solution doesn't have any of our data files (other than INI type files) -- effectively making gets useless.
- Also because of the previous point, I still need to check out files like EXEs that aren't in the solution before submitting.
- It doesn't automatically add the new files, I have to check them first.
- Probably lots of other things.

Do you see where I'm coming from now? I appreciate all your help. I guess I just want my check box back WTF | :WTF:
QuestionSend mail thru Lotus Notes ? Pin
MrBean29-Mar-04 21:29
MrBean29-Mar-04 21:29 
AnswerRe: Send mail thru Lotus Notes ? Pin
Daniel Turini29-Mar-04 21:41
Daniel Turini29-Mar-04 21:41 
GeneralCompiling project developed in VC 6.0 .NET Compiler Pin
Vini Deep29-Mar-04 20:48
Vini Deep29-Mar-04 20:48 
GeneralRe: Compiling project developed in VC 6.0 .NET Compiler Pin
Colin Angus Mackay29-Mar-04 22:10
Colin Angus Mackay29-Mar-04 22:10 
GeneralRe: Compiling project developed in VC 6.0 .NET Compiler Pin
Vini Deep29-Mar-04 23:06
Vini Deep29-Mar-04 23:06 
QuestionHow to soft reset PDA (Pocket PC) in VB.net CF Pin
maithoa29-Mar-04 16:46
maithoa29-Mar-04 16:46 
AnswerRe: How to soft reset PDA (Pocket PC) in VB.net CF Pin
Roman Rodov30-Mar-04 15:44
Roman Rodov30-Mar-04 15:44 
GeneralRe: How to soft reset PDA (Pocket PC) in VB.net CF Pin
maithoa1-Apr-04 14:17
maithoa1-Apr-04 14:17 
GeneralSystem.PlatformNotSupportedException when call a webservice on a Windows 2003 PC Pin
maithoa29-Mar-04 16:02
maithoa29-Mar-04 16:02 
GeneralSystem.Type Object Pin
Dan Broomall29-Mar-04 8:36
Dan Broomall29-Mar-04 8:36 
GeneralRe: System.Type Object Pin
Andy Brummer29-Mar-04 16:14
sitebuilderAndy Brummer29-Mar-04 16:14 
GeneralRe: System.Type Object Pin
Roman Rodov29-Mar-04 18:12
Roman Rodov29-Mar-04 18:12 
GeneralSend and receive file on VB.NET Pin
Anonymous29-Mar-04 3:08
Anonymous29-Mar-04 3:08 
GeneralRe: Send and receive file on VB.NET Pin
Colin Angus Mackay29-Mar-04 3:49
Colin Angus Mackay29-Mar-04 3:49 
GeneralRe: Send and receive file on VB.NET Pin
Anonymous29-Mar-04 4:30
Anonymous29-Mar-04 4:30 
GeneralRe: Send and receive file on VB.NET Pin
Colin Angus Mackay29-Mar-04 5:26
Colin Angus Mackay29-Mar-04 5:26 
GeneralRe: Send and receive file on VB.NET Pin
Anonymous29-Mar-04 5:50
Anonymous29-Mar-04 5:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.