Answer Questions
Konstantin Triger Can I edit the deployment list of Publish Pane by MageUI?
I cannot find a way to add my own data files to the list shown by the "Application Files..." button on the Publish Pane. If I do all the thing in MageUI, I cannot benefit(like Prerequise..) from the UI of VS2005. Therefore, I would like to know the way to edit the deployment list of Publish Pane by MageUI. Or actually edit the manifest files generated by VS2005 in MageUI, and then reload it in VS2005. Any suggestion i ...Show All
mlord1 File locked problem
I use the following Sub to write various bits of information out to a file. Public Sub WriteToLogFile(ByVal TextToAdd As String) Dim FileName As String FileName = gLogFilePath & "APP_LogFile.txt" Dim sw As System.IO.StreamWriter = New System.IO.StreamWrite ...Show All
MarlaF Labels changing size/font size on different computers
A testing version of my application has been installed on several computers at the client's office. On some computers, some of the labels appear to have changed size and the text is wrapping to a second line making them hard to read. There is also a combobox at the right end of the toolbar. On two machines it is half off the screen. The form is maximized, all the control boxes are visible--it's like the toolbar just keeps going past the edge of ...Show All
MikeCampbell AutoScrollPosition can't be setted
Hi, I am trying to set AutoScrollPosition to some value but it doesn't change. How can I solve it Thank's Alexei Hi, I have the wrong data. When I get the value from AutoScrollPosition it gives me X,Y smaller than zero. But when I want to set value I must to set X,Y bigger than zero. Thank's Alexei ...Show All
Maggie Yin Pause
Hi folks, Could you please tell me how can I do a pause in my application developed with VB I must have to get a 3 seconds before start another application TKS BR Scripter Aale: Ingenious!!! I'll have to try that method& ...Show All
Colm Field What's the right way to progamatically update values in a relationship?
What I'm trying to do is change a value for all child rows of a parent record. This works fine until I try to update the data source. Then I get a Concurrency Violation. I understand that this is caused becuase the data adapter  ...Show All
Sandeep Saxena how to open form2 from a child thread?
Hi ! I am trying to open a form2 from child thread i can do this for the UI/ Worker thread but cannot from the child thread Code: Dim t As New Thread(AddressOf openfrm) t.IsBackground =&nb ...Show All
MosheDeutsch How can i determinie menu items name in vb.net
Hi friends i want to know only name of the menu items in vb.net how can i do this Hi Buddy, I got the solution, i think its not easy, but it works for some strange reason Microsoft, doesnt create a name property, for MenuItem Class so you wont be able to use that class, for retrieve the Name of a Menuitems. You can do at leats 2 things first: create your own MenuItem Class, inherits from M ...Show All
Nuwc 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
Mark Starr Need practical examples of row validation and error handling on DataGridView
I need a practical example of row validating and error handling for the DataGridView. My DataGridView is bound and some cells are required. None of the examples I've seen on MSDN show 1) how to determine which required fields were not supplied and 2) how to give the user an intelligent message informing them of all the rows they need to enter and 3) keep the user on the row so they don't loose their edits. It seems&nbs ...Show All
Hammad_Awan newbie to winforms
I'm new to winforms and I have a question. On a button.click event I have some methods Method1(); Method2(); Method3(); My question is : if I want to exit from method1() and not to run Method2() and Method3() how can I do I've tried Close(); Application.Exit() but it's still execute the remaining methods. So if I want to check on every method I have if (method1()) { if (method2()) { method3() } } Is there a better idea I want not ...Show All
Searock Some files are not published by VS.NET 2005
In my .NET windows application, When i publish the project, some of the XML files are not published. The similar type of files are published. Can anyone tell me the reason tht why they are not published How can i add application files that i want to get published Please reply as soon as possible. Hiral, Xml files are published, by default, with the application. However, they are marked a ...Show All
km5gn How to exit an app thats currently executing a loop
I'm using a loop to read email addresses from a db (NOT SPAM!) and send email to each one. I want to be able to exit the app. If I call Application.Exit() while I'm still sending emails, the window closes but the program continues to& ...Show All
Jean Broche designer reloads
I have a form with controls on it, i then go to the code of that form (not the .Designer.cs file) and make a change, like add a function, i then tab back to the designer, and my whole windows form reloads itself. It only takes about 6 seconds but it happens every single time you make a change to the code and then go back to the designer. very annoying. It did this in beta 2, but now in rtm, they've just stuk a white rectangle over the design are ...Show All
ifrit How should I resize the datagrid
In the design mode I had created the datagrid which can accomodate 30 rows During runtime this grid has 2 to 1000 rows is there any way when my grid has less than 10 rows I want to minimize the height of the grid in run time ...Show All
