Answer Questions
http200 Bad coloring in GroupBox
Hi for all what I make is drag a group box control and change the BackColor to red THEN I have a very bad extra coloring space at the top of the control text Can any one help me how to remove this extra coloring space or Adjusting It ***** It is really annoying thing to see this Thanks for any help No you can't get rid of the extra space. To verify that it isn't a .NET thing I went back to the underlying Win32 c ...Show All
BFC report load failed in another PC
I use crystal viewer to viewe a crystal report. It is working fine in my home pc. After I re-run in company pc, I got error: report load failed. Can anyone help me http://support.crystaldecisions.com/library/kbase/articles/c2010681.asp ...Show All
Jim McKay Update Data With EndEdit and Validate
Friends, Two questions, hopefully both easily answered. First, here is a small piece of code I pulled from MSDN to add records to a data source from a form. this .Validate(); this .myBindingSource.EndEdit(); this .myTableAdapter.Update( this .fleetDataSet.myTable); First question is: What is the Validate() method supposed to do I can find nothing on this one. Second, what do I need the EndEdit method for The pathetic little descrip ...Show All
albertly Creating Setup application in VS 2003
Hi Guys I've created setup project for my application and added custom dialog with one checkbox (other three I've disabled). I'm interested now in how I can get the information whether this checkbox checked or not Regares Yeghia Yeghia, the information from the checkbox is exposed through the checkbox1Property Where 1 is the number of the checkbox. The actual name of the value is configurable but de ...Show All
Mike Hulen Using Datagrid to Edit XML?
Microsoft's documentation contains an example of reading XML and displaying it in a DataGrid, but does anyone know where I could find a sample where the DataGrid is used that can actually write back to the original XML file thanks. ...Show All
Michael Nebel Problems in Updating database using data bindings
Hello I am trying to update an access database with the databindings using the this code oleDaCampervan.Update(dsCampervan) But it does not update in my database unless I assign the position by itself like that Me.BindingContext(dsCampervan, "secondhandsales").Position = BindingContext(dsCampervan, "secondhandsales").Position oleDaCampervan.Update(dsCampervan) Then it updates in the table noemaly by this way I am wo ...Show All
Mohd Shoaib How do you refresh data bound to a DataGridView
This should be easy... but I don't know how to do it. I have created a DataSet that is bound to a DataGridView so that the DataGridView displays the data in my DataSet. If my DataGridView is called dgvStudents, the following code DOES NOT do the job: dgvStudents.Refresh(); I can see the grid itself flash and refresh(), but the data behind the grid is not being refreshed, so new items in the database (added by another pro ...Show All
RobbyKing Datagrid not utilizing table style created
All, I have created a datagrid and a table style associated with that grid. When I display the dataset in the datagrid the table style is not utilized. Please find my code sample below. Let me know if you have any ideas. I have been looking at this for days and cannot figure out why it is not working as designed. Thanks... Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) H ...Show All
MollyBos -- MSFT Deploying an application
wotcha peeps I've been messing about with the Setup and Deployment project thing, with the aim of creating a msi file for a nice n simple windows form app (using vs2005 final) It seems pretty good, although limited. What I specifically want to do is conditionally install some other apps, using the standard tree view control thing that you get in setup apps. All I could find were the checkbox dialogs, which would do the job :-) , but ...Show All
dlamp Edit text during design-time
Hi I'm creating a component inherit from Panel under the .NET Framework 2.0 in C#. This component have a title bar in which I draw a text. I would like to allow other developper who will use my component to edit this text directly via the designer and not only by the propertygrid. For exemple, I would like to do the same thing than in a Menu where you can write the title of your MenuItems in the designer. Is there anybody can help me ...Show All
Waheeda Preventing a user from typing in a datagrid ?
Hi, I have a normal vb.net datagrid. I do not want the user to enter any value in the first column of the grid. At the same time I cannot set it to readonly= true for some reason. How can I prevent the user from entering any value into the cells of only that column The keypress or keydown events of the datagrid are not working. Can you please help me. Prasad I cannot do it as ReadOnly inorder to a ...Show All
Casino Game Developer Hi ppl, I need some help on threading.
oki.. this is wat iv got As i know it. No object is allowed to be manipulated outside the thread it was created unless its marshaled through a delegate. Now the problem i have is.. If i create a variable or an instance of a class  ...Show All
Anshim Security at Microsoft
Microsoft has released an interesting document, <a href="http://www.microsoft.com/technet/treeview/default.asp url=/technet/itsolutions/msit/security/mssecbp.asp">Security at Microsoft</a> that describes the infrastructure they use to secure their resources. Don ...Show All
Julien Ellie Click Once doesn't run the latest bit
Hi all, I have a simple application that displays a message box. I am testing click once by changing the message each time I publish the application. However I always get the same message that was in the first publish of the app. The publish folders on the server have the correct versions but the app that runs on the client does not show the changes. Any idea why thanks. Thanks Sameer.& ...Show All
Nan Tu strange problem with ShowDialog
Ok.. I hope I can explain this well. 1) FormA opens FormB with ShowDialog 2) When I close FormB, FormA refreshes and briefly shows any open app/window behind it. Almost as if FormA loses focus to another app and then regains it. I ...Show All
