Answer Questions
Joer1970 Deploy projects and setting security
I've got a Word 2K3 add-in. I'm trying to use a deployment project to create an install. How do I set the Framework 2.0 security with the deployment tool ...Show All
Tobi Public Shared Members vs. Global Variables
I've always thought that it's best to use as few global variables as possible since they take up resources. I've also though that declaring type members as <color="red"><u>public shared</u></color> was similar to a global variable and that& ...Show All
sllxnbierwl Bootstrap
Hi, Where can I get bootstrap Thank's Alexei ...Show All
JPJofre codedom - execute functions
Hello everyone I have a questions regarding codedom please help. I'm writing an application that does runtime translation (simular to FoxPro's macro expansion). For this project I'm researching using codedom. I need to create functions at runtime, add objects suc ...Show All
PregJ textbox data binding from datagrid id value
on a single form i am trying to get data from multiple tables with relations. there is a datagrid and i get the id value of datagrid row and this id will be parameter of another query and that will populate a textbox. i write another query for text box that gets only one rows. i can do that with sql but in c# i dont know how to do that. ...Show All
m_edmondson ***FIX*** Error installing Winforms 2.0 application with ClickOnce deployment
Hi. I have an Winforms 2.0 application that I want to deploy using ClickOnce deployment. I have tried it and the deployment seems to work. I get the webpage where I can install the application from, but when I try installing the application I get an Windows error dialog and a '.NET Runtime 2.0 Error Reporting' entry in my Windows eventlog. Detailed error message: EventType clr20r3, P1 app.exe, P2 1.0.2211.28810, P3 43d0fb04, P4 mscorlib, P5 ...Show All
Konrad L. M. Rudolph Automating input to GUI screens in Custom Actions
I created a Deployment project in VS 2005 that has a custom action. The custom action creates a windows form that has a couple of text boxes in it. The user fills some values (e.g., a database connection string, username) in these text boxes (which already have some default values), clicks OK, and the installation continues. Now, I want to install this application from the command line (using msiexec) without any input from the user. Effectively ...Show All
raws video player
Hi, what is the easiest way to play mpeg, avi using VS.NET 2003 I will create a folder which contains 001.mpeg, 002.mpeg, 003.avi, 004.avi ...etc. After that, I will load them one by one into the player. I have to make a full screen player (or minimize the borders). At the bottom of the player, there is a scrolling text bar to show some news. My platform is window XP. The easiest way would be DirectShow, but ...Show All
kwix How to compare the Dates in VB.net
Can some one please let me know how to compare the Dates in VB.net Thanks I tried this on my form I have two Date Picker controls. In the following code I am trying to assign to the text box value wrong dates if Start&n ...Show All
John007 Is there a way to export a datagrid to an Excel or html format file?
Hi all.. thanks for taking the time to help in advance!! :) I've written a win application that has a datagrid which displays certain contents from a database, is there a way to allow the user to export the contents of that datagrid to maybe an excel file or html file so they can print it out themselves I've done a lot of googling and most i could find were for web applications and not winform.. can someone point me in the right direction Than ...Show All
atlisd Checked Items in DataGridViewCheckBoxColumn
Hi all, I have a DataGridView control binding with a DataSet, and a DataGridViewCheckBoxColumn is placed at the last column. Now, I want to get the checked items from this DataGridView and do other processes. Can you tell me how can I do this (E.g. loop all rows in DataGridView and then cast the CheckBox control, so that I can retrieve the value of the CheckBox as well as the values of cell[2] and cell[3].) Thanks, Peter ...Show All
victorpgx BaseDirectory is not what I expected
so I am loading my app from http://localhost/foo/ when I run this: string appbase = AppDomain.CurrentDomain.BaseDirectory; it returns http://localhost and not http://localhost/foo as I would expect if this is the expected behavior, then how can I dynamically get http://localhost/foo/ po ...Show All
dhnriverside DataGridViewComboBoxColumn value is not valid
howde... I decided to move towards VS-2005 after seeing that the Datagrid has be revamped to included comboboxs, buttons, images etcs.. I noticed that the Dreaded Tablestlyes has been dropped (YAAAARR!!!!) any way after useing for about a day scratching my head.. I keep getting DataGridViewComboBoxColumn "value is not valid" dont make sense to me.. btw I am not useing the wizard as I need to dynamically create Colums.. ok here is so ...Show All
MFZ Retrived dataset refresh
I have a dataset in my form (created visually), with databinding to a grid. I have a button with an event. In the click event I do. MyDataSet = Customer.GetAll, where customer is a class that return a dataset with all the customers. All works fine, but the controls databinded with MyDataSet don't refresh. I think the problem is that I'm changing the reference from the dataset. How can I solve the problem ...Show All
Tomas259 Dynamicly Creating class DLL from EXE
I'm looking for an example code showing the following: EXE form app. that creates a virtual dynamic refrence class in memory Public Class... Private DynamicVariable1 as string ' I want to be able to restructure the class on demand Private DynamicVariable2 as strin ...Show All
