Answer Questions
peetfkl Capture Icons
Hello all i want to know how to capture the icon of a file or folder , or at least create shortcut icon for it , and then use it in my application thx all:) You could also have a look at the new method for .NET 2.0 called Icon.ExtractAssociatedIcon, however this won't retrieve icons for folders. thx eli for your quick response and your interest but for sorry! the topic that u sent to me not covers my question any way the articl ...Show All
Filipe Fernandes Inherit events
hi al, q: can i inherit events eg: Public Class InvoerVeld Inherits System.Windows.Forms.TextBox Public Event FoutOpgetreden(ByVal Foutmelding As String) Public Event WaardeGeacepteerd() end class Public Class NummeriekInvoerVeld Inherits InvoerVeld ...Show All
Success For Loop in a datagrid: Windows vs Web. I am SOOOO lost!!!!!
I am writing a WINDOWS form with a datagrid where i need to run a loop and basically flag every item (containers to be shipped in this case). Now, I've done this with a webform and have had no problems what so ever with it ...Show All
-D.- MDI Child Variables
I have a DataSet created in a MDI child form. How can I access it from the MDI parent DataSet DS = this.ActiveMdiChild. However, I do not have the name of the childform. It can be anything. So, when I say DataSet DS = this.ActiveMdiChild.MyDataSet; It will give an error MyDataSet is not defined. One way is to create a property in the MDI like: public DataSet MyDataSet { &nb ...Show All
safewithyou247 Accessing data in a hidden column
I'm a beginning C# developer. I have a GridView control on my form which has several hidden columns. When a user selects a row on the grid I need to access the data in a hidden column for that particular row and use it in other parts of my C# code. So far, when the column's Visible property is set to "True" I have no problem accessing the data in it, but when the column's Visible property is set to "False" I can't seem to ...Show All
Gopal Ramamoorthy Application is improperly formatted
Hi, Finally i found the solution to run my clickonce application. Everytime i started my clickonce application on another PC the framework and additional prerequisites installed ok, but when the clickonce application should be installed (locally) i got the error message 'Application is improperly formatted' with in the detailled message 'Deployment manifest contains an invalid application dependency'. It seems that whenever the setup.exe has run ...Show All
Jayaraman How do not do refresh automatically?
Hi, How do not do refresh automatically of some object I want do refresh manually only. Thank's Alexei Hi. Visible controls tend to have a Refresh() method. Therefore, I assume that what you want to do is to pause the repaint of your controls until you are done. SuspendLayout() and ResumeLayout() on the parent control (say your Form) should work. http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.suspendlayout.aspx H ...Show All
Anjali Total Value of a Column with conditions
I am writing in VB and I have the following problem. I have a database where all my sales are stored, and I have different Sales People On a form I have a dropdown box with their names, a textbox, and a button. I need help to write code that will bring me the total sales (Of the Selected Sales Person in the dropdown box) to the text box when I click the button. One of my column's in the database is for the  ...Show All
FritzPoll How to assign single Icon for all win forms
hello all, in my .NET 2.0 Winforms there are many forms. I want to apply my own icon for all forms and for EXE aslo. How to do this, any sounds will be appriciated thx for response but i need for all forms. Is there any facility like applying skin in ASP.NET. in my applicaiton there are many forms. How to do this Create a base form and inherit all the other forms from it. ...Show All
Rj_murray DatgridView like in SQL 2005 Management Studio
In SQL 2005 management studio, when you open a large table the grid displays the rows in the grid asynchronously, you can manipulate the result grid while all the records are being loaded...Anyone know how to achieve this in VB.NET or C# Mark Thanks for taking the time to answer but I already looked at that - I don't see how to adapt it to get it to work with a DataSet, DataTable or whatever... ...Show All
DarrenK transfer unmanaged memory to Bitmap object
I have a program which reads raw image data from audio hardware. I am reading the data in unmanaged C++ code. In a managed C++ routine, I have a pointer to an unmanaged unsigned char array. I would like to load a bitmap object with&n ...Show All
Catherine L D Looking for a book recommendation for GDI+
I really want to get into writing custom controls that work well at design time. Can anybody recommend any GDI+ books for C# ...Show All
Arnie_Mac Creating a 30-day trial (How to?)
Hi, I was wondering if anyone could guide me in the right direction for deploying an application with a 30-day trial constraint. Is this possible (and relatively easy) to do without using a third party product. If not, which product is best for ...Show All
DSD Searching for the VB or C# code with database
I'm in the process of looking at TaskVision. Noticed that the source wasn't online anymore but got it anyway :-) Now, I'm looking for an installer of TaskVision or the source with a database script so I can set up my own server to host&nbs ...Show All
Dag Konig CLickonce without the publish.htm
Is there a way to make the program just open up instead of the user hitting the run button I goofed (and angry I forgot about it). Rather than directing a user to publish.htm, point them to the main .application file in the app folder (or automatically redirect them to it). Accessing this should automatically load the installer and allow the user to decide if they really want to. It is also worth n ...Show All
