Software Development Network Logo
  • IE Development
  • Visual C++
  • Visual Studio
  • SharePoint Products
  • VS Team System
  • Microsoft ISV
  • Windows Forms
  • Visual Basic
  • Windows Vista
  • Audio and Video
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • .NET Development
  • Smart Devicet

Software Development Network >> Dmitry N. Oleshko's Q&A profile

Dmitry N. Oleshko

Member List

SHutch
barkingdog
cwolf
Dave Ehrlich
SaltWater
NateRickard
Rob Davis38041
D Evil Oper
hunb
Onats
Vipin-kartik
wolfr
chaza
Telos
Ricardo 8a
lemmi
F. Gsell
Anton Papst
eric_o
Nonu_k
Only Title

Dmitry N. Oleshko's Q&A profile

  • Windows Live Developer Forums How to customize the pushpin popup window

    Im a newb on this stuff I'm trying to convert a VEMaps program from version 2 to the latest. The problem I'm having is trying to manipulate the overall look of the popup window that comes up when you roll your mouse over a pin. In version 2 the developer used the innerHTML parameter of the AddPushpin method to add custom javascript code that would popup a custom window.. is there an easy way to do that in the latest version.. Version 2 AddPushpin method: AddPushpin(id,lat,lon,width,height,className,innerHtml,zIndex) Any help would be great Thanks Kirk Kirk, You should be able to do the same functionality as V2 control. The constructor for creating a pushpin is: var x = new VEPushpin( id , location , i ...Show All

  • .NET Development The Specified Module could not be found

    I have an application developed with Visual Studio 2005 which consists of the main application EXE as a managed .NET Windows Forms application in C# and an unmanaged C DLL. I am calling functions in the unmanaged C dll using for example: [ DllImport ( "mynative.dll" )] public static extern short initialise(); and in the C DLL I have __declspec ( dllexport ) short initialise(); This all works perfectly on my development PC but when I deploy to another PC and run the application I get an exception as follows: Unable to load DLL 'mynative.dll" : The specified module could not be found (Exception from HRESULT: 0X8007007E) mynative.dll is present and stored in the same folder as the myapp.exe file and .NET 2 Frame ...Show All

  • .NET Development ManagementException="not found" when creating a website with SecureBinding

    Hi, in this snippet, I'm trying to create a website. It works just fine if I take out the lines below in which I configure a SecureBinding (and of course changing the bindings array size). Only stack trace is: at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) Ideas appreciated, thanks -ariel //Create the website using (ManagementObject w3svc = new ManagementObject(IIsScope, "IIsWebService='W3SVC'", new ObjectGetOptions())) { w3svc.Get(); ManagementObject[] bindings = new ManagementObject[2]; ManagementClass mc = new ManagementClass(IIsScope, "ServerBinding", new ObjectGetOptions()); bindings[0] = mc.CreateInstanc ...Show All

  • SQL Server Analysis Services on SQL2000 SP4

    "unable to browse the dimension [dimension name]. Provider cannot be found. or Unknown Error. Everything else looks good, like processsing, looking at the tables,fields, datasource is connected. Can you please describe your situation in bit more details. What version of Analysis Services you are using What relational database are you using What OLEDB provider What is the exact error message you are getting and at what stage Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Visual Studio Express Editions Arrays???????

    Hi everybody!!!! Maybe it's a dummy question but I have no idea how to do it: I have declared a class like the following: Public Class RegistrePlaActual Public TempsSegBola As Int64 Public VelocitatOscilacio As Integer Public VelocitatPilota As Integer End Class then I want to create an array of this class like: Public ArrayJugada(10) As RegistrePlaActual And work with that: Array(1).TempsSegBola=1 ... Array(2).TempsSegBola=4 ... And it doesn't work!!!!!!!Is it possible to create an array of class How I do I have to write it Thank you for your help!!!!! Hi The reason it doesn't work is that each class in the array has not yet been in ...Show All

  • Windows Forms list box and datasets

    hey, how do you make it so that a list box shows the items on a dataset     Thanks :) stores what exactly into an html file you can save an entire page in html by using the webrequest class but this is not what we were talking about were we or is this a new question :-) Obviously if they uninstall the browser then all bookmarks etc... will be lost but you can save the bookmarks again by using Xml, as it will store it in a file which means you can later on read from it again and pretty much restore the bookmarks (since it was saved anyway) ...Show All

  • Visual Studio Connecting to MySQL 5.0 from Crystal Reports without using a System/User DSN? And CATASTROPHIC FAILURE encountered.

    I just have one question with crystal using MySQL Database. How can I connect from Crystal Reports to MySQL database without using a user/system DSN which resides on the local computer The version of MySQL Im using is 5.0. I just need to select some records and display them on my report(.rpt document). I've used the ODBC(RDO) connection which allows you to provide a connection string, but after supplying some paramaters, it went fine but I dont see any table listed. So I have no choice but to use the OLE DB (ADO) Provider which doesnt accept a connection string instead, a User/System DSN. One thing more, do you have an answer on the error message(CATASTROPHIC FAILURE ) that appears everytime you refresh the report Hope I can get a ...Show All

  • Visual C# how to associate a filetype with a windows service

    suppose i have a custom file format with an extension. how do i associate that file extension with a windows service. suppose when i click on the file with particular extension '.dmz', the particular windows service is automatically invoked. should i use filesystem watcher component. thanks for reading! I don't think it would be wise to try something like you describe: if you were to interfere with the opening of a file, you would also block any attempt to read the file (for instance to perform a copy) in conditions in which you might not be able to respond to a dialog box. If you are using a special extension, I guess you are also writing an application that handles those files. If so, the credentials should be asked directly by ...Show All

  • .NET Development which assembly will be called?

    Hi, I am studying .net and run it this question: Assembly A calls a private assembly B to do some function. B is located in the bin directory of A. Later you You assign B a strong name, set its version to 1.0.0.0, and install it in the global assembly cache. In this case, which B the assembly A will call is it still the B in bin or it is from global assembly cache Many Thanks Jerry Your understanding looks correct to me. The one thing I'm not sure about is why the question mentions publisher policy. Publisher policy is something you can set up to say "Any application that asks for version X should use version Y instead by default." So it's something that only makes sense once y ...Show All

  • SQL Server protected sql database file

    how can I create sql database file and it cann't be use or open (open mean to design view or structure) . my case is: I have Acces db and this db has its own username and password, no body can read, write or view the designing, so it is useless. But there are somesoftware able to break and hacking db access. I think sql database file is more secure, so how can I do it Hi, sp_changedbowner HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Commerce Server Ranking Categories under the catalog root

    I'm having trouble getting Commerce Server to accept the ranks I assign to Categories that are children of the catalog root, ie the first category level..I have a hashtable that is keyed by Category Name and contains a rank as the value, and I want to update all categories in that hashtable to be the assigned rank. The code works fine for all Categories that are not the root, but the same code is failing if I try to rank the main catalog categories (specifically it's telling me it succeeded and all category ranks reset to 0). Here is a sample of the code I'm using to accomplish the rank updates. StaticCategory parentCategory; CatalogItemsDataSet . CatalogItemsDataTable categoriesTable = null ; parentCategory = ( StaticCate ...Show All

  • Visual Studio Team System Can ‘Visual Studio 2005 Team Edition for Testers’ be used for creating test framework by functional decomposition approach.

    Can ‘Visual Studio 2005 Team Edition for Testers’ be used for creating test framework by functional decomposition approach. Is it possible to call libraries/other tests Is there some way to call other methods/functions/tests You can call a web test from another web test, but I would not recommend it with VS 2005. Here is a blog post on how that would work: http://blogs.msdn.com/joshch/archive/2006/07/07/659422.aspx You can break down your tests to call helper functions, extend a base test class etc. ...Show All

  • Internet Explorer Development Unable to cast mshtml.IHTMLDocument2 to IMarkupServices2 using mshtml Interop

    Hi, I am unable to cast mshtml.IHTMLDocument2 to IMarkupServices2 in C#. I am using Microsoft.mshtml Interop assembly (version 7.0). The code snippet is IHTMLDocument2 pdoc; <pdoc assigned to a non-null value..............> IMarkupServices2 markup = pdoc as IMarkupServices; ...> value of markup here is NULL even though pdoc is non-null and the msdn documentation indicate that IHTMLDocument2 can be used to get a reference to IMarkupServices2 Thanks, Shiva To be more specific, i am able to get a non-null reference to IMarkupServices in case of a .Net Webbrowser control in a sample winforms application. However when i try to get a similar reference to that of a r ...Show All

  • Visual Studio 2008 (Pre-release) Specular Material in 3D Enviroment

    Hi, I'd like to have specular material and reflections on a surface of a 3D enviroment. How can I realize that Thanks GIo The specular highlight is there. If you're having trouble seeing it in that xaml example, set the SpecularPower of the #DBDBDB SpecularMaterial to 10. Reflecting other objects in the scene isn't the same thing as specular lighting. We don't have a way to reflect other objects in V1. ...Show All

  • .NET Development Need some input and suggestion

    Hi, I need input and suggestion on how to design the project, digital signage. Here's the main feature requirements of the project. For example, there will be 5 computers in a room. Each computer has each screen. I need those computers run the same multimedia file and to be able to synchronize them, meaning, if computer 1 is running playlistA, the rest of the computers should be playing the same thing at the same time. I thought of a solution where each computer will have the exact same playlist as each other, then we should have some kind of the mechanism of checking that each computer is running properly. Another solution is to make 1 of them as a central computer and this one will "broadcast" to the others. This way w ...Show All

©2008 Software Development Network