Posts

Grouping objects and selecting groups

i using blend 4 rc , love new features. still, behavior below has been bugging me: is there way of getting common grouping , selection behavior in blend in many graphics/layout apps (even office)? i.e. assuming several objects have first been selected , grouped; after that, clicking on object in group selects group (in blend containing panel) default, instead of single object? clicking modifier key (e.g. ctrl) 'drills' down , selects single object. blend's object locking functionality doesn't quite handle this, have go group , lock contained objects, , can select group, no fast way of accessing individual objects. also, whenever select contained object, container expanded (unnecessarily) in objects , timeline panel. any way accomplish above, or should consider feature request blend 5? ;) howdy, if following correctly... have right clicked on container , selected pin active container? there have better control of selected individual element , can access set...

Image is not Showing After Word To Html Conversion and Vice Versa.

Image
hi everyone, i have created utility word html , html word  document conversion. have strored word file content in db in form of byte array. there gif image in word file, when convert word file html , view in htmleditor control, there no image on editor(missing image icon). for testing now, have inserted image manually in htmleditor doc, , convert file word file, there missing icon of image file in converted word file. how fix issue, please help.......... i appriciate everyone. thanks! software developer i think can read pictures first , save them local folder , then,  add html code "<img src="relative path" alt="" width="the image width" height="the image height" />" , replace image byte array in html code. hope helps. best regards neddy ren[msft] msdn community support | feedback us Visual Studio Languages ...

SoapServiceRoutingStyle.RequestElement

the routingstyle=soapserviceroutingstyle.requestelement explained " the soap message routed based on first child element following <body> xml element of soap message.  " . if i do not use soapaction, attribute should put in first child element following body? please give me some ideas or examples.   thanks for wrapped messages webmethod name. for bare messages name of first parameter in web method. Archived Forums A-B  >  ASMX Web Services and XML Serialization

beginners question time C#

sorry if has been posted morning , haven't had sleep... so im new application coding have coded several websites , databases work not pleasure) i decided start learning c# improve skill set have started coding launcher application (windows desktop),  i know how call external application, if unknown reason user decided change aplication name, how can still start external application regardless of renamed to... thanks , again sorry if been posted. if application .net based, * loop through exe's in folder. * use assembly.load load assembly  * check assembly information "product name" matching expectation usually assembly information cannot changed normal users muthukrishnan ramasamy net4.rmkrishnan.net use need, reduce global warming Visual Studio Languages  ,  ...

BizTalk not abled to parse HL7 message

hi all, we using biztalk server 2013 r2 hl7 adapter r2. recently have done integration third part tool push hl7 message our biztalk server via web service. when tool send hl7 message biztalk server, it's add pipeline @ end of each segment don't feel wrong in way hl7 message can dynamic. parser should able handle dynamic hl7 message. but biztalk throw parsing error every time , not able handle pipeline appended @ end of every segment. if remove pipeline it's work good. please suggest in scenario. as edi, best deploy non-default schemas, if change namespace. there many ways can adjust particular behavior , caveats well.  please read tom cantor's excellent post on precise topic: http://geekswithblogs.net/thomascanter/archive/2012/06/20/handling-trailing-delimiters-in-hl7-messages.aspx BizTalk Server  >  ...

help, fail to connect web service always!

  in ie brower of ppc  the server's web service content old.however, newest in pc. on connection status  fail connect  server's web service day.but days before right. i guess problem caused deployment? could set instance 's url property of web service object from .xml file? sample : myservice.service1 ws = new myservice.service1(); // global.webserviceurl read xml ,for deploy web service dynamic. i don't know right?  ws.url = global.webserviceurl; if(isconnectable(ws.url) == true) {   // ws.login("username","password"); }else // couldn't connect server . public bool isconnectable(string url)   {       httpwebresponse response;    httpwebrequest  request;    bool isconnectable = false;    try{     request = (httpwebrequest) webrequest.create(url);     response...

C# - Reading M4B File Information

Image
hi. i looking way read chapter information m4b file. write application convert m4b multiple mp3 files , reading chapter information start from. should use of apple's dlls or kind of output ffmpeg.exe or can read m4b file directly? or there other way read file information. thanks tridy (stockholm, sweden) hi tridy, welcome msdn forums! based on understanding, can read every file format binary file in c# article suggested, http://www.codeproject.com/kb/files/fastbinaryfileinput.aspx .   however, since it's 3rd party file format not quite familar with, recommend first consult related support channel m4b file format, can consider using c# read m4b file metadata.  good day! thanks michael sun [msft] msdn community support | feedback us get or request code sample microsoft please remember mark replies answers if , unmark them if provide no help. Visual Studio Languages ...