Hi all, My requirement is to show a fixed a non editable form in left protion of a form and the right part contains some editable fields which will be filled on the basis of the the form on the left side of the main form. I have used pannals for seperation of the main page in two but i am unable to find the zooming option for the left pannal(that non editable form) for the better viewing. Can any body help me with out with concept of zooming of any page in windows application using VS .Net 2005? Thanks in Advance Ankur
ag46677
Posts
-
Zoom the pannal or windows form in VS .Net 2005 -
To generate a pop up from windows service..Thanks for the reply .. but how does the general pop up ex: system connection, scan and etc pop up comes. I think these are all services running in the system which on detecting the required thing generates an alert. Isn't it??? Thanks Ankur
-
To generate a pop up from windows service..Hi all, The problem is I am unable to generate the an alert/popup from a windows service. Can any body has got the solution for generating it. Please help. Its urgent. :( Thanks in Advance Ankur
-
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond".Exception please Help..Hi All, As my subject says all that I have been struggling with the same exception as "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond". The scenario is I am using socket programming to send some data to the client machine from my server using a web service. I have tested around 50 odd cases in which the same exception is raised in around 10 cases and rest is delivered successfully. Can anybody help me out with this exception? Exception details are pasted below - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP) As far as fire wall and antivirus is concern, as mentioned before few cases are reaching to the client machine and few are not. So can anybody help me out of this problem. Thanks in Advance.... Ankur
-
Check Header in Excelhi... can you explain your question in detail way . so that I can give you some more inputs.
-
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-ExceptionHi All, As my subject says all that I have been struggling with the same exception as "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond". The scenario is I am using socket programming to send some data to the client machine from my server using a web service. I have tested around 50 odd cases in which the same exception is raised in around 10 cases and rest is delivered successfully. Can anybody help me out with this exception? Exception details are pasted below - System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP) Thanks in Advance.... Ankur
-
Using WebService saving the files to client system using its Internet IP addressHi all, I want to sending an XML string using webservice installed at server to the client using IP(internet IP) and then further want to save it in the from of XML file. can anybody tell me how to do it??? Thanks in advance. Ankur
-
What this code is doingbuddy, U have a typical class code with u. Just look in the code its just a constructor with one parameter which is initiallising the value passed by the parameter to the local class variable.
-
What should be Used?? Remoting/Web Services/SocketsSir, I am on a project of emergency management, so by this you may be able to understand that the xml information needed to be send to the client is prime importance. I cannot afford delay of any second even. Thanks.
-
What should be Used?? Remoting/Web Services/Socketsok..let me tell you real senario. in my case client is connected with the server whole 24*7, i.e., server will be having the internet Ip of the client all the time(so client will be ready to take the data every time the server is sending the data). and as i said there may be 500-600 different client accross the internet network for the server to send the data and server will map the data to the correct client will send the data. any other solution?? Thanks in advance.
-
What should be Used?? Remoting/Web Services/SocketsHello Sir, Thanks for the early response. But the problem is our architecture does not permit this. In our case client should not PULL the data rather server should PUSH the data to the client knowing the internet IP of the client. any solution for this type of case..???? Thanks in advance.
-
What should be Used?? Remoting/Web Services/Socketsya u are right but the thing is I dont want the webservice to be called by the client but server should send the file to client by itself provided that the internet ip of the client is known.. I think i missed this point hope you are clear with the senario. I dont want PULL mechanism at client side but PUSH at server side.
-
What should be Used?? Remoting/Web Services/SocketsHi all, It’s my very first time posting any problem in the forum like this. I am expecting proper responses from u expert friends. Problem is that I am in dilemma that which of the technique I should use in the scenario mentioned below. I have got a server installed in my LAN and I need to send an XML file/string to the client which exists out of my LAN using internet (of course). There may around 500 to 600 client access my server for the data. Please suggest me which of the techniques: a. Remoting b. Web Services c. Socket Can solve my problem. Some constraints are the for each of the techniques as a. If I go by Remoting, it’s difficult to apply it over internet and not even reliable too as any of the firewall can restrict it. b. If I go by Web Services I need to have IIS installed on the client’s side which cannot be done for the cost reasons. c. If I go by sockets again the problem with the firewalls arises. Please suggest me a proper technique and solution of get ridge of the above mentioned problems associated with each of them. Note : I am working on C#.Net with the framework 1.1. Thanks in advance.