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
S

Sergi25

@Sergi25
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help! convert this piece of code to VB.NET [modified]
    S Sergi25

    Thanks Chris I'll give it a try.

    Visual Basic csharp c++ help

  • Help! convert this piece of code to VB.NET [modified]
    S Sergi25

    I mainly need the loops -- modified at 21:24 Sunday 28th January, 2007

    Visual Basic csharp c++ help

  • Help! convert this piece of code to VB.NET [modified]
    S Sergi25

    Can somebody help me with this code. I need a VB.net equivanlent. string fn = @"c:\temp\data.txt"; using (System.IO.StreamReader sr = new System.IO.StreamReader(fn)) { **for (int row = this.c1FlexGrid1.Rows.Fixed; sr.EndOfStream == false; row++) { string line = sr.ReadLine(); if (row >= this.c1FlexGrid1.Rows.Count) this.c1FlexGrid1.Rows.Count++; int col = this.c1FlexGrid1.Cols.Fixed; string[] cells = line.Split(' '); for (int c = 0; c < cells.Length; c++) { if (col >= this.c1FlexGrid1.Cols.Count) this.c1FlexGrid1.Cols.Count++; this.c1FlexGrid1[row, col] = cells[c]; col++; }**} } I need the loops mainly Thanks -- modified at 21:10 Sunday 28th January, 2007

    Visual Basic csharp c++ help

  • loading text from a file...
    S Sergi25

    Thank you guys

    Visual Basic css help

  • loading text from a file...
    S Sergi25

    Ok. Here is my scenarion I have a file that I need to load some line to a grid, but I'm have diffulties doing do. The following is the structure of my file. 0 62.5 0 0 62.5 0 0 62.5 0 0 'H2O' 0 115 461.5 461.5 115 461.5 461.5 115 461.5 461.5 'CH' 0 90 76.9 76.9 95 107.7 107.7 90 76.9 76.9 'CH' 0 97 76.9 76.9 97 107.7 107.7 97 76.9 76.9 'CH' 0 97 76.9 76.9 100 153.8 153.8 97 76.9 76.9 'CH' I need to assign each number to a variable to load into my grid. Help please.:(

    Visual Basic css help

  • Vlookup function like excel
    S Sergi25

    Does anybody know if there is a function like the one in excel for vlookup. :):-D;);P:^):confused:

    Visual Basic
  • Login

  • Don't have an account? Register

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