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
H

Hengy

@Hengy
About
Posts
11
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting MP3 to WAV
    H Hengy

    Hi, I am currently making a application that converts different audio files. I am having trouble converting MP3 to WAV though. Can anyone please help me? Thanks. Hengy I like Pie

    C# help question

  • What is wrong with this code??
    H Hengy

    Private Sub Image1_Click() Dim SMTP As Object Set SMTP = CreateObject("ANSMTP.Mail") SMTP.ServerAddr = "pophm.sympatico.ca" SMTP.FromAddr = "email@email.com" 'sender' email address SMTP.AddRecipient "Me", "email@email.com", 0 SMTP.BodyFormat = 1 SMTP.Subject = Text1.Text & Text2.Text SMTP.BodyText = Text1.Caption & Text2.Caption If SMTP.SendMail() = 0 Then 'send email MsgBox "Email delivered", vbOKOnly, "ANSMTP COM Object" Else MsgBox SMTP.GetLastErrDescription, vbOKOnly, "ANSMTP COM Object" End If End Sub When I try and run it it gives me a run-time error #429. I debug it and it highlights the third line. (Set SMTP = CreateObject...) Hengy I like Pie

    Visual Basic question com debugging help

  • VC# Skinning
    H Hengy

    Hi. I like PieDoes anyone know of any cheap, or free VC# skinning programs? Thanks Hengy I like Pie

    C# csharp question

  • Cannot implicitly convert type 'int' to 'bool'
    H Hengy

    int var = 0; int one = 1; int six = 6; hurt =+ one; if (var = six) label1.Text = "text.."; I am kinda new to this... I want to make it so when you click on a button, var increses in value and when it finally reaches 6, to close the program. I know what I have is no where close to 'right' or even the easiest way, it's just easier for me to understand. Thanks Hengy I like Pie

    C#

  • Detecting Process
    H Hengy

    I need code that detects if a program is running and then opens a form. ex. You turn on your computer and a program starts to run in the background. You open the internet and a form from the program that is already running opens with it. Can anyone help me? Thanks Hengy I like Pie

    C# help question

  • Changing the location of button using programming
    H Hengy

    Sorry for the double post... I have another problem: when the doesn'tpick anything from a combobox, it says: System.NullReferenceException was unhandled but in my code, I put a default setting in my switch. private void button1_Click(object sender, EventArgs e) { if (checkBox1.Checked != true) { MessageBox.Show("Search"); } else { switch (comboBox1.SelectedItem.ToString()) { case ("Mininova"): string targetURL = @"http://www.mininova.org"; System.Diagnostics.Process.Start(targetURL); break; case ("TorrentSpy"): string targetURL2 = @"http://www.torrentspy.com"; System.Diagnostics.Process.Start(targetURL2); break; case ("IsoHunt"): string targetURL3 = @"http://www.isohunt.com"; System.Diagnostics.Process.Start(targetURL3); break; case ("MyBitTorrent"): string targetURL4 = @"http://www.mybittorrent.com"; System.Diagnostics.Process.Start(targetURL4); break; default: MessageBox.Show("Please select a website to search."); break; } } } any ideas? thanks for the help... I seem to be asking alot of it today!:confused: Hengy I like Pie

    C# tutorial

  • C# Resizing a form the programming way.
    H Hengy

    I'm a little lost in what you said... I'm kind of new to C#, but thanks anyways. Hengy I like Pie

    C# csharp visual-studio help

  • Changing the location of button using programming
    H Hengy

    Does anyone know how to change the location of a button using programming. I'm going to use it to make "simple" and "advanced" options in my search program. Thanks Hengy I like Pie

    C# tutorial

  • C# Resizing a form the programming way.
    H Hengy

    Thanks The second piece of code didn't work, but I played around with it and finally did get it to work. this.Height = 145; Hengy I like Pie

    C# csharp visual-studio help

  • C# Resizing a form the programming way.
    H Hengy

    I am developing a serch application. I want to it to have a "Simple" option and an "Advanced" option. When I press the Simple button I want some options to disapear (which I can do) and the form to get smaller (reduce Height only). I need help with code for making the form smaller. I have tried using the MSDN site examples, but Visual Studio 2005 doesn't recognize: Form1.Height = 145 It says I need aditional information (System.Windows. etc.) Hengy I like Pie -- modified at 10:18 Sunday 4th June, 2006 Hengy I like Pie

    C# csharp visual-studio help

  • C# Resizing a form the programming way.
    H Hengy

    I am developing a serch application. I want to it to have a "Simple" option and an "Advanced" option. When I press the Simple button I want some options to disapear (which I can do) and the form to get smaller (reduce Height only). I need help with code for making the form smaller. I have tried using the MSDN site examples, but Visual Studio 2005 doesn't recognize: Form1.Height = 145 It says I need aditional information (System.Windows. etc.) Hengy I like Pie

    C / C++ / MFC csharp visual-studio 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