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
R

Rylogy

@Rylogy
About
Posts
31
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Button to draw on Canvas
    R Rylogy

    Hi. I've been trying to find online on how to draw lines in a canvas using Netbeans IDE.I'm currently making a desktop application that calculates for certain physics things. My main issue is that I can't figure out how to draw into a canvas.I've looked plenty on google, and what I run into is code that doesn't clarify my issue. All I want to know is how to draw some lines into a canvas that has been created with Netbeans by pressing a button. Any suggestions are more than welcome. Thanks for your time.

    Java visual-studio game-dev help tutorial

  • [Message Deleted]
    R Rylogy

    Nevermind I got it :-D

    Visual Basic

  • [Message Deleted]
    R Rylogy

    I have something but it's not quite right, because years ending with 00 before de decimal are not leap years (example 1700 1800 1900 or even 2000000 as long as it has 00) I don't know how to do that. Also thanks for your help Guffa. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim y As Integer y = TextBox1.Text If y Mod 4 = 0 Then TextBox2.Text = "is leap" ElseIf y Mod 400 = 0 Then TextBox2.Text = "is leap" Else TextBox2.Text = "isn't leap" End If End Sub

    Visual Basic

  • [Message Deleted]
    R Rylogy

    that will work fine, I forgot to specify that I need to do that with my own codes, only using if, else if in the code and textbox for input and another textbox for output and a button. Thanks for your help though

    Visual Basic

  • [Message Deleted]
    R Rylogy

    [Message Deleted]

    Visual Basic

  • Newbie on ASP .NET
    R Rylogy

    hey I used this sample code from a book of mine but I get this error Error msg: Login failed for user 'IUSR_GAP-PC'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'IUSR_GAP-PC'. Source Error: Line 37: Line 38: // fill the dataset Line 39: dataAdapter.Fill(dataSet, "Customers"); Line 40: SqlCommandBuilder bldr = new SqlCommandBuilder(dataAdapter); Line 41: Code: private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here // Insert page code here if (!IsPostBack) { // create the connection string string strConnection = "server=GAP-PC; uid=IUSR_GAP-PC; pwd=xpst700r; database=northwind"; //create the command string string strCommand = "Select * from Customers"; // create the data set command object and dataset SqlDataAdapter dataAdapter = new SqlDataAdapter(strCommand, strConnection); DataSet dataSet = new DataSet( ); // fill the dataset dataAdapter.Fill(dataSet, "Customers"); SqlCommandBuilder bldr = new SqlCommandBuilder(dataAdapter); // get the table DataTable dataTable = dataSet.Tables[0]; dgCustomers.DataSource = dataTable; dgCustomers.DataBind( ); } } I apreciate if someone helps me

    ASP.NET csharp database sysadmin data-structures debugging

  • Send Control key signal
    R Rylogy

    Dennis C. Dietrich wrote: Have you tried SendKeys.Send("^") (see SendKeys Class[^])? Best regards Dennis nop

    Visual Basic question

  • Sending mouse click signals
    R Rylogy

    Hi does someone know how to send a mouse click signal I want to send a code that the mouse sends the left click and holds it do you know how to make it?

    Visual Basic tutorial question

  • Send Control key signal
    R Rylogy

    I still don't get it :( do you have an example code I can see?

    Visual Basic question

  • Tutorial for Visual C++ .NET 2003
    R Rylogy

    Does anybody here has a tutorial or a link to a tutorial of Visual C++.NET 2003?

    C / C++ / MFC c++ csharp tutorial question

  • Send Control key signal
    R Rylogy

    Hey how can I send the key signal for the control key I've tried but I can't get it to work. I'm using the SendKeys.Send("{}")

    Visual Basic question

  • Clipping text into Clipboard
    R Rylogy

    thank you

    Visual Basic question

  • Clipping text into Clipboard
    R Rylogy

    Can anyone tell me how can I clip text from a textbox into the clipboard

    Visual Basic question

  • Help making a listbox appear when I write something
    R Rylogy

    yes thank you i'm not being vague, I just didn't know how to explain it my bad

    Visual Basic help tutorial question

  • Help making a listbox appear when I write something
    R Rylogy

    yes exacly

    Visual Basic help tutorial question

  • Help making a listbox appear when I write something
    R Rylogy

    hmm what I mean is that when I write a whole word then the list box appears or when I write a letter then the program should read the letter then the list box should appear By bad for not being much specific first time

    Visual Basic help tutorial question

  • Help making a listbox appear when I write something
    R Rylogy

    Help I've tried many things to make a list box appear when I write something down Example I write an "A" and a list box appears can anyone help me out?

    Visual Basic help tutorial question

  • Help modifying text
    R Rylogy

    whoa it worked

    Visual Basic help question

  • Help modifying text
    R Rylogy

    hmm Private Sub HighlightText(ByVal Highlight As String) what's that for?

    Visual Basic help question

  • Help modifying text
    R Rylogy

    thank you

    Visual Basic help 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