bigblueapple's Q&A profile
.NET Development Read data from DTD
How to read the data or elements list from DTD. Thanks, Ram I don't think the .NET XML parsing APIs expose element or attribute declarations contained in a DTD. XSD schema definitions however are exposed accessible with the SOM (Schema Object Model) and are in .NET 2.0 also exposed on the various APIs as a SchemaInfo property for XPathNavigator , XmlNode , and XmlReader . ...Show All
Visual Studio Tools for Office How to procced with automatic update in microsoft outlook add in ?
I have developed microsoft outlookaddin application and deployed it in my client machine using msi file For deployment i followed the following link http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstallerwalkthrough.asp After that I made changes in the development machine and i published using file system in a deployment server and for every publish different versions are being created. It is working fine in development machine. But not in client machine. The problem i found is that client machines unable to pull the latest updates from deployment server. Pls give ur valuable suggestions. Rajesh, Did you verify that the Application manifest file on the client is pointing the ...Show All
Visual C# Q: Working with Graphics object
Hello everybody. I have a text file with the paths of all images I want to use. What I want to achieve is to read this text file line by line, create a bitmap using the path, resize the bitmap to a custom size and place this so called thumbnail into a graphics object. The graphics has to write on a bitmap of custom size. What I don't know is how to place all the thumbnails so whenever they reach the end of the width to go on the next row. I hope you understand what I mean. g.DrawImage (bmpFromTXT, (i%10) * 20, (i / 10) * 20 , regionWidth, regionHeight); i tried this but does not seem to work. It just displays them half the way of the bitmap to write on You want to Create Thumbnails of Images on a single Bitmap or on some Surface li ...Show All
.NET Development pulling info out of a string(xml) in c++?
I am new to XML and I don't really know how to access the information in c++. I have some code that is returning a directory and file tree to me in a string that has xml code in it. I need to know how to get all of the information pined between the href tags and stick them in a vector. I just don't know how to parse the string easily. I could write my own string parser specific to this case but I would rather not. Any thing out there already If you need a sample file I can post a simplified version. And if you need code I can post that also just let me know. Thanks a lot Matt In .NET you can use System.Xml.Reader class to parse string. Outside of .NET you can use MSXML: http://www.perfectxml.com/CP ...Show All
Windows Forms Designer Generated Code: SizeF
What does the 'F' accomplish or stand for in designer generated code for form ' AutoScaleDimensions' this .AutoScaleDimensions = new System.Drawing. SizeF (6F, 13F); Immediately following this code in designer generated code: this .AutoScaleMode = System.Windows.Forms. AutoScaleMode .Font; this .ClientSize = new System.Drawing. Size (292, 262); Why have 'SizeF(6F, 13F)' when the size is explicitly declared as 'Size(292, 262)' The Designer then adds the hidden methods: this .ResumeLayout( false ); this .PerformLayout(); ... attempting to create a new library class. SizeF is based on floating-point width and height parameters. ClientSize and AutoScaleDimensions are two completely different prope ...Show All
Visual Studio Please Help Me
I am using Visual Studio 2003 Enterprise Architecht with the Visual Studio SDK. My question is, how do I integrate php inside Visual Studio with the SDK Please give me a few pointers on where to start learning or on how to do it. Please Reply, Joseph ...Show All
SQL Server Installing Reporting Services AFTER SQL Express is installed
Hi All! I'm a newbie to SQL & have a question about Reporting Services. I have already installed SQL Express & now want to install Reporting Services. Is there a way to install just this feature or do I need to do a complete re-install Thanks! Just download the Express Advanced SP2 offering on the download site I listed above. For SQL Express we "slipstream" the service packs into the full installation and our package can handle both new installation and updating existing installations. For upgrades, you simply select the existing instance name and it will apply the service pack to that instance. Using the package you can download, you have to do this separately for each instance. A ...Show All
Smart Device Development The process can not access the file because it is being used by another process.
I have some issues related to WebBrowser Control in .net cf. And in its URL Property I am assigning one .htm file. In that .htm file we are setting the backgroung using one image file "#BKGROUND#" , "\"" + FilePaths .stStrImagesFolderPath + @"\backgroundImage.jpg" + "\"" But sometimes, specially while doing fast navigation , Its throwing exception "The process can not access the file because it is being used by another process." Sometimes its coming for .htm file and sometimes it comes for backgroundImage.jpg file. How to avoid this. Kindly help. Hey Dan, 1. The target platform is WM5 2. We r using .Net cf 2. ...Show All
Visual Studio Express Editions printing
i am trying to use aprint button on a sheet but only want to print page of that sheet and 50 copies. I have sussed how to print entire workbook but am lost how to do just 1 page and multiple copies Are you refering to MS Excel This is not the best forum if you are using VBA to do it but in case you are doing it via interop. Check the PrintOut method http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.excel.worksheet.printout(VS.80).aspx PrintOut() methods first, second and third defines what you ask Call PrintOut() like this excelObject.PrintOut(firstPage, lastPage, copies) To print the first page 50 times excelObject.PrintOut(1, 1, 50) ...Show All
Windows Forms I need to develop a Forwarding and backup E-mail web service
Hi Every body, I need the way to how can I develop a Forwarding Email Web Service to take a messege and a e-mails from a database and send the messmege to evey email individually with out showing other emails in the database to the recipient With out opening the internet browser just give the service in a windows application the user name and password of my e-mail account and then the service deals with mail server and send to all of my database e-mails and how to secure it i need a help with that of any kind may be a mechanism or programming code(VB .NET Or XML) any way can you help me will be great thanks to you all for your time Other than using SQL server's built-in ability to send emails, you'd want to use .N ...Show All
SQL Server OK button doesn't Work In Report Manager RS2000
Hi, i have a new instalation of RS2000 under Windows 2003 Server SP1 with a fresh reaplied Windows Service Pack 1 and RS2000 Service Pack 2. My problem is that any page of the report manager with a "OK" button, that button doen't do nothing, it is enabled bu doesn't do any action. Can't figure this one out Need Help Thank's PS: Is did work early on this machine but stop working without notice, or any change at all. Hi, We have installed SQL Server 2005 with Reporting Service in a Windows 2003 Box. While working with the Reporting Manager through the browser we are gettting a strange problem. Whenever we are making any changes through Reporting Manager and trying to save the OK or Apply button is doing absolu ...Show All
Gadgets Code Sign Error
Hi when i do a code sign the publisher is not displaying right http://i147.photobucket.com/albums/r319/tompl/wtf.png Its a bug, already fixed in whatever our next fix pack or release is. Cheesy workaround - rename your gadget package from SomeLongGadgetName.gadget to SomethingShorter.gadget. ...Show All
Visual FoxPro Dynamic Grid Highlighting via Mouse?
Is there a way or trick you might contrive to highlight a grid row during a mouse-over a row without activating the row(s) If not, what about DynamicFontBold or DynamicBackColor based on Mouse coordinates or such (I use mouseenter and mouseleave triggers for other objects.) Thanks in advance for your valuable time. Is there a way or trick you might contrive to highlight a grid row during a mouse-over a row without activating the row(s) If you need to do this, I would suggest getting an activeX grid that has this type of functionality. I can recommend VSFlexGrid8 from www.componentone.com . ...Show All
Visual Studio Express Editions concerning media player
renee where do I post pause button code Here's the point. It's a burden and I recognize that. I'm here to help you. So in my eyes, the question becomes, to what extent are you willing to help someone who is helping you Who is to assume the burden. It's not easy to debug a noobie's code. It's much worse when I have to do the mental gymnastics to format your code in my head. That really distracts me from helping you. I'm really willing to work hard for people but I do have expectations. My expectation is that they do their share of the work and not have me do all of it. If they want to put unreadable code up, fine. In that case, I feel they haven't done everything they can to make things easy for the volunteer who i ...Show All
Smart Device Development Image resolution loss when using Form.CreateGraphics
We seem to lose image quality when we use CreateGraphics to draw a Bitmap on a Form. If we save the Bitmap to the file system of our device and then view it in another application (eg. Internet Explorer) then the Bitmap looks fine. The Bitmap is being retrieved from a WebCam using a WebRequest. Any ideas, thanks in advance Would you post the code you're using to display the image on the form I also need to know which device/platform you are targetting and which version of CF you are using. Thanks Dan ...Show All
