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

Software Development Network >> Visual Basic

Visual Basic

New Question

StartUp Form in VB2005
Rotating an image or bitmap object
VB. Net Form does not refresh
terminate vb.net console application
Blair Allen Stark
Why do the DEBUG (F9) breakpoints not trigger 80% of the time? How do I get it 100%?
Question ?
It's slow!!!
Radio Check Options in Menu Strip?
Calling Fortran routines from Visual Basic

Top Answerers

Gr&#233&#59;gory Leandro
PugRallye
Feffi
eglasius
jjrr007
Yasir Mahmood
Mighty-O
Yarik
James Donnelly
lbordea
Visual Sidekick
Only Title

Answer Questions

  • cool_joe FAXCOMEXLib - Operation Failed

    I have an EXE that is scheduled every 10 minutes. It has been working successfully for over 6 months. Suddenly, it breaks. If I reboot it works for a couple faxes and then breaks again. Here is the block of code that it is failing at: FaxDocumentClass fd = new FaxDocumentClass(); fd.Recipients.Add(sFormattedFaxNumber, sRecipientName); fd.DocumentName = sDocumentNameTag + sRequestId; fd.Body = sFile; sContext = "12"; fd.Connecte ...Show All

  • Jay P Scary- Debug is running old code. Is there a way to set the debug to completely refresh.

    I was running a misbehaving program and really couldn't find what was going on until I noticed a messagebox was popping up that I had deleted previously. Hmmm.... Without changing any of my code, I deleted all the projects .exe's in the obj and bin folders.  This cured the misbehaving program and the messagebox stopped popping. Fortunately this was a very simple application and the problem was easily found.  However, ...Show All

  • ms citizen Question ?

    I want to ask how to zip a file using vb 2005 for ex. i have a text file MyFile.txt of c:\ and i want to zip it using vb 2005 any one can help thanks which 3rd party software like PKZip , winzip etc. do you plan to use There is a lovely C# zip libary implementation called SharpZipLib have a search on the net. Its very good, and very fast. It also handles a few things that aren't built ...Show All

  • Spidey RTC Client API

    Hi experts, Please help me in following code. i am not able to register my profile in SIP server. ============================ Private g_objRTCClient As RTCClient Private Sub Form_Load() Set g_objRTCClient = New RTCClient Call g_objRTCClient.Initialize ' ' Start the process by getting a profile. ' Dim pProv2 As IRTCClientProvisioning2 ' Receive the provisioning interface from the ' main client object.   Set pProv2 = g_objR ...Show All

  • Scott47 Checking a running time in minutes and seconds against a standard time.

    I am trying to create a way to check a time placed in two text boxes against a standard time in minutes and seconds. Then display whether the user met that standard or not in a label. I can set everything up, and figure out the logic, but I am having a tough time with the syntax for setting the string values from the text boxes to time values of minutes and seconds.  This is for VB.net 2005 Help Scott Yo ...Show All

  • BigDaveH How long a computer is on, and writing after some text

    Well this is a two Q topic. First i want to know if there is any code for getting the time for how long the computer has been on Comptime.. Second how can i input text after some text in textbox For instance button1.click inputs the text "you" into textbox1.text But if the textbox1.text already has some text like "how are" then when button1 is clicked text should be input after "how are" and the text should be "how are you"   ...Show All

  • paVF How to Disable a tabpage in a tabcontrol?

    i need to disable a tabpage in a tabcontrol. Is there any good solution to this the tabcontrol doesnt have a selecting event. Please help. Disabling and hiding tabs is a common issue. The link is to a thread which discussed and has code as well. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=400894&SiteID=1 Hope that helps. The TabControl does have a selecting event in VS2005, bu ...Show All

  • The XML Man Auto-Save

    I would like to turn off the auto-save feature that automatically saves my changes without my permission when I exit the IDE. I looked in the Options dialog box, but didn't see anything about turning it off. In VB6 you can turn it off. Thanks. I should have been clearer. I am using VB.net 2005 Express. The only options dialog is under Tools -> Options, and I don't see anywhere in the options where you can ...Show All

  • MamboJoel Hide the printing dialog box

    Hi All, Is it possible to hide the printing dialog box (The dialog box displaying 'Page n of document' with 'Cancel' button) during print() method called.       To supress the window use the standard print controller. PrintDocument1.PrintController = New System.Drawing.Printing.StandardPrintController PrintDocument1.Print() for Print Common Dialog Box I am using common dialog - ...Show All

  • KoKoNassar web form

    i have create a web app giving instructions these instructions ar in twelve parts, so far every thing is fine using multiview etc however i would like to give users a facility to print the current page incl graphics am trying to stick with vb code as opposed to java script, cant seem to crack it any help would be appreciated ...Show All

  • vc56522 Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • duck123 mdi form problem

    in form theres an event called closed or closing or something like that but i have a problem with MDI form! how can i write codes as i wrote into form's closed event md form doesnt have closed or closing event how can i show message before closing md form Thank u the prefered approach to handling events in an inherited control (which a form is) is by overriding the protected event handling methods i found than ...Show All

  • Kevin Francis MVP Copy Local

    I noticed that one can copy referenced dlls to the output directory of one's project. If one were to do this then pack those dll files and distribute them with one's program, could one's target user use the program without having the .net framework installed why not simply do a click once deployment.  once the framework is on - its not going to be reinstalled for other developed apps. you can have this pull from the microsoft ...Show All

  • eric.adams adventure works and 101 Sample files

    hi All i have downloaded both of the above but can't seem to get any of the sample files to run in VB express 2005 which need the adventureworks_data db. does anyone know if it should work at all Doesn't look like the error had to do with users.  It said the column was missing.  Not access denied. Can you pull data from other columns out of the database Yes, the last Adventureworks for download is not right for the 101 ...Show All

  • Michael Fanning - MS New to 2005 need help with loading files into program

    Hi i just recently got 2005 and i need help with loading a text file into my program. I tried to use: open "C:\My Portfolio\Resources\AboutMe.txt" for input as #3 but this does not work. What should i do If you want to get all the contents of the text file as a string you can do something like: Dim fileContents as String fileContents = My.Computer.FileSystem.ReadAllText("C:\My Portfolio\Resources\AboutMe.txt") ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum