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

Software Development Network >> Visual Basic

Visual Basic

New Question

DAta Sources Toolbox functionality reversed
please I need help in Tree View
Pivot tables & custom reports in Visual Studio 2003
Change the line spacing of a Label Control
Taskbar flashes when application starts
How to reference an item in a formview template in vs2005
Decimal number format
Get List of process that currently run and allocated memory to them
My Object not responding
upgradesupport exception error

Top Answerers

Ed Hill
SavageE
Infodine
Sabriath
fp101
Eric Gooden
sey
limeypilot
JSR2005
BlaineX
Introducci贸n al
Only Title

Answer Questions

  • Benjamin Noyce DLL PRoblem

    Hi All, I'm newbies to create DLL file. I have wrote a custom class file, and I compiled it as a DLL. However, I just couldn't get it register with regsrv32. And I couldn't import or add this dll as a references to MS Access as well. Can anyone give me some idea on what's the basic step we have to do in order to create a Dll file and use it in MS Access REgards, silkkeng Yet, still couldn't get it work. Arh...: can anybody outthere give ...Show All

  • john trigo Is there a faster image loading process?

    Hello, I'm trying to develope a simple image viewer and I'm having a slow down when I try to view many images at a time. The module currently works, but is slow with large numbers of images. Are picture boxes the fastest Would labels, buttons, frames or some other control avoid the slow down Thanks for your help and advice! JED_ This is the module that loads and displays the pictures: Module ShowPics ...Show All

  • nedde How to print a paragraph?

    I tried to print a paragraph using .net printing but it exceeds over the margin. How can i make this paragraph to word wrap when i print it tnx but the link is wrong.. can you pls check.. tnx Check out the paint event in the MultiLineColumn class on the vb-tips website. Use one of the versions of graphics.drawstring methods that accepts a rectange, or rectanglef. You can use the graphics.measurestring to figure out the size ...Show All

  • RustyBubble Looking for instruction on design concepts for Database driven windows App

    I have already amde a few small apps using VB.NET 2003 and 2005 as windows apps and web apps Using ASP.NET and Access 2003 I now would like to create a modular application something like a simplified CRM app specifically for my company's internal use. The pitfall that I am running into is not the coding or data access outright. I really need to find a source that can teach me the underlying aspects of creating a Data Access layer for a mod ...Show All

  • Wayne Atherton visual basic Label number as a variable

    Is there a way to assign a variable to a label number for i = 1 to 10 label(i).Text = Name next i or something like that Bruce Something like Dim labels as List(Of Label) = new List(Of Label) Then in your load event labels.Add(label1) labels.Add(label2) etc Or you can iterate through the controls collection and look for labels, as in foreach (Control c in Controls) { ...Show All

  • Sai Shyam HOWTO READ REG_BINARY

    I have a problem to encode a Registry value with the type REG_BiNARY. I will like to know how to read the binary code fron REG_BINARY to transform it to normal letters or if there is a program where i can find it PLEASE HELP ME See this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=207075&SiteID=1 Its about converting to REG_BINARY, but you should be able to use the same technique to decode them as well. Regards ...Show All

  • Ajay Panhale VB 6.0 and Access 2003

    I have one assignment for a class where I have to load a access file into VB 6.0. I can do it with old access file but as soon as I try an new one, Access 2002 version, I get unrecognized database format. Is my VB 6.0 to old. I hate to buy a new one for just one assignment. Thank you Jake McCutcheon Where to Post Visual Basic 6 questions : Questions regarding Visual Basic 6 and other COM based languages should be posted on Microsof ...Show All

  • MikeBlig How to read and write datas into an MS Excel file using VB?

    I want to create an Excel file from the values entered in the Form. Thanks Stevo2       I had a similar situation so I decided to create an un bounded data grid view to hold the data (set visible to false so it won't show) and then I exported the data in a copy paste type format.  I know it is archaic, but it worked for the mean time.  St ...Show All

  • hdagelic need help about active x

    I made an active x control on my visual basic 6 and use it as an active x on my created webpage. The active x is running normally on my webpage, but the problem is, when I published my webpage, the active x coudn't see. what should i do As is a web page development. You may find you'll get a better response on forums.asp.net which deals specifically with asp issues. What couldnt the activex see Is it that the browser requires that ...Show All

  • Lawrence Parker Accessing a running program's ram

    I want my program to access a program's ram (when the program is running in memory) so I can debug it explicitly. I know how to edit a file by storing it in a buffer but how would I do this when a program is running. If suggestions or code samples are given, please make sure they are for vb.net and they are explained. Thanks. For what From where How you get this offsets Really interesting. In sample you provide about VB Trainer ...Show All

  • Mike Bonfiglio fileter one dataset into another dataset

    HI, I am trying to filter one big dataset into another dataset based on some criteria such as employee number. I know I can use the datatable.select function, but the function give you array of tablerows and how can I put those datarows into the second datatable can someone show me some sample code Thanks First, select just the rows you want in your datatable by your initial SQL, then you can use the DataTable.Clone method. http:// ...Show All

  • Object01 System.InvalidOperationException

    Visual Studio 2005 Professional Edition: My app runs fine on my development computer, but, bombs out on the 3 other computers that I installed it on. It installs OK, but, upon execution, it immediately aborts with a System.InvalidOperationException. Look at the overloaded methods for My.Computer.Audio.Play ...there's one available there that will work. I suspect that this could be my problem: My ...Show All

  • Viral Parikh Extract Icon

    Hi everybody Have any one tried to extract icons from Dlls I have tried it in VB6 useing me beloved API ExtractIconEx for DLLs with icons like shell32.dll in system32 I have been looping till the handle of the Icon = 0 and that was reall a successful way. I tried to do the same action in VBExpress useing the system.drawing.icon.ExtractIcon method     It did Extract the icons but I dont have a condition that makes me stop ...Show All

  • Rory Hudson Why can I do this in VB6 but not in NET(Sockets)

    OK I have a problem with sockets This code returns: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: No connection could be made because the target machine actively refused it Public Sub ConnectTo(ByVal strHost As String, ByVal intPort As Integer) Dim mClient As New System.Net.Sockets.TcpClient mClient.Connect(strHost, intPort) End Sub I get the same error with ...Show All

  • helmut.b Null Reference Exception

    Hi, Our application has 2 main windows it can be changed using the combo box.When i try to change to another window i am getting this exception.When i try to catch the exception it is caught only after Application.Run(context).I dont know where this exception is thrown from. this is the exception i got... System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.C ...Show All

697071727374757677787980818283848586

©2008 Software Development Network

powered by phorum