Answer Questions
Vit Pippal image on a button
Hi, how can I have an image appearing all over the button, not just on part of it. I used the image property of button, but it only shows the image on part of the button. I tried imagebackground property, but it shows the image so many&nbs ...Show All
mario gutierrez deriving from Panel and how to use it in form designer
i derived GlControl from Panel. that is panel accelerated with OpenGL. now i want to use it in forms designer. what i first did, was placing a Panel in designer and then in code changed its type to GlPanel. after compiling the app, everything&n ...Show All
Dav? S. A??????? HasChanges() question
I am using the HasChanges method to check if a user has made changes to the form data. I am using a binding source and tables adapters. I load data into the form from a lookup form by using tableadpater.fill. When I close the form I use HasChanges to check if the record has been edited. the problem is it is always returning true, whether I make changes or not. I cannot seem to get this to work properly. I have tried calling endedit and acceptcha ...Show All
s_muneer How to build the shell explorer on the TreeView component
Can anyone tell me how I build an explorer like the left pane in the Windows Explorer, using the TreeView component in VS-2005, C# What I need is the ability to browse from the desktop, and downwards on the disk structure. I found the dialog for folder browsing, but I need it to be a part of my main window - exactly like the windows explorer... Thanks a lot for your help... Best regards, Mikael Hi, Check following article: ht ...Show All
bialasw Save and restore Form position and DataGridView's configuration
My Application need to save and restore components when restart next time. Such as: - Change size and position of the form itself. - Change width, order of columns of DataGridView's columns. I want to save information configure into configuration file. Everybody have ideas, please show me way to do it or give some solution ...Show All
jonessy Temporarily changing Connection Str to Invalid Connection
I have a working prototype that needs to be deployed to the user site for review. The backend is an Access database. The only thing that changes in the connection string is the path to the back-end. Since I cannot create a con ...Show All
Dave_AC WebResponse.GetResponse incredibly slow?
Hi, I am getting a response from a url like so: // Get the data HttpWebRequest wr = ( HttpWebRequest ) WebRequest .Create(reqURL); MessageBox .Show( "Got data" ); // Load respose into response object WebResponse Resp = wr.GetResponse(); MessageBox .Show( "Got resp" ); The time between the two message boxes is at least 15 seconds - which is severely slowing the app down. In IE the load time is less than a second. I ...Show All
ozan celikada Does the new terrarium work for anyone?
Just thought I'd ask I wonder if this new version worked for anyone at microsoft before they released it, and if it did, what happened to it . Just a thought.... Hey Guys, Some one is really playing with all ...Show All
svarma Creating my own types?
I have a quick question. I'm not sure if I'm in the right category for this but... I want to create a form that is basically a form that a user will enter information that will show up in dropdown boxes. This form will handle& ...Show All
Tweed Clear understanding of the license policy of microsoft for developers
Dear Sir, I am a developer using the dotnet framework 1 sdk for windows form and web app .I have gone through the Licensing Agreement on the Microsoft site. I want a clear undesrtanding of it which I could not get it from the above said page. As I understand it I require a licensed copy of th ...Show All
jorgew How to get to the value of a datagrid column given the current cell value?
Hi, howdy! How do I programmatically get to the value of a particular column given the current cell value For instance, on datagrid double click, I got this current cell value. MessageBox.Show("Row is " & dg.CurrentCell.RowNumber _ & ", Value is " & dg.Item(dgbyCSR.CurrentCell)) I want to get to a value on another column on the same row. Thanks! You can just u ...Show All
jorgeebh Handling the Close Event
i'm using C# with the original vs .net, and i don't want the form to close when the user clicks the X in the top right corner. instead i want to handle the event and ask the user to save before closing, i know how to add a m ...Show All
richardtearle Dynamic loading of UI controls
Are there any good articles out there on packaging up UI into control library and dynamically loading them into a main shell. With the main windows being a .NET executable and the UI library a dll. Thanks Pat JCasa - It will probabl ...Show All
Gorhal problems modifying access db data...
Hi, I have an access database with these tables: TableName : General Columns : ID, Name, etc... TableName : Blah Columns : ID, Whaever, etc... TableName : Buh Columns : ID, Date, etc... Now, ID is supposed to be a primary key in all tables, and in the ta ...Show All
anshumanoz Binding a listbox AND interacting with it
Hi all, I'm getting very confused with data binding to simple objects. I definitely want to use this. My entire goal is to have my list bound to a listbox control which the user then interacts with and also does 'remove' and 'add' operations to right-clicking. My first attempt was to add objects to the listbox - looks good enough. But while the documentation is happy to tell you how to Add object, removing them is something else altogether. ...Show All
