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
U

User 11883281

@User 11883281
About
Posts
46
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to find out, if the toolbar icon or the notifyicon is clicked
    U User 11883281

    mh okay thankyou

    C#

  • How to find out, if the toolbar icon or the notifyicon is clicked
    U User 11883281

    Hello, I just want to find out if the tollbaricon or the notifyicon ist clicked. I know how to do that in a own class. My problem is, that I have a while-loop and in this one, I must check if one of the button is klicked. (Because only then the while have to break.) May you help me? May you have other ideas how i can realize it?

    C#

  • How can I format a text selection in bold AND italic?
    U User 11883281

    perfect thank you so much!

    C#

  • How can I format a text selection in bold AND italic?
    U User 11883281

    thanks a lot it works do you know how I can say that I will get the currentFontStyle without bold ? so if the selection is bold and italic and now i just want it in italic? i only want the code...

    C#

  • How can I format a text selection in bold AND italic?
    U User 11883281

    What the suject says... I can format the selection to bold and to italic. but when I want the text bold and italic the formation is set to regular automatically. Thats my code:

    newfont = FontStyle.Bold & FontStyle.Italic;
    richTextBox1.SelectionFont = new Font(currentfont.FontFamily, currentfont.Size, newfont);

    C#

  • How to restart a Programm in Release-Modus per Code
    U User 11883281

    I know how to start it in debug/release modus with a mouseklick, i just want to do this with a codesnipped

    C# csharp visual-studio help tutorial question

  • How to restart a Programm in Release-Modus per Code
    U User 11883281

    i just want to restart my programm with code. but not in the debug modus, in the release modus

    C# csharp visual-studio help tutorial question

  • How to restart a Programm in Release-Modus per Code
    U User 11883281

    I've Visual Studio and programming in C# now I want my programm to restart on his own, but i need to restart in Release, because a class changed. con you may help me?

    C# csharp visual-studio help tutorial question

  • how to start a vbs script in a vbs script on a client computer
    U User 11883281

    okay, please let me explain again: I have one service running on the server (service is running as domain administrator). this service executes my script. this script should start another script on a client, wich prompts a msgbox for the currently logged in user. Due the service (and so also the script) is running as domain administrator, I hope I can use its permissions for the client, no matter wich user is logged in on the client. I hope everything is clearly for you now.

    Visual Basic linux tools help tutorial

  • how to start a vbs script in a vbs script on a client computer
    U User 11883281

    I don't want to run it on a remote machine... i want to start a script on a server and this script should run the other script on a normal pc... which is used by a user... my problem is that when i run it on the user, my msgBox isn't shown anywhere, so I think i have to run it on the pc, isn't it right? sry if my first question wasn't clearly...

    Visual Basic linux tools help tutorial

  • how to start a vbs script in a vbs script on a client computer
    U User 11883281

    i now how it works with a user:

    set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.run "runas /user:'username' 'script.VBS'"
    WshShell.AppActivate ("runas.exe")

    but i want to put the clientcomputer instead of the user... can you help me

    Visual Basic linux tools help tutorial

  • VBS for next loop
    U User 11883281

    Thank you very much.... i don't even know what the error was. I had to restart the server, and now it works without doing anything :D but thank you :D

    Visual Basic help

  • VBS for next loop
    U User 11883281

    oh thankyou but that wasnt the error at all

    Visual Basic help

  • VBS for next loop
    U User 11883281

    This:

    Dim i as Integer
    for i = 0 To 20
    ' MsgBox "Blubb" & i & "bla"
    ' ticketno = Replace(ticketno,"("& i & ")","")
    Next

    or this

    Dim i
    for i = 0 To 20
    ' MsgBox "Blubb" & i & "bla"
    ' ticketno = Replace(ticketno,"("& i & ")","")
    Next

    is showing the error

    Visual Basic help

  • VBS for next loop
    U User 11883281

    i just ignor the step, it doesnt matter if it says "step 1" or nothing, 1 is the default value

    Visual Basic help

  • VBS for next loop
    U User 11883281

    i just looked at this, but i do not find a mistake in my code

    Visual Basic help

  • VBS for next loop
    U User 11883281

    okay, thank you but the error is still comming it have to be the loop, cause i now only have

    For i = 0 To 20 Step 1.0

    Next i

    and the error is still comming

    Visual Basic help

  • VBS for next loop
    U User 11883281

    sry that was a mistake, i don't have this in my code... it was a copy and paste error -.- now my code is right

    Visual Basic help

  • VBS for next loop
    U User 11883281

    I'm new in VBs.. i've got this code:

    For i = 0 To 20 Step 1.0
    MsgBox "Blubb"& i &"bla"
    Next i

    and this error: 800A0401 "Statement completion expected" "Compile error in Microsoft VBScript"

    Visual Basic help

  • VBS for next loop
    U User 11883281

    I'm new in VBf.. i've got this code:

    For i = 0 To 20 Step 1.0
    MsgBox "Blubb" & i & "bla"
    Next i

    and this error: 800A0401 "Statement completion expected" "Compile error in Microsoft VBScript"

    LINQ help
  • Login

  • Don't have an account? Register

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