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
I

ido233

@ido233
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting vb6 to vb.net
    I ido233

    Hi all I have this project im converting from vb6 to vb.net when i run the code advisor for vb6 it keep getting this fixit code. 'FIXIT: Declare 'currentdate' and 'tempDay' and 'tempMonth' with an early-bound data type FixIT90210ae-R1672-R1B8ZE Dim currentdate, tempDay, tempMonth, tempYear As String Dim tempDate As String I go to the help file for this fixit but it does not explane it very well. Can any one explane it to me. The Dim statements are my original code. Ed:)

    Visual Basic csharp help

  • Convert Visual Basic to Visual C++
    I ido233

    Hi everyone What I have is a vb program that I am converting to visual C++ iv done most of the convert but am having a problem with this one. All I want to do is when my VC++ program runs that it show the current Month Day Year in seperate boxes here is the vb code. Public Sub today() 'Get today's date from system Dim currentdate, tempDay, tempMonth, tempYear As String Dim tempDate As String Dim location, StrLen As Integer Dim convert_month As String tempDate = Date$ tempMonth = Month(CDate(tempDate)) tempDay = Day(CDate(tempDate)) tempYear = Year(CDate(tempDate)) currentdate = tempMonth & "/" & tempDay & "/" & tempYear StrLen = Len(currentdate) location = InStr(currentdate, "/") txtMonth.Text = Left(currentdate, location - 1) convert_month = Convert_Date_Int2Str(txtMonth.Text) txtMonth.Text = convert_month currentdate = Right(currentdate, StrLen - location) location = InStr(currentdate, "/") txtDay.Text = Left(currentdate, location - 1) currentdate = Right(currentdate, 2) If (CInt(currentdate) < 90) Then txtyear.Text = "20" & currentdate Else txtyear.Text = "19" & currentdate End If ' End Sub any help is appreciated :omg:

    C / C++ / MFC c++ 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