Hi, Do any one know how to call a windows service in the web service. A line of code will be great. Thanks in advance, Sreepathi.
Sreepathi
Posts
-
Calling Windows service in webServices -
How to know I am on a frame(GroupBox)Hi All, I have some frames(GroupBoxes) for my application and would like to know when the mouse comes onto the frame(GroupBox). Any ideas please. Or can I know the coordinates of the mouse when I am on the frame(GroupBox)(Some thing like that) Thanks in advance. Sreepathi
-
Freeze some columns in DatagridHi, Do any one know how to freeze some columns in datagrid, like excel does. I would like to see some columns always appear and rest of the columns should appear and disappear with a horizontal scrollbar(like excel freeze). Thanks in advance. Sreepathi
-
Highlight Treeview NodeHi, I am using Treeview for drag and drop, and when I am dragging and moving around the treeview, I would like to highlight the node that has current focus, so that I can come to know on which node it is dropped, just like Explorer window. Thanks, Sreepathi
-
Creating help fileHi, How to create, Edit and Load help file for each control. Or I would like to know how to write help file for my application for each control. Any help will be appreciated. Thanks,
-
How to create Help files in windowsHi, Can any know how to create, edit and display help when F1 is clicked for each control in VB.NET Sreepathi.
-
How to know the focused controlHi, I used the following code to know the control which has focus: System.Windows.Forms.AccessibleObject.GetFocused The error I got is 'GetFocused' is not a member of 'AccessibleObject', but Documentation says, it is a member. Do you any one know how to find the focused control. Thanks, Sreepathi
-
How to know user rightsHi Roman Rodov and all, It doesn't work for me. Giving an error saying that the Specified cast is not valid. Thanks, Sreepathi. Got it Thanks....
-
How to know user rightsHi, I would like to know the Administrator Rights are there are not for the current user. My application gives the computer name etc., when the user runs on his machine, at the same time I would like to know whether the user have Administrator rights or not. Can any one help me. Thanks, Sreepathi Sreepathi
-
Save wordIn simple I would like to know whether the Word document is already open or not before opening a document. I want a boolean which tells the document is open or not. Thanks.
-
Save wordHi, I have an application which opens and saves word document from vb.net(windows) application. I open a document directly let us say TestReport.doc, I didn't closed and minimised the same. Now I run the .NET application and in the save dialog box I gave the same file name and path, then the application is hang up. Can any one guide me how to handle the same. Thanks, Sreepathi
-
RichTextBox.Rtf propertyThanks for the answer. Actually can you give me a method which will translate the Rtf formatted string to stadard text, as I am going to use the same on different controls, which are not having Rtf property with them. I am looking for a method which can translate both ways, i.e. if I send Rtf then it should return Standard string and If I send Standard string it should send Rtf formatted string. Thanks
-
RichTextBox.Rtf propertyHi Mazdak, Thanks for your reply. Actually I have some nodes in a TreeView, and RichTextBox control on a frame. Now as I navigate through the records in the treeview, the details of the node text are displayed in the RichTextBox. I selected the text in the RichTextBox and made Bold and some text to Underline. Then when I tabOut of the RichTextBox, the details are updated to the respective TreeView node. When I select the same TreeView node I would like to see the same text with Bold or Underline(what ever I set for the text). For this I have written that TreeView.SelectedNode.Text = RichTextBox.Rtf, but when I tabbed out of the RichTextBox then the TreeView node text is changed to Rtf format I think. And it is not readable and having all {.../b.../u...} etc. When I click the TreeView node again the RichTextBox also displays the same in the Rtf format and which can not be readable. I hope you got my problem. Can you help me in this please.
-
RichTextBox.Rtf propertyHi, I am working on VB.NET. And used treeView and RichTextBox to dispaly the details. When I clicked the treeView node, the details of the node are displayed in the RichTextBox and some other controls. Now I selected some text in the RichTextBox and made bold and underline. Now I want to save and retrive the same. When I used RichTextBox.Rtf, then the text is converted to rtf format, but when I retrive the same and want to display in the RichTextBox again, I need to convert back to text with Bold or Underline as I set earlier. I could set Bold and Underline to the selected text in RichTextBox using Font dialog box. Can any one help me in doing this. Thanks, Sree Sreepathi Rao