• Microsoft Visual Basic

  • VB Application Running in NT & Win 2000 but not in Win 9x
  • Sat, 30 Dec 1899 00:00:00 GMT
  • VB Application Running in NT and Win 2000 but not in Win 9xHi,I have created an application with VB 6.0 as front end and Microsoft Access 2000 as backend. Thedevelopment platform is Windows 2000 Server.The setup for deployment is being created by VB 6.0 Package and Deployment Wizard. I also have
  • How to displays my own tooltip & a treeview ?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hi all, I have a treeview control. I want when my user hovers over certain nodes to display a tooltip for the user. How can I do that? tnx.
  • PictureBox Help
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hi. I have VB 2005 Express Edition. This is what I want to eventually happen; a user clicks a button, it opens an open file dialog, and I want the picture they choose in the open file dialog to be displayed in the picture box. I already have a button that opens the open file dialog but thats
  • locking controls seperately
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Is there a way to lock controls into position without locking all the controls in position. For example can I lock frame1 into position without effecting other frames on my form. I know there is the toggle button to lock controls but that locks up everything.:)
  • Error after moving Exe to a new folder.
  • Sat, 30 Dec 1899 00:00:00 GMT
  • When I move the compiled .exe of my project to a different folder from the one containing the .VBP, it generates error 13 - type mismatch when I run it. The error does not occur when I run the .Exe from the project folder containing the .VBP file. The project also runs without error in the vb6 d
  • I am trying to make a specific counter and need he...
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I am trying to make a specific counter and need help. This is what I am trying to do.Label1 when clicke must increase Label2 caption by 1 till it reashes 20 then back to 0.label 3 must increase by 1 every time Label1 is clickedLabel 4 must increse by 1 every time label2 hits 20Any help would be
  • Date Formatting
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Right Guys,I'm looking for a way that I can see what date format the PC is working in using vb.i.e dd/mm/yyyy or mm/dd/yyyy.Can anybody help I'm pulling my hair out.Cheers,
  • Copy a file to a directory?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hi, I'm trying to just make a simple program that would display a list games that I have added to a directory. I made button that when you push it, opens a OpenFileDialog so that I can choose a game to copy over into the directory. The only problem is that I am using File.copy() and it will
  • Anyone notice the SBC ads for broadband?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I'd think that anyone who doesn't have broadband would never even see their video ads.Companies are ran by idiots.:p
  • about filling in a color on an image
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hi.I don't really know how to ask this, so I'll just explain my objective instead.I want to be able to have an image, best example would be a map of the United States. Then depending on certain circumstances, the states would each be colored a different color, for example a climate ma
  • How to start?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I have an assigment and I need to create an application that its no more than an alert system like the one used by "MSN News Alerts" popup style running in the taskbar. I normaly use VB 6.0 so this one will be my first project in VB.Net and I am a littler confused on how to start... what tyoe of
  • question for all programmers
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I have a question for all programmers I started vb in summer of 2001 its almost been a year my programs have been improving I want to know how long have you guys been programming and when you started. Just for my own purposes. I am getting good though i am making a service learning project for t
  • datagrid top left corner cell - selects All - what event is fired?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hello, When clicking on the top left corner of a datagridview - then entire contents of the datagridview is selected. When clicking on that cell - what event gets triggered/fired? I tried RowHeaderCell, ColumnHeaderCell, but none of these events fired when I click on the top left corner cell of
  • Problem with StreamWriter & ListBox
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I need writing the ListBox1.ItemsIf Me.SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK ThenDim sr As New IO.StreamWriter(SaveFileDialog1.FileName)Dim buffer(32767) As ByteFor Each i As Object In Me.ListBox1.Itemssr.WriteLine(i.ToString, buffer)NextEnd If But it write only 2048 bytes
  • problem with record sets
  • Sat, 30 Dec 1899 00:00:00 GMT
  • My recordset selects all from a table.I want to bind the data returned to a series of labels in the report form...im getting error 545 unable to bind to a field or data member'orange' which is the first value it reaches in my database.Heres a sample of the relevant code...any clues?Oh
  • how to execute a file/application by command button
  • Sat, 30 Dec 1899 00:00:00 GMT
  • Hello all, I'm a mechanical Engineer working with CAD softwares and new to the VB Programing. I'm working with Excel VBA Applications. I don't know how to dothe following 2 things. I would like to create a command button, which could execute a file or an application, if pres
  • Is there a IF…AND…THEN operator?
  • Sat, 30 Dec 1899 00:00:00 GMT
  • An IF…AND…THEN… is exactly what I need and I can’t imaginethat VB would not have such and operator. In other words, if two conditions aretrue then do something. What I wanted towrite was:IF Cells(x, 4) = “Large” AND Cells(y, 4) = “Small” THENLtoS = LtoS + 1ElseIF Cells(x, 4) = “Large” AND
  • .net 3.0 framework vs .net 2.0
  • Sat, 30 Dec 1899 00:00:00 GMT
  • If I install 3.0, will VS2005 allow me to choose between 2.0 and3.0 to compile?Another question is:Is there any software that will convert a .net app into one thatruns on a non-.net pc?
  • Display resolution problem
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I made a program in a 1280x800 window resolution PC, it displayed ok. However, when i move the program to run in a 1024x768 window resolution PC, some part of the interface cannot display(the interface become bigger).How can I solve this solution so that I can display the program in all kinds of res
  • How would I do this, very simple!
  • Sat, 30 Dec 1899 00:00:00 GMT
  • I have a string called "Equation" that a user can type an equation in! Lets say Equation = " * 4 - 3".Now I want to multiply a number with the EquationFor Example:X = 4 & Equation'Returns X = 4 * 4 - 3'But I want it X to equal 13!
  • Blogs
  • Open Questions
  • Installation Problem: Cannot Update System File
  • Hello Guys...I run installation but Setup ask for reboot in order to update system file. After reboot, it happens all over again. It looks like the Setup cannot update system file. The setup message as below;Setup cannot continue because some system file are out of date on your system. Click
  • Is there a IF…AND…THEN operator?
  • An IF…AND…THEN… is exactly what I need and I can’t imaginethat VB would not have such and operator. In other words, if two conditions aretrue then do something. What I wanted towrite was:IF Cells(x, 4) = “Large” AND Cells(y, 4) = “Small” THENLtoS = LtoS + 1ElseIF Cells(x, 4) = “Large” AND
  • API File Req.
  • I need a link to this file so I can import it into my VB program please VB CD Mastering API Type Library
  • Date Formatting
  • Right Guys,I'm looking for a way that I can see what date format the PC is working in using vb.i.e dd/mm/yyyy or mm/dd/yyyy.Can anybody help I'm pulling my hair out.Cheers,
  • Display resolution problem
  • I made a program in a 1280x800 window resolution PC, it displayed ok. However, when i move the program to run in a 1024x768 window resolution PC, some part of the interface cannot display(the interface become bigger).How can I solve this solution so that I can display the program in all kinds of res
  • VB Application Running in NT & Win 2000 but not in Win 9x
  • VB Application Running in NT and Win 2000 but not in Win 9xHi,I have created an application with VB 6.0 as front end and Microsoft Access 2000 as backend. Thedevelopment platform is Windows 2000 Server.The setup for deployment is being created by VB 6.0 Package and Deployment Wizard. I also have
  • Error after moving Exe to a new folder.
  • When I move the compiled .exe of my project to a different folder from the one containing the .VBP, it generates error 13 - type mismatch when I run it. The error does not occur when I run the .Exe from the project folder containing the .VBP file. The project also runs without error in the vb6 d
  • I am trying to make a specific counter and need he...
  • I am trying to make a specific counter and need help. This is what I am trying to do.Label1 when clicke must increase Label2 caption by 1 till it reashes 20 then back to 0.label 3 must increase by 1 every time Label1 is clickedLabel 4 must increse by 1 every time label2 hits 20Any help would be
  • Funny taskbar behaviour
  • I have my Windows taskbar set to "hide automatically" so that it is usually not visible but pops up when I move the mouse down to the bottom of the desktop. This works fine as well when I'm in the VB6 development environment. Surprisingly enough however, it doesn't work when I execute
  • locking controls seperately
  • Is there a way to lock controls into position without locking all the controls in position. For example can I lock frame1 into position without effecting other frames on my form. I know there is the toggle button to lock controls but that locks up everything.:)