CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: urs

Page 1 of 8 1 2 3 4

Search: Search took 1.85 seconds.

  1. Replies
    0
    Views
    669

    Your notes. Anywhere. Anyhow

    Hello
    Hi everyone,

    We have developed a new product called SyncNotes, its completely free, by which you can create a note on your PC at home or office and can access the same from anywhere using...
  2. Replies
    20
    Views
    8,510

    If your are using Control.Add to add controls at...

    If your are using Control.Add to add controls at runtime you can use Control.Remove cmd to remove them.
  3. Thread: Browser popup

    by urs
    Replies
    1
    Views
    888

    nobody?? some tips would also help plzzz

    nobody??
    some tips would also help plzzz
  4. Thread: Browser popup

    by urs
    Replies
    1
    Views
    888

    Browser popup

    Hello
    i want all popups on any site to be opened as an mdichild form.
    and not a serprate IE window.
  5. Thread: Bookmark manager

    by urs
    Replies
    0
    Views
    565

    Bookmark manager

    Hello
    I have been using web based bookmark software for sometime now. But you know its a big pain copying & pasting your bookmarks and importing is offered by very few.

    What i am looking for is a...
  6. Thread: combo onchanged

    by urs
    Replies
    2
    Views
    783

    thanx Jinto thats what i was looking for it...

    thanx Jinto
    thats what i was looking for
    it helped me a lot
    thanx once again
  7. Thread: combo onchanged

    by urs
    Replies
    2
    Views
    783

    combo onchanged

    hello
    i have created a user control, with combo box in it
    now i want to access OnChanged property of combobox in my form where i have added this user control
  8. Thread: runtime submenus

    by urs
    Replies
    2
    Views
    1,343

    hello its the same that i am doing and it is not...

    hello
    its the same that i am doing and it is not working anyways i have found a bad way to do it

    i can add menu item (not sub menu) at runtime so what i have done i added one more contextmenu...
  9. Thread: runtime submenus

    by urs
    Replies
    2
    Views
    1,343

    runtime submenus

    //context menu
    this.cntMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[]
    {
    this.mnuNotes
    }
    );

    now on button click
    mnuNotes.MenuItems.Add("Note " + noteno.ToString());
  10. Replies
    2
    Views
    981

    hi even i am getting monochrom icon in the...

    hi
    even i am getting monochrom icon in the taskbar

    i tried 32x32 (24 bit) and 32x32 (256 color)
    but still the same
    does it depends on icon editior i am using IconMaker 3.0
    paresh which icon...
  11. Thread: hotkeys

    by urs
    Replies
    1
    Views
    848

    hotkeys

    hello
    i have a form with a textbox
    and there will be similar multiple form with different text in the textbox
    now what i want is if i press Ctrl+Shift+N a new form should be addedd. i can press...
  12. Replies
    5
    Views
    1,173

    hello i dont php at all i was asked to go...

    hello
    i dont php at all
    i was asked to go through somebody else code rectify the errors
    so i dont know what does "\r\n" means and y it is used for
  13. Replies
    5
    Views
    1,173

    ok got it thanx professorX i just added...

    ok got it
    thanx professorX
    i just added '$headers'

    $headers = "From:u@me.com\n";
    $headers .= "Content-Type: text/html; charset=iso-8859-1\n";

    $ret=mail("support@cynapse.co.in","Site...
  14. Replies
    5
    Views
    1,173

    send HTML tags in mail using PHP

    <?php
    if (trim($comments) != "" )
    {
    $comments1="<html><body><p>Support request from : ". $sendername . " Email : <a href='mailto:" . $email . "?subject=Your support request at cynapse.co.in'>" ....
  15. Replies
    0
    Views
    1,491

    error while installing .NET on Win98

    hello gurus
    i cannot install .NET on win98
    when i click "install full" from autorun i get a message box with these lines:
    (
    Incorrect commandline parameters
    windows installer V2.00.2600.2...
  16. Thread: progressbar

    by urs
    Replies
    1
    Views
    999

    progressbar

    hi
    how can i draw a smooth progress bar along with diff colors
    eg diff backcolor & scroll color
  17. Replies
    6
    Views
    1,263

    stremail = split(strtext, chr(13)) try this

    stremail = split(strtext, chr(13))

    try this
  18. Replies
    0
    Views
    516

    basic of file transfer

    hi everybody
    i searched a lot on file transfer in planet-source-code.com & i got many app doing these but none of them r commented (at least the app that i have downloaded)

    i just want to the...
  19. Replies
    1
    Views
    768

    i dont know if u have rechecked ur Form_Resize...

    i dont know if u have rechecked ur Form_Resize Sub
    may b u must have some coding there
  20. Replies
    2
    Views
    715

    thanx a lot it works gr8

    thanx a lot
    it works gr8
  21. Replies
    2
    Views
    715

    has anybody tried this

    RTB1.TextRTF = RTB1.TextRTF & vbNewLine & strData

    RTB stands for RichTextBox
    and strData is a string containing RTB2.TextRTF, from an another form

    What i want is what ever is the Font Name,...
  22. Replies
    1
    Views
    738

    search for open port

    i am creating a small app. which will b opening a port
    now i want to know which comp. on the lan have launched my app.
    so i will loop through IPs on my lan and try to connect on that port using...
  23. Thread: winsock III

    by urs
    Replies
    1
    Views
    704

    Private Sub...

    Private Sub axWinsockListen_ConnectionRequest(ByVal requestID As _
    Long)
    ' When the server receives a connection request, set the second
    ' Winsock on the server to...
  24. Replies
    10
    Views
    1,737

    create a control array of text boxes and place...

    create a control array of text boxes
    and place this code

    Dim intI As Integer, intJ As Integer
    For intI = 0 To 19
    For intJ = intI + 1 To 20
    If Text1(intI).Text = Text1(intJ).Text Then
    ...
  25. Replies
    10
    Views
    1,737

    'add Microsoft Scripting Runtime dim fFile...

    'add Microsoft Scripting Runtime


    dim fFile as New FileSystemObject
    dim myFile
    dim blnGot as Boolean
    dim strLine as String

    set my fFile=fFile.OpentextFile("C:\List.txt")
    blnGot=False
Results 1 to 25 of 183
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured