CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Judgey

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    5,666

    Re: Visual Studio 6 SP4

    Hi Hannes, hows it going M8, have you tried the VB.Net 2005 yet ??

    Unfortunately, I've been trying that website for the last couple of days, when you click the download icon, just says the...
  2. Replies
    6
    Views
    5,666

    Re: Visual Studio 6 SP4

    Hi David,

    That won't resolve the problem of still having some components on work machine registered as SP4 which will not work on home PC where they are less than SP4. SP6 does not upgrade all...
  3. Replies
    6
    Views
    5,666

    Visual Studio 6 SP4

    Does anybody know where I can get hold of this ?

    I have a problem where my work PC has had SP2 ,3 ,4 ,5 upgraded in the past and some controls are still registered as SP4, My Home PC has only had...
  4. Replies
    4
    Views
    2,605

    Re: VB.NET and MS Project 2000

    Cheers Rob,

    One Question though, how do these Free 3rd Party MS Project Readers manage ro read MSProject files and interpret them with No MS Project installed.

    Cheers

    Ken
  5. Replies
    4
    Views
    2,605

    VB.NET and MS Project 2000

    Hi All,

    I have managed to create an MS Project File through vb.net by using the code as below ;


    Dim MSProject
    MSProject = CreateObject("MSProject.Application")

    This works as MS Project is...
  6. Re: Icons Don not Appear on Toolbar When App is Run...

    Hi Hannes,

    I'm on SP2, I think its definitely a setting in the project or maybe Visual Studio, as the Sample projects work fine, however this project and now any NEW projects do not.

    I think...
  7. Re: Icons Don not Appear on Toolbar When App is Run...

    Hi Hannes,

    Good to see you still here, hope you had a good New Year....

    Everything is set to default, Just dragged the Toolbar of the control box, and an imagelist, then added icons from the...
  8. Icons Don not Appear on Toolbar When App is Run...

    Hello, This is driving me bonkers !

    Have an appliation in VB.net which has an MDI form with a Toolbar on it and an ImageList. I have added the Icons from the Visual Studio Common7\Graphics Folder...
  9. Replies
    4
    Views
    2,877

    Re: Stretching an Image to fit an irregular shape

    Well spent most of the day looking up Image Warping and still not got very far, found some code for vb.net which used the DrawImage function, but it seems you can only select three points, the Top...
  10. Replies
    4
    Views
    2,877

    Re: Stretching an Image to fit an irregular shape

    Cheers M8, will do....
  11. Replies
    4
    Views
    2,877

    Stretching an Image to fit an irregular shape

    Hi Guy's, its been a while but have a problem with an area of VB I've never got into.

    What I would like to do is Define a Shape by either drawing freehand or pointing and clicking and drawing a...
  12. Replies
    1
    Views
    722

    Re: Access 2 fields in data control

    Hi Pinky,

    I think you just need to access the Data Controls Recordset property, whenyou select the account on the combo the datacontrol should move to that record in the recordset so Something...
  13. Replies
    9
    Views
    1,098

    Re: Really Struggling

    Hi Wizbang, :cry:

    Ok, how about simplifying things down a bit, if the irregular shape becomes a shape with only 4 corners, eg, Square or rectangle which can be either skewed or given a perspective...
  14. Replies
    9
    Views
    1,098

    Re: Really Struggling

    Hi Wizbang,

    I actually want the image to be stretched and squashed out of proportion according the the edges of the irregular shape, similar to if you were to draw a picture on a balloon and then...
  15. Replies
    9
    Views
    1,098

    Re: Really Struggling

    Hi wizBang,

    Ok, I've managed to do the MovtoEX and LineTo API's to draw an irregular shape and even fill it in with black, but spent all day trying to work out how to stretch an image to fit...
  16. Replies
    9
    Views
    1,098

    Re: Really Struggling

    Cheers WizBang

    Any idea what terminology I should be using to search the web for vb examples, not really coming up with much when I try searching as not sure what this method is called etc....
    ...
  17. Replies
    9
    Views
    1,098

    Really Struggling

    Hi Guy's

    Still really Struggling with this, what I would like to do is draw a freehand shape and instead of filling it with a colour, I would like to fill it with an image. However I also want...
  18. Replies
    1
    Views
    638

    Drawing and Filling in VB

    Hi Guy's, its been a while but have a problem with an area of VB I've never got into.

    What I would like to do is Define a Shape by either drawing freehand or pointing and clicking and drawing a...
  19. Re: API Calls - Check if a Button is Enabled/Disabled

    Its ok I found it !

    Private Declare Function IsWindowEnabled Lib "user32.dll" (ByVal hwnd As Long) As Long

    :)
  20. API Calls - Check if a Button is Enabled/Disabled

    Afternoon All,

    Probably a simple answer but I cannot seem to find it 8-(

    I want to check if a button on a dialog is Enabled or Disabled, I'm nearly There...

    I've located the Dialog Window,...
  21. Replies
    11
    Views
    2,031

    Hi Jovan, Just to check some code with you,...

    Hi Jovan,

    Just to check some code with you, are you using a reference to Micrsoft Outlook or are you using the MAPI Controls in VB ?

    Below is example of code I use , using the reference to the...
  22. Replies
    4
    Views
    1,771

    Cheers TwoDogs, I can certainly appreciate how...

    Cheers TwoDogs,

    I can certainly appreciate how useful this function is, just though there would have been an option to say whether the file or folder was essential to the program operation, which...
  23. Replies
    4
    Views
    1,771

    Visual Studio Installer (MSI Packager)

    Hi All,

    I use this addon in the Visual Studio 6 Interdev package to package up my VB projects, I am getting emails back from clients saying they will be doing stuff in my program, whent hey'll...
  24. Replies
    6
    Views
    17,331

    Cheers Cimperiali I had found that but just...

    Cheers Cimperiali

    I had found that but just kept getting line 0

    Do I have to type all the line numbers in down the left hand side, or can they be put in automatically ?

    Much appreciated
    ...
  25. Replies
    6
    Views
    17,331

    Getting the Line Number on a VB error

    Hi All,

    Well my project has gone out to the public, 5 have sold, and already problems, I have tried to trap the errors, and its all fine and well getting the error number and description, but...
Results 1 to 25 of 239
Page 1 of 10 1 2 3 4





Click Here to Expand Forum to Full Width

Featured