On the same machine
fregolo52
Posts
-
Singleton ? -
Opening a PDF file using hyperlink or link buttonOn event LinkClicked use this function : Process.Start("myfile.pdf") The file is opened with default pdf reader.
-
Singleton ?Hello, I want to share datas managed in a DLL that is called by 2 different applications. Someone said me sometimes a DLL with singleton can have 2 instances. An other solutions exists ? thanks Freg
-
Extended TextboxHello, I would like to have this behavior too. What is your solution ? Please Freg.
-
Reorganize directories projectThanks for your help
-
Reorganize directories projectOk, Thank you, so these is no solution to move 'obj' directory :( I'll be careful when I save my source code files to not add obj directory in SVN.
-
Reorganize directories projectHello, I asked this question in visual studio forum too. Is it possible to move the obj directory ? (like VC++ project) I would like to have three different directories (on the same root) : - binaries - source code - temporary (obj) I see where are these options in VC++ project settings, but not in VC# project. Thank you Freg.
-
VS2003 and 'obj' directory (VB.NET or C#)I see where is the ouput directory, but not the obj directory, in project settings. It is a C# project not a C++ project. The project settings are different.
-
VS2003 and 'obj' directory (VB.NET or C#)Hello, Is it possible to move the obj directory ? (like VC++ project) I would like to have three different directories : - binaries - source code - temporary (obj) Thank you Freg.
-
please help me...Very strange !!! It's very easy to find this program. In this web site you can enter "calculator" in search field and you have several results in C++. :-)
-
Listview and SetScrollPos functionHello, I use my own listview control. After a drag&drog, I lose scroll position. I backup scroll value, but after drag&drop, I call the SetScrollPos function, the scroll move, but not list items, how to go to the right items position ? May be use ScrollEventType.SmallDecrement until to go to the old position ? thanks
-
Hyper Threading or Multi processor issueThank you, I'll see this. Freg
-
Hyper Threading or Multi processor issueHello, I'm developing a application with .NET for the exe file et C++ 7.0 for a DLL. I have a multi threading application. It works on my dev computers (PIII or P4). But I start the application in an other computer (P4-HT), the application is launched but it "blocks" during initialisation. I think 2 threads run in the same time on 2 CPU cores. How to resolve this problem ? Can I force my application to run on only one core ? thanks Freg
-
Startup Application on Windows loginTry to use this registry key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
-
Object viewer in debug modethank you
-
Object viewer in debug modeWhat is the difference betweem upper and lower case : For example, about my problem in listview we have ImageIndex and imageIndex properties. I have ImageIndex = 0 and imageIndex = 2
-
ListView LargeIcon redrawHello, I dynamically create the largeicon immagelist. When I do a drag & drop, I lost the image, the listview only shows the text, but when I save the imagelist in files (.jpg), I have the rigth bitmap. So, the images of imagelist are rigth but the listview do not display them. I use the DragNDrop project : http://www.codeproject.com/cs/miscctrl/DragAndDropListView.asp Freg
-
Multilanguages resource file (one file)Ok, I'm going to try this solution.:)
-
Multilanguages resource file (one file)Hello, I want to display automatically my application in OS language. I do not want to use satellite DLL. I would like to have all resource strings in several string table in one resource file. Is it possible ? Thank you, Freg
-
Visual Studio 2003 (installer project) with dependenciesHello, I created a C++ project and after I created an install project with my C++ output. Visual Studio automatically detects C++ dependencies (MFC71.dll : VC_User_MFC71_RTL_X86_---.msm and MSVCR71.dll), but when I install these 2 Dll are in my install folder not in Windows System folder. How can I put these 2 system dll directly in Windows System folder ? thank you, Freg