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
D

DeathJester_

@DeathJester_
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Complicated question
    D DeathJester_

    I suppose thats a kind of vb script - there`re no variable declarations no namespace, just sub after sub... is there any chance to execute a sub from that file by C# program?

    C# help csharp question

  • Complicated question
    D DeathJester_

    hello! i have a file,written in basic and i need to run it programmaticaly from a C# program, so that i could call methods, get answeres from them, etc. i wrote a program using CodeDomProvider, which compiles program and it`s possible tj work with methods through Assembly BUT!!!! it works only on *.vb and doent want to work with *.bas, even if i remane to yo *.vb it doesnt compile, sends error messages. Suppose, there`s another file format or something... i strongly need to compile it!!!!! help please :)

    C# help csharp question

  • web services and proxy
    D DeathJester_

    hello i want to hide my IP, when I connect from client windows app to a web service. i can go through a proxy very easily like MyMath.Math math = new MyMath.Math(); IWebProxy proxyObject = new WebProxy("http://proxyserver", true); math.Proxy = proxyObject; but how can i make a chain of proxies? thanks

    C# question wcf

  • many dynamic forms
    D DeathJester_

    thanks! everything works fine, but there`s another problem my program looks like client windows apllication and sever xml web service. everything is ok on local machine. then i deploy web service on a host. and from now on client doesn`t want to work (i made a proper web reference) - it looks for a file "messages.xml" (which is called by web server) in c:\windows\......., not at the host public bool Send(int num1, int num2, DateTime date, string text) { DataSet ds=new DataSet(); ds.ReadXml("messages.xml"); ....

    C# help question

  • many dynamic forms
    D DeathJester_

    hi everybody I want to make something like icq - a messaging programm. The main part is almost done, but there`s a problem. Whrn I click a contact from a list there opens a dialog window, which I dynamically create like Form form1=new Form() and then dynamically add buttons etc. When I click again the same contact, the simiar window opens and so on. How could I control that? I mean where could I fint what dynamic forms are already open? On the other hand, when I recieve a message from somebody, how should I find if the dialog box with the sender is already open?

    C# help question

  • Game field
    D DeathJester_

    hello everyone and happy new year i`ve got a task to write a client-server game (web application) i`ve succeded if writing clent-server part and data tranfer (as an xml web service) so, now i need actually game. and here is the problem! how could i make a game field? i mean some kind of a board for example for chess, so that i could get event by clicking specific cell? suppose there is some easy way to do it, not making hundred of image buttons:) what could you reccomend? P.S. remember, THIS IS A WEB APPLICATION

    C# game-dev sysadmin xml help tutorial
  • Login

  • Don't have an account? Register

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