Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vgrigor1

@vgrigor1
About
Posts
48
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Please advice control which maps two lists
    V vgrigor1

    thanks. I would probably use and extend proposed controls... It is some pity, that I was seen such controls but can not find it now... It was probably some kind of Splitter.

    C# csharp com question

  • Please advice control which maps two lists
    V vgrigor1

    thanks, it is interesting. but have you also some sample with explicit lines between lists ? lines may be not horisontal, what is common practice.

    C# csharp com question

  • Please advice control which maps two lists
    V vgrigor1

    I need .NET control which visually maps list to list, or treeview to List, like this: http://bp3.blogger.com/_pgw_S4UsSeM/R59s0l8AwnI/AAAAAAAAAVc/gp93cCftl9A/s1600-h/mapping4.JPG[^] does exist such a control ? need control with source code available. better if implemented in C#. thanks

    C# csharp com question

  • Are there in-depth samples for WorkFlow Foundation DependencyProperty ?
    V vgrigor1

    I need in-depth WorkFlow Foundation DependencyProperty samples, articles or explanations, (for creation state workflow , whose activities are connectable to external .NET objects, WinForm's controls, arrays or DataRows in DataTable .) Are there in-depth samples for DependencyProperty ? thanks you _______________________________ something I have: http://odetocode.com/Blogs/scott/archive/2006/07/27/5444.aspx DependencyProperty Activity binding http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,0fae3e73-7801-4cf6-a5a5-9370b0f99973.aspx is that the configuration mapping will control what page is next in the flow, http://blog.hackedbrain.com/articles/UnderstandingDependencyObjectAndDependencyProperty.aspx Ramblings from a compromised

    C# workspace csharp wpf wcf com

  • How to generate dynamically proxy for some classes ?
    V vgrigor1

    I need to alter behavior of calling some classes, extending it to call some intermediate function. for this I must create dynamic proxy and supply some alternate handlers with calls, are some articles or sample which do something like that ? service calls may by interthread call to data bound objects, or call to else app-domain of marshal by value objects, not serializing them or some applied servicing. thanks you

    .NET (Core and Framework) tutorial question

  • How to make DataSet transparently remoted, or proxied, or called by ref?
    V vgrigor1

    How to make DataSet transparently remoted, or proxied, or called by ref? I have some DataSets that work in main AppDomain of application, (it is huge, so I want to connect to it, not load each time) but I want to move it to separate server, so in one mode I want to place DataSet in separate app and in second mode- to use it in main AppDomain. Usual way for it to have object inherited from Marshal-by-ref, but DataSet already inherited from by Value, so simple approach is not working, so question is- can I create transparent proxy for my Dataset, custom or not - by else way? Thanks you

    Database question sysadmin tutorial

  • PLease advice not complext SCHEME drawing control ?
    V vgrigor1

    I need to draw circles, squares, and lines between them, with some colors and digits in simple way. can someone advice me- are there such controls ? please type link or Name. better with some comment. thanks

    C / C++ / MFC graphics question

  • Why Visual Studio 6 C++ begins slowly editing for multy-project solution?
    V vgrigor1

    I tried deleting .ncb file, it did not helped.

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Why Visual Studio 6 C++ begins slowly editing for multy-project solution?
    V vgrigor1

    Thanks for consideration

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Memory Leak detection
    V vgrigor1

    To find memory leaks using just Visual stidio,- is unappropriate complex task. visual studio does only small chek and nothing more, so slightly complex errors remains hardly found. Best and easy way to use specialized program like BoundsChecker, or something like this.

    C / C++ / MFC performance question

  • Why Visual Studio 6 C++ begins slowly editing for multy-project solution?
    V vgrigor1

    No, it is not linkd to versioning systems, but only to BoundsChecker. But with swithed off all options. This program - can do this slow behavior ?

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Why Visual Studio 6 C++ begins slowly editing for multy-project solution?
    V vgrigor1

    Why Visual Studio 6 C++ begins slowly editing for multy-project solution? VS6 sp6. One project being edited as text in studio - for inserting new string - works very fast, (on my P4-3000, 1GB) but if I edit this project in solution that includes 15 projects, inserting one line to 200 lined file takes 1-2 seconds, it is so long! why so happen? How to correct it? thanks

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Please advice VOIP library ?
    V vgrigor1

    I need free VOIP library, for implementing by me peer-to-peer call application, as SCYPE does, but without third party managed MAIN servers, server - must be mine, - with availbale code or does not need. are there such a libraries, with some good quality ? Thanks you

    C / C++ / MFC sysadmin question

  • how to create COM DLL ..Help Me
    V vgrigor1

    Usually you can not convert exe to DLL, but it is usually fast to create new COM DLL envelope using (your language VB or C++) application wizard, - create there new interface with same methods and transfer code to it. It is suitable for all. - or if your more experienced, when created new DLL - transfer just COM to it, if you know how to it for VB. - or - ugly solution -create new DLL that makes simple one COM method, that return interface pointer IDispatch* with it create your EXE COM and return interface - each time you call this method for DLL, exe COM will be created and returned - and will use as if it is placed in DLL. This method is good when you already created complexsolution and do not whant rewrite COM interfaces and transfer code - but use tested EXE unit as fast as possible.

    COM com help tutorial

  • How to make DCOM work over VPN ?
    V vgrigor1

    My DCOM program works in a local network, but if connect to some computer via VPN, DCOM is not working , what is the reason ? If this is a security - which settings I must configure, that VPN become true transparent for DCOM ? thanks you.

    COM question sysadmin security tutorial

  • Problem with ROT from Remote machine ?
    V vgrigor1

    I create object from remote machine, as dll in a surrogate, within it I register IUnknown in a ROT with Register active object, than, I call from else process on same remote machine GetActiveObject with same guid - (guid - is created by me!) but receive exception of unknown type catch(...) what is the prolem can it be? thanks you.

    C / C++ / MFC question help

  • Unable to debug on web-server error ASP.NET
    V vgrigor1

    Unable to debug on web-server - error I installed .NET 2.0, and "Unable to debug on web-server error" begin to appear when I tru to dubug program with VS2003. What is the reasons ? How to correct ? thanks

    C / C++ / MFC question csharp asp-net sysadmin debugging

  • Why I was rejected so much with following resume ?
    V vgrigor1

    REsume made on the send requirements from west companies: As more detail as possible. Senior- means just high positioned, while I want underline qualification. Fluent- also choice from combo, of Employer's demand.

    Work Issues c++ career database com csharp

  • Why I was rejected so much with following resume ?
    V vgrigor1

    SALARY: AS I said: I much job offer skills for 80-100%, confirm it usually, for 80-100%, much salary offer for it precisely. get after interview words "we like you, wait days" and no responce - means reject. Up to now useful - to eliminate hobies. I can delete it easily. But many employers has such a line in resue form. Some products is big enough, thus creating one per year in average is not a good result ? I written many small utilities- must I include description of it - does not my esume will be too much, and technology repetitive ? But is it only disadvantages you found ? Other is perfect ? Big thanks for brainy help.

    C / C++ / MFC c++ database com question career

  • Why I was rejected so much with following resume ?
    V vgrigor1

    I find job in My native country, in town where I live. Not Us and England, but sometimes this companies - outsource US, England.

    C / C++ / MFC c++ database com question career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups