User Profile

Collapse

Profile Sidebar

Collapse
scriptick
scriptick
Last Activity: Feb 3 '14, 05:01 PM
Joined: Apr 13 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • scriptick
    replied to Search items from text file
    in .NET
    Hey vijay bro how are you? could you remember me? its pavel. However I don't understand what you say. could you pls tell me in more details?...
    See more | Go to post

    Leave a comment:


  • scriptick
    replied to Search items from text file
    in .NET
    can you pls check this code?
    I found this but not working....

    Code:
     protected void Button_Click( object sender, EventArgs e)
    {
      string fileLoc = Server.MapPath( "You Location" );
    
      if (File.Exists(fileLoc))
      {
        String line;
        using (TextReader tr = new StreamReader(fileLoc))
        {
          line = tr.ReadToEnd();
        }
        string[] read=line.StartsWith(textboxName.text);
    ...
    See more | Go to post
    Last edited by Frinavale; Nov 4 '13, 06:02 PM. Reason: Please use [CODE] and [/CODE] tags when posting code. This is your final warning.

    Leave a comment:


  • scriptick
    started a topic Search items from text file
    in .NET

    Search items from text file

    Suppose I have a textfile on C://file.txt
    On that text file contains -
    Code:
    Buoyes 
    bytes
    Bubble
    Coogle
    Code
    Cripsy
    Cyclone
    Crime
    Criminal
    Dog
    Din
    Done
    Doing
    Duty
    Desk
    Eagle
    Ear
    Eat
    .......
    etc
    Now my question is -
    I have a csharp winform application
    Button1
    Textbox1
    Listbox1
    I wanna put...
    See more | Go to post
    Last edited by Frinavale; Oct 24 '13, 05:53 PM.

  • scriptick
    started a topic Set text to Textbox1.Text= "P"

    Set text to Textbox1.Text= "P"

    I need a small problem solution.
    in button1 I code =
    Textbox1.Text = "P";
    When I click on button1 in textbox1 show =P
    but I want
    I I pressed button1 3times in textbox1 will
    show="PPP"
    If pressed 4 times it will show ="PPPP"
    How to do this?
    With my current code of I pressed button1
    1000 times it. shows = "P "
    Thanks in advanced
    See more | Go to post

  • scriptick
    replied to Create A XML doc
    Joseph Martell thanks a lot!
    this is that what I am looking for!
    See more | Go to post

    Leave a comment:


  • scriptick
    started a topic Create A XML doc

    Create A XML doc

    I use this code -
    Code:
     XmlWriterSettings settings = new
    XmlWriterSettings();
    settings.Indent = true;
    settings.IndentChars = (" " );
    settings.CloseOutput = true;
    settings.OmitXmlDeclaration = true;
    using (XmlWriter writer = XmlWriter.Create
    ("books.xml" , settings))
    {
    writer.WriteStartElement( "book" );
    writer.WriteElementString( "title" , book.Title);
    ...
    See more | Go to post
    Last edited by Rabbit; Oct 6 '13, 03:42 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

  • scriptick
    started a topic How to do this on C#.NET
    in .NET

    How to do this on C#.NET

    Hello,
    I was write a class on VB.NET and i wanna move my project on C#.NET. I know VB.NET class can be converted to DLL.
    I also do that but i have a problem with just one line code :

    On the class i wrote a code like this :
    MyProject.Forms .frmMain.ComboB ox1.Items.Add(m odKb.Items(i).N ame)

    More Details :

    Code:
        Public Class modLay
            Public Shared Function Add() As Boolean
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 4 '13, 03:45 PM. Reason: Please use code tags when posting code.

  • scriptick
    started a topic Online Activation System for.NET

    Online Activation System for.NET

    Hello,
    I have a website and I made it in wordpress. www.axescript.c om

    I made some commercial software.
    Now my question is -

    Is there any way to add online activation system for c#.net ? Wordpress plug-in? Store there activation details etc.

    Or any good way....Offline OR online Activation.

    Thanks
    See more | Go to post

  • scriptick
    started a topic How to load keyboard.dll with c#.net

    How to load keyboard.dll with c#.net

    Hello everyone,
    I made a keyboard layout with Microsoft Keyboard Layout Creator .

    http://www.microsoft.c om/en-us/download/details.aspx?id =22339

    When I create a layout it creates a dll. Something like kblen.dll for english. you may found this dll on windows system folder [in win 7].its built it in 7.

    however when I create a keyboard layout and install it can load from language bar. Suppose I install...
    See more | Go to post

  • thank for your reply with code. ok I am checking it
    See more | Go to post

    Leave a comment:


  • Updating Database from Datagrid view (Where is problem. 1 Line of code)

    Hi,
    I am very tired to solve this. I know its very very very easy for beginner level programmers too.
    But i am not understanding that where is my problem.

    I just wanna update my database with one click only.

    I do for update my database from datagridview1 but it shows a error like this :

    Unhandled exception has occurred in your application . If you click Continue, the application will ignore...
    See more | Go to post

  • Hello vijay6 thank you verrrrrrrreey much bro for your help !!!! I am very happy to you. off course I am going to send you that when I sit on pc.

    anyway thanks a lot again.
    if you need me anytime pls PM me. I am ready to help you anyway.

    thank you very much!!!
    See more | Go to post

    Leave a comment:


  • Hello vijay6, Thank you a lot for your again reply. Many many thanks.

    Anyway I am not creating malicious software. I want to made game trainer with it. I already made some game trainer with this methood.
    On GTA Vice City :
    If Press CTRL+ALT+1 = SendKeys.Send(" LeaveMeAlone");

    Before i do it in LUA.But now i want to do it on C#.NET.

    Nothing Else.

    Thank you !!!
    See more | Go to post

    Leave a comment:


  • thank you very much for your nice repl.
    but I want to do it from anywhere. if my app is minimize then is it work? I want something like ctrl + a in window is select all. something like that.

    anyway sorry for eng.


    thanks again...
    See more | Go to post

    Leave a comment:


  • scriptick
    started a topic How to register multiple global hot-keys in C#?

    How to register multiple global hot-keys in C#?

    Hi everyone,
    I want to register multiple global hotkeys. CTRL+A , SHIFT+B etc etc etc.
    I want to more clear :
    If i pressed : CTRL+A then a message will show (MessageBox.Sho w("Pavel,Tangal ")
    If i pressed SHIFT+B then minimize application.
    If i pressed SHIFT+C maximize application.

    I found a solution on internet related to it but i can not add here modifiers keys like : CTRL or SHIFT or ALT...
    See more | Go to post
No activity results to display
Show More
Working...