Skip to content

Visual Basic

Visual Basic Questions

This category can be followed from the open social web via the handle visual-basic@forum.codeproject.com

34.4k Topics 120.1k Posts
  • How to handle javascript popups on AxWebbrowser

    javascript tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Runtime Datasource Binding in Crystal Reports

    question database wpf wcf
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Comm In .NET?

    csharp help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • I can use arraylist variable to fill datagrid?

    question tutorial
    4
    0 Votes
    4 Posts
    0 Views
    M
    Well, I can tell what you're generally trying to do, but it's not clear exactly where you are getting an error. If you would like to post the details of the error you're getting (and any additional code that would help to make sense of it), I'd be in a better position to help.
  • Thumbnail an html page directly from IE programmatically?

    html tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    5 Posts
    0 Views
    E
    tahkns for the help. Its mean that what i was doing is write i am making my own charts . The reason why , which you have asked , The answer is that i have devoloped the clases for printing so what ever i draw on the panel will go as an output to the printer. And the project on which i am working is a document formatter which is connected to some data sourse and the charting facility like Acces is a main module for the project. so Thats why i am doing all my own.
  • Debugging when exception has been thrown

    debugging question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • FileNameEditor attribute

    question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Sir Rage of Rage-shire, thou art a God! P*sser number 1...when the System.Design shows up with other stuff, like it's already referenced. Things like that just lower your trust of things you take for granted as being straight forward. Ah well, onwards and upwards. Oh by the way...I solved my problem of icons for my controls not showing up in the toolbox. I renamed my controls, to divorce them of any old stuff in the registry, and guess what, yep, you don't have that surprised look on your face, so you know...it worked! P*sser number 2, follow the rules but if your registry is strangely screwed for whatever reason then its gonna bite yah! 8-( As soon as I referenced system.design explicitly the new uitype designer stuff was all plugged in. Thanks a million! Nursey
  • How do i open mail and web site from VB.NET

    question csharp com
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • HI, how I can refresh a datagrid

    question tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • wait for user to close the excel

    csharp help
    5
    0 Votes
    5 Posts
    0 Views
    P
    no but thank you for you help
  • How make a picturebox public to forms?VB.net

    csharp graphics help tutorial
    2
    0 Votes
    2 Posts
    0 Views
    Z
    frm1.picbox.refresh
  • how to copy text in a richtextbox to clipboard

    tutorial question
    6
    0 Votes
    6 Posts
    0 Views
    Z
    ClipBoard.Clear ClipBoard.SetText rtfText1.SelRTF ,vbCFRTF
  • How to make a form on the top of all forms?

    help tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    Z
    If you want to use the form as an information area, you can also try the following: '//////////////////////////////////////////////// '// StayOnTop '// '// This subroutine will force the form to stay '// at the topmost level. '// '// entry: flgActivate enable OnTop TRUE '// disable OnTop FALSE '//////////////////////////////////////////////// Private Sub StayOnTop(flgActivate As Boolean) Dim SetWinOnTop As Long Dim myFlag As Integer If flgActivate Then myFlag = HWND_TOPMOST ' Make this the topmost window Else myFlag = HWND_NOTOPMOST End If SetWinOnTop = SetWindowPos(Form3.hWnd, myFlag, 0, 0, 0, 0, &H1) End Sub
  • override a rich text box draw function

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Client area / Non-client area

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    C
    Kamush, Thanks, but that's not the answer. First, I have already exposed the text box as you say by making it public. But two things, firstly when the programmer changes the properties at DESIGN TIME, the windows designer doesn't seem to generate code to effect those property changes at run time. I don't know why. Second, I asked, can my PANEL control expose all the events of the TextBox. My feeling is it can't, without inheriting TextBox, which I can't do because I want a panel that CONTAINS a text box. As I said, this kind of makes sense but its frustrating. or....I still don't understand something, and your answer is right, and my understanding of it is wrong 8-) Thanks. Nursey
  • Windows Message Queue Service (VB.NET)

    csharp data-structures help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Add a new line to a text File

    csharp c++ visual-studio
    3
    0 Votes
    3 Posts
    0 Views
    B
    :-O Thanks a lot. It works
  • problem in activexcontrol....

    help announcement com
    3
    0 Votes
    3 Posts
    0 Views
    R
    hi Vipin it was bad to hear that u lost the active - X's that u used in the project. Just try to figure out the components by reinstalling the app that u uninstalled, get the components copy them in a safe location uninstall the app again, then register the components. Add the components in ur project and enjoy.:) look for the solution its always next to u