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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

NZSmartie

@NZSmartie
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • adding to char arrays together for one arg
    N NZSmartie

    I've been using c++ for two weeks now and i've got a good grip on coding by myself but... is it possible to call a function like this: char* myFunc(char* input) { printf(input); } int main(void) { char* one = "hello "; char* two = "world!"; myFunc(one+two); } this is of the top of my head but can i add two strings together for a function? Even if there is away around this would be great. Thanks

    C / C++ / MFC c++ question

  • adding char arrays together for one function arg
    N NZSmartie

    opps wrong place

    Managed C++/CLI

  • hey, how can i retrive a letter from a controll under the cursor??
    N NZSmartie

    yea it would be, i'll look into that and see how i go, my font is 'Lucida Console, 9pt' which makes each letter the same width part. thanks for that :rolleyes::-D

    C# question help

  • hey, how can i retrive a letter from a controll under the cursor??
    N NZSmartie

    hey, I'm havening trouble trying to get the letter under the mouse my purpose is to make each letter in a label select able or a button. can any one help, i would be great if you do ;) Thanks

    C# question help

  • ok, now how do i add six " " into a string by multiplying it
    N NZSmartie

    errr, this is C# I'm talking about not vb ;P

    C# question tutorial

  • ok, now how do i add six " " into a string by multiplying it
    N NZSmartie

    hey, how can i add six " " (white spaces) into a string by doing it like " " * 6; six is just an example, because the number will change... thanks

    C# question tutorial

  • i need help splitting '123456' into ['1','2','3','4','5','6']
    N NZSmartie

    Hey how can i split a string into individual characters... my input string is always a set of numbers like '15323' and i want to split it up and add all the numbers together so i end up with a total of 14 (from before). Roman

    C# help question

  • 'preg_replace();' in c#?
    N NZSmartie

    Hi in php, there is a function called 'Preg_replace();' and i was wondering if i am able to do the same thing in c#?

    C# csharp php question

  • Adding text to RichTextBox in form from another class
    N NZSmartie

    thanks, why didn't i think of that:rolleyes:

    C# question

  • Adding text to RichTextBox in form from another class
    N NZSmartie

    Hi everyone how would i add text to a rich text box named 'richTextBox1' located in Form1 with the namespace "winApp1"... i am adding text from a function inside a different class like this: winApp1.Form1.richTextBox1.Text but all i get is: 'winApp1.Form1.richTextBox1' is inaccessible due to its protection level how can i remove the protection :confused: Thanks in advanced Roman

    C# question
  • Login

  • Don't have an account? Register

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