Hi.
Is there any way to control links browser from python?
I need to make some bot, twill don't work on my page, Selenium need's X server.
Maybe other way to do it?
I need to design a calendar control which should be added to our companie's application (I know there's already quite a lot calendar controls but I shall develop our own one...).
How should I start, should I use a kind of table to display the days or should I completely draw my own grid? How can I do this (I do not need rdy-to-use code, I just need some ideas...)
Hi
I want to create Restful service which can accept binary data.
I've implemented javax.xml.ws.Provider interface, but i can't get content of request. If I use javax.xml.ws.Dispatch then its send only XML data, but I need transfer binary data.
Please give some solution, but I don't prefer to use JAX-RS or Restlets.
Thanks.
Like the title says, i want to disable images, and ActiveX Controls in the vb6 webbrowser control using DLCTL_NO_RUNACTIVEXCTLS and DLCTL_NO_DLACTIVEXCTLS
Microsoft talk about it here: http://msdn.microsoft.com/en-us/library/aa741313.aspx
But i dont see any way to access IDispatch::Invoke from the vb6 application.
Any help would be greatly appreciated.
hi,
i am using dictionaries in WPF.
i have two bitmap image in it with name something like image1 and image2
now in forms, i like to set them to single image control depending on condition,
some times image1 and sometimes image2.
so how i set the source dynamically,
in dictonary i have
UriSource="/wpf1;component/images/infobarGreen.png" /
UriSource="/wpf1;component/images/infobarRed.png" /
I wonder whether anyone knows some research done with the question "What is good/bad in long/short branches in version control?"
I'm specifically interested in academic researches performed in this field. My questions are:
What problems (or conflicts) long branches may produce and how to deal with them
How to split a big task onto smaller branches/sub-tasks
How to coordinate the changes in multiple short branches, related to the same code
Thanks in advance for links and suggestions!
I am looking for an encrypted version control system . Basically I would like to
-have all files encrypted locally before sending to the server. the server should never receive any file or data unencrypted.
-Every other feature should work pretty much the same way as SVN or CVS does today.
Can anyone recommend something like this? I did a lot of searches but I cant find anything.
I have a WSDL 1.1 file which describes my Web Service. Now I need get access to its methods using ASP.NET 3.5
I tried to use wsdl.exe utility but I think that this utility use only WSDL 2.0 format.
I need to change thw environment variable Environment.GetEnvironmentVariable("TMP") for a Windows service in .NET 2.0 that is running with its own user account. The server is a Windows Server 2003, SP2. Can anybody tell me how to change the Windows environment variable for that user?
A form contains many elements, such as labels, Textbox, radio options box etc
How do you detect the user has changed a textbox input value, or has choosen a radio option within the content of a web browser control? (not the winform itself).
Do you handle a winform event for when the mouse clicked or keyboard keys pressed? or is there a better way to detect changes in the web browser content?
Hello
I moved my access apllication from DAO into ADO connection. It works better but I am encountering a problem when I enter a value in a form's field then I push the tab button
the screen takes me to the first fields of the form and I lose my activecontrol which is the control of the field in which i enter the value.
N.B.: If I clicked the cursor using the mouse after applying the value in the specified field, it works properly...
Any help will highly appreciated
Hi, is there any free solution to run a third party windows program as windows service in windows server? it would be better that the solution can allow one of multiple RDP users to take control of the program to perform administrative work by accessing the UI of the program.
Thanks in advance!
How do you add an Expires or a Cache-Control Header in JSP. I want to add a far-future expiration date in an include page for my static components such as images, css and .js files.
Any help is appreciated.
I use Javascript to click a link in the webbrowser control. But I don't want to hear IE's "click" sound.
Is there anyway to do this?
P.S.
I don't want to change system settings.
I've seen this one(http://stackoverflow.com/questions/10456/howto-disable-webbrowser-click-sound-in-your-app-only) but Document.Write is not an option for me.
What's the recommended source control system for a very small team (one developer)?
Price does not matter. Customer would pay :-)
I'm working on Vista32 with VS 2008 in C++ and later in C# and with WPF. Setting up an extra (physical) server for this seems overkill to me. Any opinions?
what are your recommendations to use as a source control, project repository for a windows - .NET development environment (2 coders, possible one using the system)
thanks
addition: also the team includes 3 developers. 1 vb6 moving to .net, myself in .net, and one web developer (php, javascript, etc.)
the system i am looking for would be something that easily integrates into the ide of visual studio
In a WinForms application I need to detect when the contents of a System.Windows.Forms.WebBrowser is double clicked which in turn opens custom winform dialog box.
I note that WebBrowserBase disables the Control.DoubleClick event but I've not worked out how to override this behaviour.
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of practical experience?
Does anyone know of any tools for extending the functionality of Sharepoint's existing version control system for Office documents? It'd be great to be able to do branching/merging, or to store versions as "deltas" off the previous to cut down on storage used.
Any suggestions at all would be helpful. Thanks in advance!
I have web browser control in panel and panel is placed in table layout.
i have tried to hide scroll bar by
webBrowser.ScrollBarsEnabled = false;
but still there is scrollbar are visible.
I want to hide it irrespective of page width. User should see page area which are best fitted on panel.
How to do this.
Hi All,
I'm using windows 7 , and all what i want is to install Version Control server on one machine and let other developers to connect to it using the machine IP address and chekout, update and commit files
I have tried VisualSVN and it works well for me , I also have tried to install Apache Server and try to configure it to run with subversion but I failed to do so , so if any one can help me I will appreciated
Thanks in Advance
Edit
what I want if any one can suggest an alternative like VisualSVN that let me compare and choose from different options
Thanks in Advance
I have a TCPclient written on Ruby. I want to use it in background. Currently it has a loop:
loop do
end
So i can run a client, and it works forever.
Is there a way to run in as a service, and write a pid to file, then i'll able to kill that process by pid?
Is there any way to detect the contents height/width in the WebBrowser control? I'd like to save the contents to an image but only at the size of the actual contents.
Thank you in advance.