Answer Questions
John M 37373737 manifest in dll...
Hi, I'm developing a project that contains one exe and several dlls. I'm using a manifest on the exe, can I use this same manifest on the dlls, or I have to create a manifest to each dll Thanks Well, in theory, you would&nb ...Show All
Jari Haaranen Where's the documentation?
Does anyone know whether there is any documentation for this application. I would have that because it demonstrates the 'best practices for designing, developing and deploying smart client applications', that it would come with copius amounts of information. It's ...Show All
AkhilaL MSFT prevent flicking while opacity is enabled
Alrighty....to start, I've tried the SetStyles and setting the TransparencyKey to try and simulate a layered window, but neither work. In my software I'm implementing a zoom feature. I have some controls that I programmed myself (they implement Control and override both the Paint and PaintBackground events). When I zoom, I initialize a new form and display it, and change the parent of my custom control. This works well, until I set the opacity o ...Show All
iAMssGOH changing column header height in datagrid
Hi all, Trying to display column headers where the header text is the column number (e.g. 1, 2, 3, . . 30). To save on space, I'd like to have the column header for 2 digit columns (e.g. 10) be aligned vertically - that is the&n ...Show All
Karthick1368 Statusbar control problem
Hi All I am facing a strange problem in StatusBar control. I am developing a windows form based application using VB.NET. I am using a StatusBar to display the number of records displayed by the DataGrid, say The DataGrid is showing 100 records,&nbs ...Show All
Randine Problem in configure Remote server and client
hello friends i m very new in windows remoting. i have create one server and client code using msdn. but at running the client i got the below compiling error. An unhandled exception of type 'System.Runtime.Remoting.RemotingException' occurred in mscorlib.dll Additional informat ...Show All
James Lyvers question about class attributes
If you open the object browser and look at microsft's classes, in the lower pane of the browser it shows comments about the selected class, and then if you select a class member, it shows info about the selected member. Summaries and even argum ...Show All
stormchaser889 how to make datagrid look more cool
Hi very new to .net Have been able to make datagrid look really good in asp.net but when it comes to windows application. They look more like a access table. I am creating datagrid dynamically and not filling it from database so I just want&nb ...Show All
Mohammed Fadel Shatnawi Windows Server Update Services (WSUS) direct link needed please
Hello. I have just gotten off the phone with a microsoft rep. and basically they wanted to lead me to the support.microsoft.com website which is were I just came from. My question is I need the direct link to WSUSSetup.exe file to were I can download it with a download accelerator due to my connection. Does anyone have that direct link I have attempted to google search it. I have typed in my information on that registration for countless times. ...Show All
Kalagaraz How to display "&&" characters in Menu Items using .Net
I am using .net version 1.1. I want to add the menu items dynamically. If the menu item having the text "char &&&&&& &&&&&&", it is displayed as char &&& &&&. How to display the character as normal text. I knew Mnemonic function avoiding the underscore to display. Please help me. Hi, Thanks for the solution. I have moved this post from th ...Show All
KevinUT datagrid related question
Dear all, I have one problem with windows datagrid In general when we want to display parent child relation data, we provide a relation between the parent table and child table. So when we click the parent record first it displays the relation  ...Show All
EddieMu ListView ColumnHeader question
I'm creating a custom ListView control. As part of that, I'm creating a custom ColumnHeader class: Public Class DataColumnHeader Inherits ColumnHeader Private mField As String Public Property Field() As String Get Return m ...Show All
ybuzby bind 2 string arrays, first as .displaymember 2nd as .valuemember
Hi, I have two two arrays, one of string type and second of System.Guid type. How can I bind array of strngs as display member of a listbox and array of System.Guid as Value member of a listbox Thanks, Thanks a lot!! ...Show All
Paul.Prasanta MsAccess automation problem in vb.net
Hi. I am creating a table in access in the following code. When the line oAccess.Quit is executed, it opens up an instance of MsAccess which i am not able to close even if click on File-> Exit. It only closes when the .Net application shuts down. What am i doing wrong I need help urgently. Thanks!! Try strFileName = "d:\Access\Test.mdb" oAccess = New Access.ApplicationClass oAccess.OpenCurrentDatabase(strFileNam ...Show All
WoZoI Display decrypted data from encrypted values in a Datagrid
I'm developing a C# winforms application, often I send some encrypted information to the database and it's saved as well. When I get the encrypted information, there isn't problem to set up the text property to a textbox control (txtControl.Text = objEncryptDecrypt.Decrypt(dbValue)), but I have a lot of problems to display the same decrypted value in a datagrid cell, and why That's why: private void createTableStyle() { &nb ...Show All
