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
T

Thomas Krojer

@Thomas Krojer
About
Posts
162
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is visual basic dead?
    T Thomas Krojer

    That´s an amazing long thread, I could not read all posts. I see M$ is (again) cutting the roots (as I remember, M$ startet with Basic interpreters for computer manufacturers), and their attitude against "Basic" is .... mehh.. dont like that old stuff, and somehow this feels like M$ sees "Basic" developers as 2nd or even 3rd class citizens in the ecosystem. Another company (calling €€€ or $$$ for getting it) provides still a "Visual Basic (.NET)" language, but it´s not free. This company - I will not name it - still sees a benefit of supporting and developing the language, also for other platforms (iOS e.g.). You can google for it. And another company stepped into a - not really compatible but easy to use - VB6 replacement. Also for other platforms (Mac, Linux and more). They just removed the name of the language "Basic". You can google for it. There is even a project on patreon, that guy is currently developing as VB6 compatible IDE and compiler (still alpha) targeting .NET Framework (very very alpha, but an amazing idea: put your old code in and get 64bit binaries out). google it, and if you like it, support him (I do ...) A lot of people obviously thinks, "Basic" is "basic" .... but thats not the meaning of the name of the language.

    I cannot remember: What did I before google?

    The Lounge csharp question

  • Migrating VB6 applications to .NET?
    T Thomas Krojer

    Hi Sander, is it possible to send you an email with a possible solution (at least there is a chance)? greetings, Thomas

    I cannot remember: What did I before google?

    The Lounge csharp javascript cloud database

  • So... Is Visual Basic officially dead?
    T Thomas Krojer

    And RemObjects "Mercury": VB for all platforms ... for a bunch of $$$ but it exists!

    I cannot remember: What did I before google?

    The Lounge csharp asp-net javascript wpf cloud

  • Need An Application
    T Thomas Krojer

    I need also a lot of things ....

    I cannot remember: What did I before google?

    Visual Basic com

  • Search and delete files
    T Thomas Krojer

    You also have search all SUBDIRECTORIES of a given Startpoint. You should write a function getting all files and directories, and then you can call this function recursive (calling it for each subdirectory with an new startdir).

    I cannot remember: What did I before google?

    Visual Basic css

  • how to display the output from LM35 on pc in C#
    T Thomas Krojer

    did you google for the right question? I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port[^] as a starting point for communication with parallel port.

    I cannot remember: What did I before google?

    C# csharp hardware help tutorial question

  • win32 dll is not working for c# application.
    T Thomas Krojer

    if you are running a .net application, build for target "any cpu", the program will start as a 64 bit application - if the machine is running a 64 bit windows. and if your win32.dll (doesn´t sound like an .net dll) is build for 32 bit (why do i think it is? maybe the 32 in win32.dll?, then it is not possible. you have to build the .net app explicitly for x86 target. dot.

    I cannot remember: What did I before google?

    C# help csharp

  • win32 dll is not working for c# application.
    T Thomas Krojer

    32/64 bit mismatch! you have to set the target cpu to x86, then it will work.

    I cannot remember: What did I before google?

    C# help csharp

  • which one is easy to learn and easy to implement C#.net or VB.net? [modified]
    T Thomas Krojer

    maybe, maybe not: http://en.wikipedia.org/wiki/Vala_%28programming_language%29[^]

    I cannot remember: What did I before google?

    Free Tools csharp question

  • problem
    T Thomas Krojer

    maybe they have it now ... early with the crt´s it was much simpler: the radiation of the crt was readable ... but the no such agency can even identify you by your typing rate/style.

    I cannot remember: What did I before google?

    Game Development help question

  • List(Of Integer) vs. an array (VB.NET 2008)
    T Thomas Krojer

    ok, i used a few minutes ... and proofed you are right. AND i want YOUR computer *g* both ways used 3 milliseconds on my machine :(

    I cannot remember: What did I before google?

    Visual Basic question csharp css visual-studio

  • List(Of Integer) vs. an array (VB.NET 2008)
    T Thomas Krojer

    I tried to save this 10 minutes :)

    I cannot remember: What did I before google?

    Visual Basic question csharp css visual-studio

  • List(Of Integer) vs. an array (VB.NET 2008)
    T Thomas Krojer

    additional to your EDIT 2: did you also test starting with an big array (say 1.000.000) and redim to double size if overflow, and one redim at the end (to reduce to used size)? how fast would this be?

    I cannot remember: What did I before google?

    Visual Basic question csharp css visual-studio

  • Use binnary file instead MS Access
    T Thomas Krojer

    for very small amounts of data i used sucessfully the ado recordset save / load method.

    I cannot remember: What did I before google?

    Visual Basic database

  • Imgien
    T Thomas Krojer

    I need a lot of things too

    I cannot remember: What did I before google?

    Java java

  • Secondhand comp BIOS disk
    T Thomas Krojer

    thank YOU for leaving

    I cannot remember: What did I before google?

    Windows Forms question help

  • VB.NET Handle SQL DB in Multi user application
    T Thomas Krojer

    tell your customer that he made an request which is VERY EXPANSIVE to handle - he will agree with identity columns.

    I cannot remember: What did I before google?

    Visual Basic database csharp question

  • Start application at specific time
    T Thomas Krojer

    ok, now i understand your question. with 1 minute googling i found this: http://www.tek-tips.com/viewthread.cfm?qid=356060&page=7 http://www.codeproject.com/KB/cs/tsnewlib.aspx

    I cannot remember: What did I before google?

    C# csharp

  • Start application at specific time
    T Thomas Krojer

    Task scheduler in Windows?

    I cannot remember: What did I before google?

    C# csharp

  • VB6 Help me!
    T Thomas Krojer

    If he pays enough, he will get also VB6 support. I will call it not a fee, but a compensation for pain and suffering.

    I cannot remember: What did I before google?

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