How to embed flash in desktop application in .NET?
can I embed flash in desktop application in .NET? How? ...
can I embed flash in desktop application in .NET? How? ...
I am using a third party web service that I have no control over. This web service returns a DataSet from one of its methods. When I call the method, I get an error: {"There is an error in XML document (1, 34926)."}. The inner exception is "Column requires a valid DataType". I have used fiddler to actually look at the XML that is being...
I have written my own data type that is then used as the type for a column in a datatable. I am reading XML data from a file. After I call the ReadXML(file) method, all the cells have values except for the cells in the columns with my data type. Is there some operator I need to override so that ReadXML(file) can take the data from the...
Hi I have two years of dotnet development experience . I am trying to move into SAP. Whats the best to opt for in Netweaver i.e Java or ABAP or there are any opportunities for this on dotnet platform. Which should be most promising for future. Googling I came to know Java is giving a backseat to ABAP. Do comment. Regards SJ ...
Is there a equivalent on .net of the string parsing of Datejs ( http://www.datejs.com/ ) ? I wanna do things like // Convert text into Date Date.parse(‘today’); Date.parse(‘t + 5 d’); // today + 5 days Date.parse(‘next thursday’); Date.parse(‘February 20th 1973′); Date.parse(‘Thu, 1 July 2004 22:30:00′); Tks! ...
What tools do you know to compile .NET projects to native binaries that run without .NET Framework, so far I've found : Xenocode Postbuild for .NET, which costs $1599. Salamander .NET Linker, which costs $1249. Mono Ahead-of-Time compilation (AOT), free. Thanks to JaredPar and Reed Copsey Native Image Generator (Ngen.exe), free, does...
Hello, Im building a game with vb .net I designed the core of the game in form1 window But now I need menus. How can I implement this without having 5 or so windows that I show() and hide() ? Doing that slows it down a lot and uses lots of memory. I tried tabs, but I dont want the tabs to appear, just switch. Whats the best way to imp...
I'm trying to install the first service I wrote using: installutil XMPPMonitor.exe I get the following message: Running a transacted installation. Beginning the Install phase of the installation. See the contents of the log file for the E:\Documents\Projects\XMPPMonitor\XMPPMonitor\bin\Debug\XMPPMonitor.exe assembly's progress. The ...
how to get current username in .net using c#? ...
What level of concern should I attach to deploying the .NET framework 3.5 onto a production application server currently hosting about 20 .NET framework 2.0 applicatons? I have a run into resistance to my request to rollout the .NET framework 3.5 into our environment. We do not have the ability to regression test with confidence nor do ...
Has anyone tried to port PdfSharp library to Mono? I just ran MoMA against PdfSharp.dll v1.2 beta and I am getting about 12 P/Invoke errors and 10 or so Mono TODOs. Just wondering if anyone has ported PdfSharp over to Linux and OSX, if so, how did it go? Trying to evaluate if PdfSharp is a good candidate for me. ...
It seems to me that anytime I come across internal calls or types, it's like I hit a road block. Even if they are accessible in code like open-source, it still feels they are not usable parts of the API code itself. i.e. it's as if they are discouraged to be modified. Should one keep oneself from using the internal keyword unless it's ...
I'm writing a custom role provider and I need programmatic access the authorization information stored in the web.config. Certain section of the site are only accessible by certain roles. I would like to find out which roles can access a page and/or which page a certain role can access. I can't seem to figure this one out. ...
I have a WinForm with 2 ListView controls. The first listview is on the left hand side and presents the list of categories, the second is on the right hand side, and presents items within a category. Think of it like the classic explorer-type UI, but specialized: the hierarchy is just one level deep. If I have a listviewItem highlight...
Hi, I've following 3 Documents in Lucene index. As MBA you will play an integral role in implementing the strategy of the business and will have the responsibilities of the statutory accounts, compliance, audit including banking relationships, tax, treasury & cash management As M.B.A. you will play an integral role in implementing the...
I've been to on a few interviews for middle tier roles. I've gotten a lot of questions about TSQL, indexing, database fundamentals, but not a single question on ADO. Is this a normal experience or is there a reason for this? ...
Is there an annotation in .NET which allows methods or classes to be deprecated so that their use and their callers are identified by the compiler (cf @Deprecated in Java) ...
Goal: I have a thumbnail as a byte array in memory. Once a user uploads their image, I want to display it in an httphandler before writing it to the database. I have used this code to successfully read it and display from a database. But now I want to display it from the session: Public Sub ProcessRequest(ByVal context As HttpContext) _...
Simulating the web Client/web server interaction in a winform using a webbrowser object in vb2005.net in short im using the web browser object as a gui for a giant treeview folder list, in the html there is a form that needs to submit to perform the action,del,rename ect, how do i make my program catch the submit, process it and spit ...
Hi, Is there a way to know which .net events are being called on a control in real time? I'm not talking about "win32" event from spy++. I'm looking for events like BackColorChanged, CausesValidationChanged, ect. Thanks! ...