Answer Questions
juliolefebvre Please Help
I am trying to deploy an application to our web server and I get the error Cannot Continue. The application is improperly formatted. Contact the application vendor for assistance (I am the vendor). This is the details: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727 ...Show All
edugator How do i assign this?
let say i wanted to sum up all the price in my database and assing it to a listview table. how do i do it what i did was .... myRS.Open("Select SUM(Price) FROM Store",myDb) how do I assign it to a listview where doe ...Show All
nuno vieira LockScreen, get and change Keys.
I have a Windows Form that I have set to go into Full Screen by setting the border to "none" and the WindowState to "maximized". On the forms "OnKeyPressed" Event Handler I have a switch that is supposed to check if the keys: Control, Alt, Delete, and Tab were pressed. If the user presses the key, it changes its value to the 'A' Key. (Meaning if they press Ctrl, Alt, or Del, or Tab it is like they press A instead. ...Show All
smaillet Programmatically accessing a form
I have a routine that used to use the Form object of VBA. Now, in .NET, EVERY form is a different type, but all of them (I believe) derive from a "general" Form class. From within a form, I call a routine SBClear(me), "Me" being the Form itself, as usual The routine is to be declared public function SBClear(frm as form) but it doesn't work. How can I achieve what ...Show All
Dutko DataGridViewImageColumn - dynamically set images per grid row
hi, i want to add a picture from a db to a datagridviewImageColumn. There a two tables: table1 id, someData, someOtherData Table2 id,image I tried to read the picture in the CellFormatting event, but i need the id from table1 ( the value from the row wich will be currently created) but it seems that the value is not available at this time. Is there a way to get this value A join with the two tables is not possible, because i ...Show All
Cobra300 Can not receive animals
Hello , I am new to Terrarium . when I run terrarium , I got some infomation below "The Terrarium server is experiencing temporary difficulties. This is probably why you aren't receiving any animals. please bear with u ...Show All
psystems Set forms-start
hi, Can anybody help me how to start a second form added to a project as the start form when the project is executed . Thanks, Varun In the method defined as "public static void Main(){}", change the form instantiated in the&nbs ...Show All
jockofett DataGridView.RowValidated event is thrown even if no edition occured.
Hi all.. I'm using RowValidated event of a DataGridView control to save changes to a database kept as an XML file. I noticed that when I just run the application, this event is also called causing the database to save the current record. This has 2 problems: 1.- Unnecessary overhead, by saving the database when it isn't necessary. 2.- One of the column field is named LastUpdatedDate which stores the last date and time when the record ...Show All
gwapo Shortcut key combos like Ctrl+W, S
In visual studio, you can go Ctrl+W, S to open the solution explorer window. The ShortcutKeys property of a MenuItem only allows you to assign one. Do I have to implement a key combo feature manually Yes. ...Show All
patti_nyl Adding Image to the first column (the selecting column)
Hello all. I'm trying to add an image to the first column of a DataGridView. I mean - the column in which we click to allow selection of the row (I don't know its exact name), not the the grid.Columns[0] column. How can I add/creat ...Show All
james100 Datetime picker date comparision
On the form I have two Datetime picker control DTPickerStartTime DTPickerEndTime But when user selects the date which is greater than enddate error message fires many times Private Sub DTPickerStartTime_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handl ...Show All
Jeffory Changing Parent Items From Child
How can I change parent items such as menu items from a child After reading Erik's post, here is my new code: Public Sub mnu_Changes() mnuPrint.Visible = (Me.MdiChildren.Length > 0) & ...Show All
tplummer clickonce does not pull in GACed assemblies when publishing
Hi all, There is a dll in the GAC on my development machine but I do not want it to be in the GAC on the deployment machines. So I added a reference to it and set copy local to true. When I build the project, I see the dll gets copied to the bin folder correctly. However, when I go to publish, I do not see the dll in the publish directory. Why is clickonce not pulling it in. Is it because it's in the GAC I have done this same thing for anoth ...Show All
Ergenekon Seferoglu paging
hello i wanna page my data grid in VB.net with pagesize=10 what should i do There is no paging support in DataGridView. The following link might be helpful http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=73376&SiteID=1 ...Show All
C l e m e n s STDOLE. GAC problem. Is there a working fix yet?
I can't remove it like mentioned in the previous thread without breaking the project. The only way I can get it to work is to install the app without the reference and then update the app with the reference. This obviously is not acceptable. Sorry. Here it is. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=9506&SiteID=1 My app needs the dll so I can't delete it. It kills my code for running gnupg ...Show All
