Search:

Type: Posts; User: ZanM

Page 1 of 6 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    19
    Views
    1,614

    Poll: understand it...

    who in their right mind would go through all that when they could just break down and use c++ i mean vb in notepad true notepad mind you no IDE generated code like you guys posted just notepad would...
  2. Replies
    1
    Views
    360

    Visual Basic Version 2

    ok I have Visual Basic 1 for windows, vb3, vb4 16 & 32, vb5, vb6 and the .net framework.

    Does anyone know where I can get vb1 Dos and/or vb2.

    I really want the whole set ......
  3. Thread: Unloading a Form

    by ZanM
    Replies
    19
    Views
    1,602

    well because

    I didn't feel like making a new app in notepad when i had the one i was working on and tested the dispose in already coded. I mean I did tell WideAwake axactly where to look in the cade and incase...
  4. Thread: Unloading a Form

    by ZanM
    Replies
    19
    Views
    1,602

    well

    i happen to be useing notepad and the framework to code in no IDE just me my brain and the compiler
  5. Thread: Unloading a Form

    by ZanM
    Replies
    19
    Views
    1,602

    umm....

    would you try to use a form in vb6 after you unloaded it? i mean you caould load a new one and use it but isn't that what you have to do in .net too..? MS is just hiding less of the C backbone from...
  6. Thread: Unloading a Form

    by ZanM
    Replies
    19
    Views
    1,602

    Tested & Works

    -_-



    frm.Dispose() 'Works


    i used here in a note pade i am working on

    look at:
  7. Thread: Some Help Please

    by ZanM
    Replies
    5
    Views
    836

    its for the + - Code thing

    #Region DirectiveSee Also
    #If...Then...#Else Directives (Language Reference)
    Collapses and hides sections of code in Visual Basic .NET files.

    #Region "identifier_string"
    #End Region
    Parts...
  8. Replies
    8
    Views
    1,321

    try calling the MyBase.Clear at the end of your...

    try calling the MyBase.Clear at the end of your override there may be some nessesary code that ms uses in that method the documentation says you should always pass it back to the correct event/method...
  9. Thread: Unloading a Form

    by ZanM
    Replies
    19
    Views
    1,602

    don't know but

    try

    Unload FormName

    or

    MyBase.Dispose

    and if the fails use the DestroyWindow API
  10. Well HvedeM

    I must me a newbie too cause I found the answer don't make typo type mistakes in your code when you are writing code in notepad with no inline debugger :)

    o System.ComponentModel lives in the...
  11. .NET Framework compile....System.ComponentModel [Resolved]

    I am using the framework and not vs.net.

    The problem I am having is that I can't find any info on how to include the System.ComponetModel in the compile i.e

    vbc.exe /r:System.dll...
  12. Replies
    1
    Views
    293

    i belive i found it

    If the query has parameters, the current values for the Command object's parameters are used unless you override these with parameter values passed with the Execute call. You can override a subset of...
  13. Replies
    1
    Views
    293

    access and stored procedures with variables

    ok, I haven't done this in access before but i know it can be done in DB2 and Oracle and so on. but I have a query(stored procedure) built in Access that looks so

    SELECT dxUsers.userName,...
  14. Thread: hooks

    by ZanM
    Replies
    5
    Views
    577

    i'll post code later

    ~_^
  15. Replies
    6
    Views
    424

    hmmm

    maybe i should learn more about not being a newbie myself before i try to tech others, i'm used to it being called a float in vb books
  16. Thread: hooks

    by ZanM
    Replies
    5
    Views
    577

    ok this is what i got from that

    ok as for as i can understand what i need to do is create a dll in away simular to a subclassing dll with at least two function besides its main function insertHook(); and releaseHook();

    ok now...
  17. Thread: hooks

    by ZanM
    Replies
    5
    Views
    577

    msdn example

    ok this is what i found at msnd's online library

    Platform SDK: Windows User Interface

    Installing and Releasing Hook Procedures
    You can install a hook procedure by calling the SetWindowsHookEx...
  18. Replies
    3
    Views
    590

    sizeof i think is correct, but get a second...

    sizeof i think is correct, but get a second opinion
  19. Replies
    6
    Views
    424

    ok here it is basicly

    what we call a type in vb is called a structure in c++ and that is what it realy is in vb



    Type SomeType
    A as Integer
    B as Integer
    End Type

    in C++ it looks like this
  20. Thread: hooks

    by ZanM
    Replies
    5
    Views
    577

    hooks

    I need anyone who is expert or intermidate with windows hooks and hopefuly system wide hooks to explain to me the basic process of setting a system wide keyboard hook to be proccessed before all...
  21. Thread: a show of hands

    by ZanM
    Replies
    0
    Views
    257

    a show of hands

    please raise your hand and state your opinion if you know what ARGO Data is and WOG's and AOG's and ctree ........ mainframe, Cobol, oracle, db2 and some other things come to mind also

    if you know...
  22. Thread: appbar14..?

    by ZanM
    Replies
    0
    Views
    375

    appbar14..?

    does anyone know where i can find a copy of appbar14.bas?
  23. Replies
    6
    Views
    755

    Assembler for Windows

    Does anyone know where I can find a good download for a free windows assembler and some assembly tutorials?

    Thanks
  24. Thread: check it out

    by ZanM
    Replies
    4
    Views
    484

    ok

    i'll take the ladies off i really want to know what you guys think about the look and feel

    thanks again
  25. Thread: website..?

    by ZanM
    Replies
    0
    Views
    336

    website..?

    please check out this thread

    http://www.vbforums.com/showthread.php?s=&threadid=125202
  26. Thread: check it out

    by ZanM
    Replies
    4
    Views
    484

    check it out

    everybody go check out my website. tell me what you think of it so far and be as harsh as you like ;)

    http://ezekiel-naulty.net

    thanks
  27. Replies
    2
    Views
    474

    thanks

    i'll look over the msdn docs again
  28. thanks

    this is only my second windows app so i am still learning the window class setup and creation ins and outs

    thanks guys
  29. Replies
    2
    Views
    474

    disable system keys [anybody...?]

    I am making a smallish app to diplay a picture and play a *.wav when the user(my son) presses a key i.e. a is for apple and so on. I want to catch all the key events and proccess them allowing only...
  30. cool

    ok now i have a window that has no caption is topmost and recieves dblclk msgs, cool

    question though the window displays the waiting cursor is there a reason for that and is there a way i can...
  31. &^%$@@!&%$@, fik dich, help [resolved thanks]

    ok win32

    i am trying to make a window with no title bar and maximize it so i can draw on it and bitblt with the gdi but i can't get rid of the title bar also i want to leave the application if the...
  32. Replies
    25
    Views
    829

    CornedBee you were right. It was because the...

    CornedBee you were right. It was because the string truncated.

    Thanks
  33. Replies
    25
    Views
    829

    umm i think this is correct

    1 Byte = 00 to FF = 0 to 255 (Byte in vb)
    (2 Bytes)Word = 00 00 to FF FF = 0 to 65535 ( int in vb)
    (4 Bytes)DWord =00 00 00 00 to FF FF FF FF = 0 to 4294967295 (long in vb)
    (8 Bytes)QWord = 00 00...
  34. Replies
    25
    Views
    829

    because

    I'm learning how to program in C++ and well Hello World is boring crap I preffer to make API spys its how I got my start in VB a long long time ago and it is good for data manipulation and getting...
  35. Replies
    28
    Views
    1,418

    Poll: API

    The main diffrence betwen WIN 16 bit /95/98 and NT is that the first 3 re ANSI and use SendMessageA and so on where as NT uses SendMessageW but this is not a real issue unless your API has a problem...
  36. Replies
    28
    Views
    1,418

    Poll: Fusion

    Actualy if you use fusion to inject the runtimes into the exe (recompile it via assembly) the exe is actually smaller than the original exe and needs no runtimes. :) works I have tested it a few...
  37. Replies
    28
    Views
    1,418

    Poll: VB Win32 API vs C++ Win32 API

    OK, I talked about coming into C++ from VB in another post and it got me thinking about all the times I used API in VB to make it do all the things it can't do (well pre .net VB .net can do allot of...
  38. Replies
    25
    Views
    829

    well....

    for the most part i agree with you that being able to put an hWnd into a HWND makes life easier to understand and keep track of but when you come from VB where its all long and you do converions the...
  39. Replies
    6
    Views
    805

    I will but it is fixed already :( by using the...

    I will but it is fixed already :( by using the compiled icon.res

    i will recreate what happened if i can and upload that, ok i did it file attached
  40. Replies
    6
    Views
    805

    ..?

    How do you get the rc to work properly?

    I have a icon.rc file with my icon IDI_ICON1 in it and when I do

    mCls.hIconSm = LoadIcon(hInstance,MAKEINTRESOURCE(IDI_ICON1));


    it gives me...
Results 1 to 40 of 207
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width