Answer Questions
Adrian Nicolaescu Windows User Control in Web Page using OBJECT tag.
Hi, please bear with me on this one I know its a Windows Forms forum but I've been all over to try to find somebody that can tell me why it does not work when I sign my assembly. I have done the following: Create a System.Windows.Forms.UserControl add a label that says "HELLO" Create a Web Application and and use the Default.aspx and add the OBJECT tag embedding the User Control in the web page. This works no problem, ...Show All
DavWein VS 2005 Express, Clickonce, and Roaming Profiles
It appears that Clickonce deployment in VS 2005 Express is disabled for roaming profiles. The app that I'm trying to deploy to a roaming profile does not allow the user to connect to the database. The exception thrown indicates the user does not have the permissions necessary to connect. When I deploy the app on a box that does not have a roaming profile, everything works great. I've found the property in the Clickonce de ...Show All
ClydeB cannot call invoke or InvokeAsync on a control
I am making a plug-in to a winform application . The plug-ins are managed by different groups. When I run my plug-in and I get this error randomly . I looked up the error in the documentations I came across and created a sample app to reproduce it and I could . It is by calling invoke on a control in the constructor of the form and that kinda makes sense . Also if I have too many windows open on my desktop the i guess we kinda run out of hand ...Show All
Bhupesh Mohan Access to .NET converter
Is there any tool to convert access applications to .net winforms applications None that I know of, the programming models are just too different. If your access application is just some data entry forms, take a look at (the public&n ...Show All
Chubbly Geezer Forms 2.0/Smart Client
G'day from New Zealand, I'm intending to design an app that will allow multiple users to add, modify & delete data using client machines (PC/Laptop/PocketPC) connecting to a central DB. Am i correct in assuming that Windows Forms 2.0 is the most appropriate design tool for my client application for PC/laptop Previously i have developed apps using ASP connecting to a server DLL which in turn connects to a server database. But i und ...Show All
Russell Kay for which version of the framework is the server [Beta 1] built
I have just downloaded and after many problems got the terrarium server on my box. However, when I brows to the web site, it loads up the ChartNew.aspx file and says the user I set up is not ascosiated with a valid SQL connection. Thi ...Show All
Monirul Islam OleDbConnection as global variable
How can I use an OleDbConnection object as global variable I have tried it writing its declaration in a module that it´s loaded at first but doesn´t work. The lines i wrote in the module were: Friend WithEvents ODCProcessFinder As System.Data.OleD ...Show All
crazy Skin
I need a skin for an application, to create windows with round corner, if i remember right on this site was an article/library about this subject. Can you help me Where i can find that article/library Stefanelus ...Show All
ACM "Provider cannot be found" error for Jet ODBC, Server 2003 R2 x64
I'm migrating a lot of old ASP code wich ran perfectly fine on Windows 2000 Advanced Server to a Windows Server 2003 R2 x64. When ever I make a call to a MS Access DB I get the following error... ADODB.Connection error '800a0e7a' Provider cannot be found. It may not be properly installed. /test.asp , line 6 I'm assuming this is due to a driver error. Can any body direct me to a place where I can download the latest Access mdb driver ...Show All
DonRon1972 change background at runtime
what is the code to change the background image and background color of panel at run time pls help me The panel has BackgroundImage and BackgroundColor properties, just set them. You can load an Image from resources or from disc, the Image class has static methods for this purpose. panel1.backgroundcolor=Color.green The editor is showing the above code as a mistake and I dont know h ...Show All
IanThomas programmically / dynamically addressing controls in a winform
I'm using a ListArray to store the names of various controls I've created at runtime/programmically (a more direct way of storing a 'pointer' these controls would be nice) I'd like to address them to modify public properties directly as possible (like us ...Show All
TcoUpLoad Naka and Mari - Is Terrarium fun over ?
Is it over Naka and Mari is too much dominating in numbers to introduce succesfully even a "2x superior to Naka/Mari" more than x hours. 1> Would like to know if anyone has some ideas on how we could get back the fun to&nbs ...Show All
Luis Miguel Abreu DataGrid column alignment problems
1. The DataGridColumn's Alignment property does not function properly. The header is always left-aligned, no matter what this property is. 2. How is it possible to center-align the header and right-align number-data The Format property provides only the format&n ...Show All
Ilya Evdokimov datagrid problem
am making a datagrid in c# (vs 2003) and i wantto make a time colum (only time , not time and date) the problem is that when i add a time colum (using access (make a date/time field and using short time fromating)) the datagrid shows day and time but i don't need (don't want) day i want only houres how can i do that thanks DataGridTextBoxColumn class has a format property which ...Show All
Manuel_Sukerman Transparent Forms VB and then...
I am trying to set my forms to transparent and to draw semi transparent PNG image. OK I do that but when i move my form graphics remains the same. Same hapends when i display my form over some animated graphics or video, video is playing but area of my form region remains the same. Please help me, I tryed everything... Is this posible at all Hi When you say "when i move my form graphics remains the same. "&nb ...Show All
