| Thread | Last Post | Replies |
|
| Panel | 28 Dec 2004 17:53 GMT | 2 |
I have a panel on a form that holds a large number of controls. When I scroll the panel down and leave the form and then come back, the panel is still in the last position I left it. Is there a way to make the panel go back to the top position.
|
| .net Framework installation prob. error 1304 | 28 Dec 2004 14:19 GMT | 1 |
hey I need to install the framework because another program i am installing rrequires it. the download went fine but the problem occurs when i am installing the framework. I get and error message (#1304) and it says that it cannot be written to file, so-and-so, then it says make ...
|
| [C#]Transparented menus | 28 Dec 2004 14:03 GMT | 3 |
I like this forum - it seems like there are really helpful people in here :D I would like to know how to change the transparency level of any menu in Windows using C#.NET. Can you please tell me how to do it?
|
| CJK problem in the PDF format | 28 Dec 2004 12:10 GMT | 3 |
I cannot understand how to work with CJK in the PDF format. Can anybody provide me a PDF file with Chinese or Japanese characters and file description. Any your help will be appreciated.
|
| assemblies... | 28 Dec 2004 09:24 GMT | 2 |
I understand that adding an assembly to the GAC, will make that assembly available to other applications. Is it possible to configure a global assembly only to be available for software from the same vendor? I don't want others to reference my
|
| UserControl and containing controls problem... | 28 Dec 2004 05:37 GMT | 7 |
Hi, I'm making my own control which holds some buttons ant textboxes and also has a panel control. in design time i want to drop another controls into the panel that is in my
|
| Updating a windows forms control from a thread | 28 Dec 2004 05:14 GMT | 11 |
I've gotten this question a couple of times in interviews and I don't know what they are looking for: How do you update a control's property, such as a textbox.text property, from a thread, in .NET? It seems to me you just update it normally. What
|
| Retreving function structures from DLL's (PInvoke) | 28 Dec 2004 05:10 GMT | 2 |
I am a c# programmer. New to PInvoke. From MSDN i came to know using link or dumpbin exe's we can retreive all the functions in dll's. Can any one help me on how to retreive the api function names including there structures ( Ex: public static extern int MessageBox(int hWnd, ...
|
| aspx in virtual directory | 28 Dec 2004 03:47 GMT | 1 |
I’m trying to run an aspx page in a virtual directory in my IIS, and getting the error below. Please, where I should fix to make it run? I’ve tried many security changes in directories, without success. The html and asp pages are running fine.
|
| Transaction Problem with ODBC over xp SP2 | 28 Dec 2004 03:41 GMT | 1 |
I´ve got a problem with my component I developed a Serviced Component with .net Ever this component access the database and start the transaction with my Database(INFORMIX) show a error message [25000] [Microsoft][ODBC Driver Manager] Failed to enlist on calling
|
| Transaction Problem with SP2 XP and ODBC | 28 Dec 2004 03:41 GMT | 1 |
I´ve got a problem with my component I developed a Serviced Component with .net Ever this component access the database and start the transaction with my Database(INFORMIX) show a error message [25000] [Microsoft][ODBC Driver Manager] Failed to enlist on calling
|
| Asynchronous Execution and Thread Pool in a Server Scenario | 28 Dec 2004 03:37 GMT | 1 |
I've read several posts about his issue but could not understand what exactly going on under the hood. In a server scenario, a Thread Pool thread is processing a request. At some point it needs to do an IO call (database, web service, file
|
| install prob .net framework error1304 | 28 Dec 2004 02:55 GMT | 1 |
Hi am am desperatly trying to install this program but during setup i get an error message that says error writing to file, make sure you have acsess to it the error number is 1304 somebody please help me.
|
| aspx in virtual directory | 28 Dec 2004 00:31 GMT | 2 |
I’m trying to run an aspx page on a virtual directory, and I’m getting the error “Server cannot access application directory” (my previous post). Using a file monitor, I found that the problem should be as follow: “12:43:41 w3wp.exe:1756
|
| Huge Memory Usage | 27 Dec 2004 22:40 GMT | 2 |
I am writing an application in C#, VB.NET which basicaly has a form with a few pictureBoxes on it and a TabControl with 3 tab pages - in each one a treeView and a ListView. In addition it loads a few other dll's as a reference
|