When I installed my application using a setup project, all the dependencies are installed in the same folder. How can I move them to another folder ?
from...
MyApplication\app.exe
MyApplication\1.dll
MyApplication\2.dll
MyApplication\3.dll
MyApplication\4.dll
to...
MyApplication\app.exe...
so if you are editing your languages in an editor program...
with the 3 columns methods, you could use a textBox containing your text and a combobox containing your idLangage, changing your idLangage with the combobox.
with the n+1 columns methods, you could use a textBox per language and use...
I am doing a traduction table in access, what is the best way to do it, I am thinking about 2 methods...
3 columns
|code|languageId|text
here you got 1 line per code per language
n+1 columns, n:number of languages
|code|english|french| ...
here you got 1 line per code
which one is the best...
I want to do some kind of explorer to browse for folder... like System.Windows.Forms.FolderBrowserDialog, but I don't want it to be a dialog, I want a user control to put on my form, like explorer. I just want the damn tree in FolderBrowserDialog, any way I could take the TreeView?
Anyone found a good way to fix the fpu problem, from old printer drivers causing algorithm overflow. My program really has to print a document, so if I don't touch the fpu my c# prog crash, and if I fix the fpu, then the printer crash. I need a good fix because this program is used by many...
There are some programs to find mdb access bd password, anyone know what to do to secure an mdb file?
My file has a big ascii password and is encrypted and it doesn't help.
I have an application using Mutex, working perflectly under winXp, but when I try under win98, the form freeze on mutex.WaitOne(), anyone ever used Mutex and win98?
I have a ListBox displaying names, the DataSource is a DataTable ( code, name ), code is the ValueMember, name is the DisplayMember.
when I change the name in a row of the DataTable, the ListBox is not displaying the new name. I tried refresh, update... what do I have to do to display the new...
I am sure there is a way to do it...
I have a comboBox and a picture, I want to change the picture when the user is highlighting items in the opened comboBox, without using the SelectedIndex or Value because they are not yet set. Any idea?
If I have a TabPage containing a user control displaying information, then creating others TabPages and adding the same user control to them, the user control moves to the new TabPage and I can't see it when I refresh the old TabPages. How can I refresh the user control when switching TabPages...
Is there an easy way to obtain margins identical in the printed version to those in the printPreview version? When I print my document, the left margin is larger than the printPreview version but the paper size fits perfectly.
In my treeView, I want to change a checkbox node to indeterminate if not all the childs are checked. Any way to do it? because the Checked property is a bool and not a CheckState like a normal checkBox...
Why does a simple c# program take so much memory, I mean a simple form with a label in it takes up to 15 000 Ko in my task manager... is it the task manager or what?
Any way to make a multi-languages application easily with c#, like switching from french to english, english to french without loads of refresh fonctions?
Is there any way to custom the openFileDialog class, I want to sort the files with my own columns instead of the default. I can't inherit from it or fileDialog and I am not gonna redo my own dialog, any one know how to customize it in c#?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.