Software Development Network Logo
  • Visual C++
  • VS Express Editions
  • VS Team System
  • Visual FoxPro
  • Architecture
  • Smart Device
  • SQL Server
  • Visual J#
  • Windows Vista
  • Visual Studio
  • Visual Basic
  • Windows Forms
  • Game Technologies
  • Microsoft ISV
  • .NET Development

Software Development Network >> Visual Basic

Visual Basic

New Question

Convert centimeters to points.
Visual Basic 2005 Express Edition
Delete datagrid current row
Adding Events to Generic Lists
SignTool reported an error 'An internal certificate chaining error has occurred.
Click Down but not Up
Turning Off Quick Console in VB.NET 2005 Express
Add connection wizard fails with Access database
Determine TopMost Window on the Desktop
form changes

Top Answerers

Fingerlickin
David Schleifer - MSFT
Adeel Arshad
Jennifer N
Kiran Suthar
HackMax
C#_Worker
Stijn&
jackie2526
Clifford Dibble
Viral marketing goes one step too far
Only Title

Answer Questions

  • akosonom How to setup the faxserver

    I am trying to send a fax and I did find the code to do that but whne I hit fxdoc.Send, it gives me an error saying "Invalid handle". I assume I am not connecting to the server correctly. fax modem is installed on the server whose name is " exchange "and the fax printer name is " lightingFax". Thanks for all your help. Dim fxsvr As New FAXCOMLib.FaxServer fxsvr.Connect( "\\exchaneg\lightin ...Show All

  • cheesesarnie Compile error in hidden module: AutoExec -- Help please

    Anytime I access a microsoft office program such as word or outlook, this visual basic error pops up. "Compile error in hidden module: AutoExec" It gives two options:  "Ok" or "Help" - When I click Ok, I can continue to use the program - "Help" gives the following description: " Compile error in hidden module: <module name> A protected module can't be displayed. This error has the following cause and solution: There is a compi ...Show All

  • albator69 Outputs

    Resently I have been working on some calculation software and I have a problem with outputs.  What would I replace "MsgBox" with if I wanted the output to go into a text box   (TextBox1.text for example) And if I wanted both input and the output in the same textbox, what do I do MsgBox(A - ((B + C) + (D + F) + (G + H))) Ok what code would I use for the + button if the code you gave me was for the = ...Show All

  • GlennG Export Crystal Report To PDF

    how can i export crystal report to pdf through code thanx in advance ...Show All

  • stevenb01 Refactor slow and not quite stable

    1. Opening VS2005 is slower, and opening a project is slower. No big deal, but if you start opening files before DXCore is finished loading, it hangs for quite a while. 2. Cursor movement is jerky, and somewhat annoying. This is on an AMD 3200+ w/GeForce6200. 3. Several times I accidentally hit both mouse buttons and/or keyboard keys, causing an IDE crash with loss of data. I mention this only FYI; these would not be big problems if I ...Show All

  • JonSpa3 Can i sell what i make

    can i sell what i make with visual basic 2005 beta 2 Ok...that helps me a lot...thanks but what do you mean by adding disclammers...how would i do that Does this mean that what i make with vb beta 2 will not work on may 1 2006 (when the trial ends) Hi, 1. You can publish whatever apps you have built with the Beta 2 right now. Note that the ...Show All

  • Farzin Davari Package VB6 without Upgrade

    Is there an easy way to package a VB6 application, using VS.Net 2005 without having to convert/upgrade it to .Net   I've been forced to upgrade to Crystal Reports 11, with no time to upgrade to .Net in between.  InstallShield works, but I hate to buy yet another development tool. You can include a compiled VB6 app or dll with a .net app or dll but you can not include native VB6 code with .Net code. ...Show All

  • bhowerton How do I manually position the cursor to the end of the text in a text box?

    I have an existing textbox in a form in VB.net that already contains some text.  I want to position the cursor after the last character of text when the textbox receives focus.  Does anyone know how to do that Thanks in advance. Hi, You can call a sendkey operation when the textbox recieves focus. Just issue an END keystroke... '' You can place this on the textbox's Enter event SendKeys.SendWait("{END}")     che ...Show All

  • dacoty Teach VB High School

    Hello. Where can I find some books that might be used at the High School level to teach students programming using Visual Basic from the ground up, assuming no knowledge of programming Thank you in advance for any help! Clarification: I know where to look for books. Looking for suggestions for book(s) that can be used to teach high school students programming from the ground up, using VB (2005 ), assuming n ...Show All

  • Dave White Arrange Shape on Form in VB 6.0

    I want to use shape control on Button Control, but when i use it, it was create back side of Button. how can i bring shape front of Button Help me soon. Thanking u all. Sorry this forum is not for vb6 questions you might want to try one of the vb6 newsgroups . ...Show All

  • k10wn Cross-thread operation not valid

    Please tell me that you are going to fix this before the official release!! I am using VB not C++.  I really shouldn't have to care that my code is not running in the same thread as the one that created the form that contains the control that I am trying to update. Please fix this or at least have some real examples that show how to update a control on a form.  The examples that I found were not helpful at all. Thx for the reply. ...Show All

  • implemental.com WriteAllText Method

    Hi guys, I'm a new VB6 user. I'm trying to write text to a file using the reference provided on MSDN ( http://winfx.msdn.microsoft.com/library/en-us/dv_vbalr/html/f507460c-87d9-4504-b74f-3ff825c7d5c4.asp frame=true ) I'm using this code: Private Sub Command1_Click() ' Declaration Public Sub WriteAllText(ByVal file As String, ByVal text As String, ByVal append As Boolean) End Sub My.Computer.FileSystem.WriteAllText("C:\TestFolder1\test.txt", "Thi ...Show All

  • Zulfiqar Malik Verify my functions

    I made three functions that deal with bits. I want to know if they are good or if they can be improved. Thank You. Private Function extractBit(ByVal value As Byte, ByVal bit As Byte) As Boolean If bit = 7 Then bit = 128 If bit = 6 Then bit = 64 If bit = 5 Then bit = 32 If bit = 4 Then bit = 16 If bit = 3 Then bit = 8 If bit = 2 Then bit = 4 If bit = 1 Then bit = 2 If bit = 0 Then bit = 1 If (value ...Show All

  • Rubens command button question

    I have two buttons on a windows form called btnOne and btnTwo. When I click btnOne I want a messagebox to show When I click btnTwo I want to run the btnOne click event to show the same messagebox. Does anyone know how to do this. Private Sub btnOne_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOne.Click MsgBox( "Here we are" ) End Sub ...Show All

  • Ulrich Running external applications using Visual Basic Express

    I am new to using VB express and i'm trying to link a button to an application.  When attempting this i get an error message saying something about the security settings. Here is the code i'm entering: Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim BLTSCredits As String = "R:\\Gbmkn-pss-1\PCAppsDev\Test05NF\LEGTABCO\LT0000.exe" ...Show All

303132333435363738394041424344454647

©2008 Software Development Network

powered by phorum