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
B

BLaZiNiX

@BLaZiNiX
About
Posts
64
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Script
    B BLaZiNiX

    yeah But VSA is not only for .NET languages ? ME I want to make my own script language using C# but the user can Add a function call AddFile(param1,param2) and then me I have already declare the function in C# to make action for AddFile Anyway I will try to read more about VSA. Thanks a lot

    C# question tools

  • Script
    B BLaZiNiX

    I want to make a software that will be enable to run a script to generate action. I will make a sort of dialog designer and I want the user to be able to add action on control but using a script That i'll make. How can I do this ? Source and explanation will be welcome Thanks

    C# question tools

  • 2 Question related to Socket
    B BLaZiNiX

    yes I know I ask a lot, it's because I want to make a program and I don't have any idea . If u have one u can tell me :) CYA

    C# question csharp sysadmin lounge

  • 2 Question related to Socket
    B BLaZiNiX

    no it's not an IRC related thing, It's only because when I use TcpClient and TcpListener, can I use the same app that run only the tcpClient suppose 5 times I want to make something more like multiple client on one server like ICQ or MSN

    C# question csharp sysadmin lounge

  • Parsing text
    B BLaZiNiX

    Ok but do u have sample code, because i'm new to this and what you're told me is a little upper than me :)

    C# question tools json

  • Parsing text
    B BLaZiNiX

    do u have sample code please ?

    C# question tools json

  • Parsing text
    B BLaZiNiX

    How can I parse a complete text file to make it generate script ? ex : suppose that in the text file I have my own define script functions like PopMsg("Hello","Test Caption"); and a lot of other things . How can I parse all the text file to find : 1- the function declare (like PopMsg) 2- Check for the parameters ??? Thanks

    C# question tools json

  • 2 Question related to Socket
    B BLaZiNiX

    1- is it possible to create a software like Laplink or PcAnywhere in C#, what I want to do is to see the current screen on the remote computer and be able to manipulate it from my computer ? if yes how can I do this ? 2- How can I create a multiple client chat app like one server to monitaring all the messages of all the client connected and a lot of the same client app to chat with each other ? Thanks

    C# question csharp sysadmin lounge

  • Shut down function
    B BLaZiNiX

    Import the Shell32 Reference and call Shell32.ShutdownPC or something like that Just Add Reference and in COM section select The Shell class

    C# csharp dotnet question

  • IDE Controls Help
    B BLaZiNiX

    and how exactly I can find that the string I typed is the name of a variable and after I wrote a "." pop the list at the current cursor position ?

    C# visual-studio help question

  • IDE Controls Help
    B BLaZiNiX

    Hi all, Is there someone who know how make these 2 things 1: make a tooltip over over the cursor when someone enter a function name like in VStudio ? 2: how make a listbox appear when someone enter a "." at the end of a variable name like in VStudio ? Thanks a lot BLaZeX

    C# visual-studio help question

  • Keyboard key pressed
    B BLaZiNiX

    hi, i tried to override it using the WM_KEYDOWN like in VC++ but no result, i test my sample app with a listbox so when i'm clicking a key i'm suppose to get his value but no result and something strange it's that i tried to make the same thing but using the OnKeyPressed an no result too , that's strange ... Can you show me the way to do it please ? Thanks a lot James :)

    C# question com announcement

  • Keyboard key pressed
    B BLaZiNiX

    k and how can i override the WndProc, do u have an example please ??

    C# question com announcement

  • Keyboard key pressed
    B BLaZiNiX

    I have a special keyboard with some special button at the top of the F.. button like (Banking,My Site,Shopping,Volume Up,Volume Down) and things like that. And this keyboard came with the computer (E-Machine) and those special button works only with the Windows 98 version that came with the computer, now i'm on XP (and you can figure that those buttons don't works) and I want to know how can I create a program that I will put in the tray or maybe a service that can detect when I'm pressing the selected button on the keyboard and add an action to it like Process.Start("http://www.google.com"); on the My Site Button. Any suggestion ?? Thanks

    C# question com announcement

  • Transfer data from one page to another
    B BLaZiNiX

    if you know C# in Windows Form instead of Web Form you know that when you want to pass data from one window to another you only have to make something like this : Dialog2 dlg = new Dialog2(); dlg.label1.Text = this.text1.Text; now I want to make the same thing but in web form I have a form login in asp.net and if the user enter the correct username and password I want to access to the main page(the one after the login) and show his name in a label. how can I do this ?? Source will be appreciate or reference :) thanks

    Web Development csharp question asp-net

  • Graphics/Socket/Books
    B BLaZiNiX

    I want to know if someone can tell me where I can Fin a very good reference on Socket and/or Graphics programming (like step-by-step,like a book). Or anyone have the name of the best books on Sockets programming and Graphics programming in C# (I don't want book that talk about 16 bits all the entire book, I want 32 bits application reference, of course it's sure i will got the famous Hello World in 16 bit but it's a detail) Thanks

    C# learning csharp graphics

  • RectTracker
    B BLaZiNiX

    I try it and all what I got It's a big white rectangle over my button. how can I handle this to make Sizing and Location action ? Thanks James

    C# csharp c++ question

  • RectTracker
    B BLaZiNiX

    I want to know if someone know how make something like the RectTracker in VC++ but in C#, if you want to know what is a RectTracker, it's the little rectangle that focus on a control and tell you that you can Move,Resize it. anyone know how make this please :confused: Thanks

    C# csharp c++ question

  • Form Designer
    B BLaZiNiX

    I'm creating a Trainer Maker and I need to use a Form designer and I need to compile the form the user will create and I need to include some action like retreive the Textbox text to use it for a value and add Buttons action like to poke and freeze that's it. I want to make something similar to Trainer Maker Kit (try to look at this application,check for screenshot, if you want of course), it's in VC++ i think and I want to make something that can equal the perfection of this program. Of course with the .NET Technology. at this moment the form Designer works fine the only "hic" it's for that .CS file creating dynamicly. I'm suppose that is almost the same way as the C# IDE does, but i don't know very well how can I remake this. I don't want to make something big just a little file with the Window Form Designer code for all the controls and the action I will put on the controls. I will check how can I figure it out, but I think I will post a lot of question on this board :) I hope I don't bugging you with all my questions, if it's the case just tell me please Thanks

    C# question csharp visual-studio tutorial

  • Form Designer
    B BLaZiNiX

    the only thing it's after the user create the form dynamicly I want to include action on some controls like buttons and I want to compile all the form with the controls action in one file *.cs and after compile it to an exe. What I want to know it's how can I create the CS file to add the action and the form design in, like VC# does ? Thanks

    C# question csharp visual-studio 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