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

Software Development Network >> Visual Basic

Visual Basic

New Question

Code fails when ran, works when stepped through...
Printing in color
Control/Page accessing each other
Blair Allen Stark
access windows service or appliction from web page
Checked List Box in VB DOT .NET - Checked items gets unchecked when used inside Tab Control and while tabbing
Tabbed Browsing in VB .Net
Real Time Data Monitoring
specifying relative folder paths
Fractal Number To Color...

Top Answerers

dacoty
Jim Stone
SAPUTELLO
Daniel_MooSoft
JaganReddy
KhalidMirza
LucyS
Goran Verush
DoItJust
ChasAA
Light in
Only Title

Answer Questions

  • Ukryu image conversion component..

    hi ppl.. well i m developing a wallpaper changer.. and i am not to expert to write a code to convert a .jpeg or .jpg file to a .bmp file.. while the bit depth should remain 24 bits.. like windows does.. i have searched a function in vb6 ,but it isn't there or any winapi function that i can call.. as i am a student i can not buy anyone's properietery component also.. all u guyz are proper developers .. it would be really nice if u guyz can give m ...Show All

  • Philippe Leybaert Accessing Oracle database : How to set addtional Oacle parameters ?

    Dear VB-programmers, I try to access a Oracle 10g database using the OraOLEDB driver with an ADO-connection. Since one text field of my returned result is very big I have to change the Oracle-parameter for the maximum lengths of returned text-fields. Which I can do in SQL*Plus with the command "set long <value>". I tried to use this command in my Excel-VBA script in the following way : (Here "Dialog is my ADO-Connection, Rec ...Show All

  • rah_sin Newbie asking...

    Hello to everyone. I'm a newbie in this Forum and I 'm facing an error in my PC for which I can't find a solution. I thought someone from inside here might be able to help me on this..... First of all, I don't know if this section is the right one for posting my question. Anyway, the admins can move it if it's in the wrong section.... Well, here's the problem: When I try to enter a specific site, a secure one (Web Banking & Stock Ma ...Show All

  • brandon beacher How can I copy an entire table row to the same table

    I have to copy a table row to a new row in the same table, but with a different key. Since I have seven of these tables, each with many fields, I don't want to do it one field at a time - not just because of the work, but also the maintainability. Is there a simple way to copy a row Even a "for each field (or column )" approach would be preferable to explicit code, but I don't know how to do that in this environment. I'm using a Table Ad ...Show All

  • Rumi simple, see form or datagridview width while running.....

    I.. how do I do this in vs 2005 while my applaction is running, form.width I want it show me the value of the this properity for the form. same as form.datagridview1.width or form.datagridview1.column(0).width.... This has to be simple, it was easy in vb 6... immediate window .... You can't see anything while the app is running, you need to set a breakpoint, or you need to put a label on your form and ...Show All

  • Stuart Bray Monitor SQL Jobs

    I am wondering if there is a way to get the status of a sql agent job with vb.net. I have several sql jobs that run and my boss would like a report in the morning with the status of the jobs. I know with agent I can set it to send an email of status for each job, but my boss would like just one report that he can browse instead of 20 or 30 emails. Does this work with SQL 2000 ...Show All

  • Frankmania Add imlicit or explicit cast functionality to a class

    Hi all, How do I implement implicit/explicit function to my class My class looks like this: Public Class MyTestClass Private _value As String Public Property Value() As String Get Return _value End Get Set ( ByVal value As String ) _value = value End Set End Property End Class From my code I'm forced to enter a value like this... Dim test As New MyTestC ...Show All

  • J.Meier VB 2005 Express Beta 2 Install

    After install I am getting "There is not content available yet. Content will be downloased once a connection to the internet is established". I got here through the VB 2005 Express 'Online Community' link, so how do I fix this. I've already done a reinstall already and the files were downloaded. thanks grady The message you see is from the Visual Studio start page. It just shows some headlines regarding .NET ...Show All

  • Dayn Barlow Relase the Fix for Visual Basic Compiler Error &amp;amp;amp;amp;H8013141e&amp;amp;amp;amp;

    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

  • Gladers Saving gif files

    Hi people, For a jpg file, you can save the file with the save method of the image object and you can specifiy a quality. code: currentImage.Save(SaveFileDialog1.FileName, _codec, GetQuality()) First parameter is the name of the file. Second is the ImageCodecInfo, here a jpg. Thrid is the quality as encoderparameters. Now I would like to save a .jpg file as a .gif file and I want to set a number of colors that it wants to use ...Show All

  • Chris L Button Styles: Rounded vs Rectangular

    I have just upgraded from .NET 2003 to 2005, and I see that in the IDE, buttons have a different look - rounded corners and a lighter shade than the form background. Very nice. ...But when I run apps that were originally developed under 2003, the buttons revert to the older style at run-time. How can I get the newer button appearance at run-time Thanks in advance. The project was started using .NET 2003 ...Show All

  • dflat Generic Enumerations?

    Hi, I was hoping someone could point me in right direction. I'm consolidating my old custom VB6 collection classes using generics. I have the basics working okay, but I ran into a problem when I wanted to specify that a particular enumeration should be used in the generic definition. In particular, I have a few functions that use enumerations in the parameter list. These enumerations are specific to the type of class that's being stored ...Show All

  • Alexey Rokhin showing a disposed form

    i keep getting a message for the code: Option Explicit On form2 as new form2 Private Sub menuItem1_Click(ByVal sender As _ System.Object,ByVal e As System.EventArgs) Handles _ viewhelp.Click help.Show() End Sub that says "cannot access a disposed object named 'help'". how does that work sonny jim fear not, i am not calling them form1 and form2 (actually they are 'mail' and 'help'). and i just ...Show All

  • mneedham Disabling PInvokeStackImbalance in Visual Basic Express 2005

      I have a problem on how to prevent the PInvokeStackImbalance message. How can I disable this     Hi, I used a DLL file on my smart card reader, the SDK of that hardware used Visual Basic 6 on their SDK. I developed an application using Visual Basic Express 2005 and I used the following codes below:   Enum KEYTYPES   ACR120_LOGIN_KEYTYPE_AA = 0 AC ...Show All

  • diling00 Non-working keys in VB 2005 Express editor

    My previously working 2005 Beta version expired so I uninstalled it and reinstalled VB 2005 Express Edition per the instructions. Now the backspace, arrows, Enter and some other keys don't work in the editor (same result whether a new project is created, or an old one loaded). Any help would be appreciated. I solved this by creating a new account (with admin privileges) on my PC, and reinstalling VB Expr ...Show All

818283848586878889909192939495969798

©2008 Software Development Network

powered by phorum