I want to search and replace in MS Word using their special characters to indicate the edge of a table cell. ^p stands for a paragraph, but that does not work (regardless of what RTF looks like).
Cheers
If I have found an html_cell (via web_obj_get_item), how do I find its html_table?
It has "col" and "row" properties (NOT "columns", as documented), so something must know what context it's in.
Any ideas?
Cheers
load_dll("Kernel32");
extern int GetEnvironmentVariable(string Key,out string Value <255>,int MaxSize);
GetEnvironmentVariable(ENV_NAME, BASE_URL, 255);
This gives an error 19: RPC error. Same error if "<255>" is ommited.
Any ideas?
Cheers
I want to allow scripts to run on different machines and hide the local configuration in environment variables (actually, the variables are already set and I want to make use of them).
How can a WinRunner script get the text of an environment variable?
Cheers
I want to manage a set of identical Exchange resources (e.g. meeting rooms near each other) as a single, multi-instance item.
I gather I can write a COM server and register it with Exchange to handle the actual scheduling, but I have yet to find a way to provide Free/Busy information that shows...
I am messing with a TTreeView (yes, I know, but I'm not going to use an alternative). I want to have the .Font apply to the embedded edit control.
I can "override" the WndProc and do the painting myself, but the text caret does not align to the correct character and the control itself...
What is the difference between an interface with a GUID and an interface without one?
I have hit several cases where I have to have a GUID, but I don't know exactly where the line is.
TIA
Cheers
I have a perspective employer who wants to achieve CMM level 3. I am reading through all the SEI and CMMI web sites to try and get a handle on it.
Like Design Patterns, it looks like a collection of reasonable Rules Of Thumb and Hard Lessions Learned. On the other hand, some of my friends roll...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.