Search results for query: *

  1. B

    Another Problem

    I'm so sorry, i am a new comer. and now i am using GetPrivateProfileString API function. but i still can not get value from the file in VB.net2003 enveriment, can anyone so kind to write the basic for me. so thanks with deep inspiration. :)
  2. B

    One Problem met when Using String class in VB.NET

    I want to define a string with 1000 NULL. and i know in VB6, it's comfortable to write like this kind:String$(1000,0),but in VB.net, it does not support this kind of constructure. any one knows how to do it. thanks very much
  3. B

    ResEditor from Microsoft does any use??

    I am preparing MCAD and i am learning programme set(or maybe routine set), and it says Using ResEditor to setup the resource, is it useful? why not setup it in the VS enviroment?
  4. B

    How to use C function in VB?

    i want to use some functions written by C language in VB.net 2003 . how can i use them . thank you .
  5. B

    Can you tell me how to use C function in VB.net2003

    rt. so thanks
  6. B

    what is the relationship between twip and pixel?

    thank you. for i use the msflexgrid control and it's in twips, i want to change it to the pixels in order for positioning. and i have some ideas below: 1. get the metrics of the display. that is first get the resolution and the display's physical size. then the twipsperpixel can be find out...
  7. B

    what is the relationship between twip and pixel?

    1 pixel = ? twips thx. i can't find it in the textbook. theory always far from practicing :o
  8. B

    How To set the control's ZOrder property

    telling the truth that i don't know it's strongpoints, but i find a programme just using it, and my work is to continue that programme. thx you all. glad to meet you :) i will try myself, and if it is ok, i will paste it out to study each other.
  9. B

    How To set the control's ZOrder property

    thank you , but i've already used that, maybe it is not useful. or i have some mistake?? i want to write text in MSFlexGrid using a textbox,just like thsi. can you help me? Private Sub Grid1_KeyPressEvent(ByVal sender As Object, ByVal e As AxMSFlexGridLib.DMSFlexGridEvents_KeyPressEvent)...
  10. B

    Anyone knows where can i find the menu icons?

    thank you. neal007. :) but that site in not for free. i think i just use some icons seached in my computer
  11. B

    How To set the control's ZOrder property

    In VB6, if we want to put a control on another one, we can set the zorder to be 0. but in VB.net i can't find this property. but i find one method(updateZorder), so there must be a method to set the zorder. anyone knows? thank you!
  12. B

    Anyone knows where can i find the menu icons?

    i want some elegant icons for menu, anyone knows where i can find them? thanks a lot .:)
Back
Top