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
G

gpa2000

@gpa2000
About
Posts
45
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cannot write phonebook Err:624
    G gpa2000

    Thx 4 ur advice. I tried it and it turns out that it was rasphone.pbk on Documents and Settings\All users\Application Data\Microsoft\Network\Connections\Pbk. Setting it to *not* read-only solves my problem. Thx, Guus

    IT & Infrastructure help sysadmin tutorial question

  • Cannot write phonebook Err:624
    G gpa2000

    Little while ago i read an article on how to prevent autodialers from changing my "phonebook", the file on my harddisk that stores all Network connections. The trick was to set the attirbutes to this file to "read-only". It works perfectly. Now i want to delete a Network connection and i get this error message. The problem is that is have forgotten the name of this file which i've set to readonly. Anyone? Grtz, Guus

    IT & Infrastructure help sysadmin tutorial question

  • VB6 date vs SQL Server date
    G gpa2000

    That's the answer i was looking for. Thx! Grtz, Guus

    Database database sql-server visual-studio sysadmin

  • Difference between Height and ScaleHeight
    G gpa2000

    In my resize event i use Height to change the height of the object but i see that sometimes ScaleHeight is used. Why? What's the difference? Grtz, Guus

    Visual Basic question

  • VB6 date vs SQL Server date
    G gpa2000

    Thanks for the good advice but it doesn't answer my question. How is it possible that an integer converted to a date results in two different dates on VB vs SQL Server?

    Database database sql-server visual-studio sysadmin

  • VB6 date vs SQL Server date
    G gpa2000

    In any format, dd-mm-yyyy or mm-dd-yyyy 73584 still means December 1st 2003. You have to retrieve the regional settings to get it right. That's why i use integers.

    Visual Basic database sql-server visual-studio sysadmin

  • VB6 date vs SQL Server date
    G gpa2000

    To simplify date conversion i was adviced to use to integer converted dates i.s.o. the datetime type. Now i have the integer 37954 which resembles 01-12-2003 (dd-mm-yyyy) select cast(37954 as datetime) as startdate But VB6 thinks it is 29-11-2003 ?Format(37954, "dd-mm-yyyy") How is this possible? What am i doing wrong? Grtz, Guus

    Database database sql-server visual-studio sysadmin

  • VB6 date vs SQL Server date
    G gpa2000

    To simplify date conversion i was adviced to use to integer converted dates i.s.o. the datetime type. Now i have the integer 37954 which resembles 01-12-2003 (dd-mm-yyyy) select cast(37954 as datetime) as startdate But VB6 thinks it is 29-11-2003 ?Format(37954, "dd-mm-yyyy") How is this possible? What am i doing wrong? Grtz, Guus

    Visual Basic database sql-server visual-studio sysadmin

  • Access VBA question
    G gpa2000

    The query runs fine but creating a report using the wizard based on the query result in #Error or #Fout in my case. Accompanied by error 3021: No current record. How can i pinpoint the problem?

    Visual Basic question database json help

  • Access VBA question
    G gpa2000

    After converting my app from MSOffice 97 to MSOffice 2002 i get an error message 3021 "No current record" when opening a report. The attached query runs fine with no errors. The report opens after a few dozen 3021 errors with a few readable records and the rest #Fout (or #Error which means the same). Anyone? Grtz, Guus

    Visual Basic question database json help

  • wat is subclassing and how is it used?
    G gpa2000

    Why should i use subclassing? I am not sure what it is for or how it is used. do you know where i can find an article about this subject? Thnx, Grtz, Guus

    Visual Basic question

  • what is hWnd and how is it used
    G gpa2000

    Well the subject says it all. I believe that every object has a hWnd and using this hWnd you can color the background of a treeview or do all sorts of thing. Do you know where i can find an article about this? Thnx, Grtz, Guus

    Visual Basic question

  • Opening a website when button pressed
    G gpa2000

    In VB: ' ' Procedure voor het opstarten van de default browser met een URL ' ' Zie Q224816, Q174156 voor meer informatie ' Public Sub StartDefaultBrowser(ByVal strUrl As String) Dim lngReturnValue As Long lngReturnValue = ShellExecute(0, _ "open", _ strUrl, _ 0, _ 0, _ SW_SHOWNORMAL) ' Returnvalue <= 32 means error If (lngReturnValue <= 32) Then Err.Raise ERR_WARNING, FormatErrSource(MODULENAME, "CheckFields"), "Can't start default internet browser (" & CStr(lngReturnValue) & ")" End If End Sub Grtz, Guus

    Visual Basic

  • hosts file readonly
    G gpa2000

    Many thanks. Your link was most useful. Seems that a Trojan.Bookmarker variant, Trojan.Bookmarker.B also found its way to my computer. Had to remove ctrlpan.dll also. Again Thnx Grtz, Guus

    System Admin com question

  • Sub Main?
    G gpa2000

    Why not change the startup module in your project properties? grtz, Guus

    Visual Basic help question

  • Creating Custom Icons
    G gpa2000

    Did you already try IconXP? Try for 30 days. Then find a crack on astalavista. But my advice is to buy ;)

    Visual Basic tutorial question

  • Database Compare
    G gpa2000

    Yes, you can probably write it yourself but when you browse to www.planetsourcecode.com you can probably find a solution there. Grtz, Guus

    Database csharp database question

  • hosts file readonly
    G gpa2000

    The solution was: I had to remove msconfd.dll which was in my system32 directory. I am curious how it got there in the first place... pestcontrol.com showed my this and it worked. Grtz, Guus

    System Admin com question

  • Linux Distro
    G gpa2000

    www.easyserv.com

    System Admin php database mysql com linux

  • Can anyone solve Richards problem?
    G gpa2000

    In the package and deployment wizard of VB6 you can enter the name of a program to be executed after installation of the package. This can be the installation of your MDAC version or a bat file containing... whatever. HTH, Grtz, Guus

    Visual Basic help tutorial question workspace
  • Login

  • Don't have an account? Register

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