-
- VBSript
by hatcher
- 1 Replies
- Last post
by Bruno Yu - MSFT
- VBSript runtime error code 2738, trying to install quicktime on windows vista home/prem o/s + i have ie7 explorer.
-
- Change icon in treeview control
by tdcntt
- 6 Replies
- Last post
by Jay Vora
- Could you please tell me how to change the icon when the 'plus/minus' sign in a treeview control is changed. For example, if the sign beside a node is "-", then display icon "A"; otherwise, display icon "B".
I would highly appreciate your help!
-
- VB 6.0 to VB.NET upgrade
by Inverno
- 5 Replies
- Last post
by HoganRich
- I am currently updating a program from VB 6.0 to VB.NET. In the 6.0 version, the code allowed all the properties of a created form, such as a textbox/label/etc. to be passed to a subroutine by sending the form name. Then in the subroutine, all the attributes/properties are accessible. How is this done in VB.NET I have tried to use the same idea and it will not work. Thanks!
-
- Updateing a picture in an access database
by jd49490
- 6 Replies
- Last post
by ahmedilyas
- I have an access database that has afield for a picture of an item. I can get it to display what is already there using a picturebox, but how do I change the picture, and save the changes to the database
-
- runtime resize picturepox
by Werner Kraemer
- 2 Replies
- Last post
by Tall Dude
- as my form is being resized at runtime I need to resize a picturebox as a function of the horizontal size of the form. Could you point me to the parm that inform me of the event that the size of the form changed
-
- Build\Publish with VB 2005
by R. A. L.
- 1 Replies
- Last post
by spotty
- Thanks in advance for looking at my post.
My background:
I used VB6 throughout high school, did MS Access programming in College and at work. But I now have Visual Studio 2005 Pro...more specifically i am developing in VB 2005.
I have created an Windows Application project named Manufacturing. My company builds baskets and boxes and this is to track what is made on a weekly basis. The
-
- SQL Server 2005 Compact Edition
by biopau
- 4 Replies
- Last post
by biopau
- hi,
can i use SQL Server 2005 Compact Edition with VB.net 2005 Express for a desktop project
if ok, what is needed for this option
thank you ...
-
- Please Help!
by HELPNewToVB
- 5 Replies
- Last post
by HELPNewToVB
- I'm pretty new to Visual Basic, so any help will be greatly appreciated!!! I have two different excel sheets with pretty much the same information but with updated data in one of the columns (one excel sheet is from this week and one from last week). I'm trying to take this week's sheet and subtract column B's information from column B's information from last week's sheet and copy the results into
-
- Combobox and databinding
by Sequel
- 4 Replies
- Last post
by Sequel
- Hello
I have two tables " table 1" and "table 2" that are releated to each other by a filed name "ClassActive", i also have a user control which show and save the data in "table 1", and a combobox with data of the "table 2".
what i'm trying to do is that if i choose some data of the combobox the index will be save in data field "ClassAct
-
- Get the owner of a context menu strip.
by Troy Lundin
- 6 Replies
- Last post
by Troy Lundin
- I am having trouble doing this. I have a ContextMenuStrip and a ListBox. I have the context menu connected to the listbox. The menu has two items, Select All and Deselect All. I want to select/deselect all the items in the listbox when a button is clicked. I have done this before for a CheckedListBox but cannot remember how.
Thanks, Troy
-
- how can I open a system menu ?
by ZergaKila
- 2 Replies
- Last post
by Mustafa Ismail
- how can I open a system menu
a menu like when you right-click on some icon on your desktop
-
- Calling a Form from dll in vb.net
by MeetaDodiya
- 3 Replies
- Last post
by nobugz
- Hello !!! In my application I have put one user difined dll in windows form. This form is a startup form of Database Connectivity. In this dll there is one button of Test Connection. If Connection is succeed then it will call another login form. My problem is that how can I call the login form on the dll's button click. In dll code, if I call the login form, there occurs an error of form not defin
-
- regional options
by Baruch Ashkenazi
- 1 Replies
- Last post
by nobugz
- How can I get the regional options parametes in VB
Thanks
Baruch
-
- Datagridview Total Column and Row
by Davids Learning
- 2 Replies
- Last post
by Davids Learning
- How do you add a row and column summary for a datagridview
I think I can do an unbound column for the column summary, but not sure.
What the end result should look like is
ColA ColB ColC Total
5 5 3 13
3 5 1 9
_______________________
8 10 4 22
I thought about using labels and textboxes, but the datagrid has to
-
- Downloaded file (via HTTPWebRequest) not quite right
by duck thing
- 2 Replies
- Last post
by duck thing
- Hi folks,
My current project downloads remote binary data files from a website, and I'm using HTTPWebRequest to do this. For whatever reason, the files I'm getting as a result are almost correct, but not quite. If I download the file manually through IE, it works perfectly. But the file that results from my program running is missing bytes here and there. Oddly enough, nearly all of those bytes
-
- [HowTo] Update Control While Processing Info
by LJM89
- 1 Replies
- Last post
by PEng1
- i think this is a common problem, when processing large files, u want the process of the loading to be shown. how do i do it in the form of:
Periodically updating Control (TextBox, TreeView etc) as info is gotten
showing status in status bar Thanks
-
- Performance
by Khin
- 9 Replies
- Last post
by SJWhiteley
- hi all,
will the warning messages below effect the performance
Unused local variable
Variable 'oPVariable' is used before it has been assigned a value. A null reference exception could result at runtime.
Function 'FunctionABC' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
Access of shared member, constant mem
-
- generating variable names
by BeNiceImNew
- 5 Replies
- Last post
by Dustin_H
- Sorry to be so stupid but I'm new and as yet have been unable to find a post that answers my question by searching.
What I am trying to do sounds straight forward to me - but I can't do it.
I want to be able to define and access variables from a string.
Eg
Instead of
dim variable1 as integer dim variable2 as integer dim variable3 as integer dim variable4 as integer dim variable5
-
- control to display contents of directory??
by SkiesOfBordom
- 5 Replies
- Last post
by SkiesOfBordom
- hi, is there a control that will allow me to display contents of a local directory as a list without the file extensions I have tried the webbrowser control, but it gives me this error with the following code: cannot convert type 'string' to type "system.uri" Private Sub map_ex_reg_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles map_ex_reg.CheckedChang
-
- Printer Compatibility
by Chris Akins
- 1 Replies
- Last post
by JohnHart_MSFT
- Step
Optional.
Keyword specifying that the starting point coordinates are relative to the current graphics position given by the CurrentX and CurrentY properties.
Here is a sample line:
Printer.Line (x * scaleW * curZoom, y * scaleH * curZoom)- Step (w * scaleW * curZoom, h * scaleH * curZoom), &H0&, B
Is " step " supported in a different fasion
-
- How to Debug VB6 Activex Usercontrol from VB.Net
by ManoEG
- 1 Replies
- Last post
by Toddap_MS
- Hi,
How to Debug VB6 Activex Usercontrol from VB.Net.
Regards
Manoharan
-
- How i Can Set The Regional Setting From My Application ??
by Bilal Barhoum
- 4 Replies
- Last post
by todelowl
- Hi
I am using the VB.Net 2005 to Build a Windows application uses database as asource of the information
i use the ( VB) as my Language scripts ...
is there any way to Set the regional Setting from my application i mean i want to change the date formate of the regional setting of the windows ,i mean the long and the short date format to (dd/MM/yyyy) ....
i tried to find a way to
-
- System.Net.Sockets.SocketException was unhandled
by RB36
- 1 Replies
- Last post
by Timothy Ng MSFT
- Can anyone help with fix this error. I am new to VB.NET
System.Net.Sockets.SocketException was unhandled ErrorCode=10022 Message="An invalid argument was supplied" Source="System"
Code:
Imports System Imports System.Windows.Forms Imports System.Net.Sockets Imports System.Net Imports System.Threading Imports System.Text
Public Class Form1 Public Lis
-
- back-up
by Anonymous568107
- 1 Replies
- Last post
by Bruno Yu - MSFT
- I have an access table connected to Vs 2005 form. The location of the table is in the system, startup path, what i want to do is have the user, have the option to backup the application/database, so if the application ever crashes, there have got the back-up. So the user first chooses, the location, and the back-up the files Thanx in advance If this makes any sense.
-
- Multithreading concept
by vbsmoother
- 10 Replies
- Last post
by vbsmoother
- As far as i know there should be no reason why i would be unable to make couple or more number of connections to any remote resource. Then from equal number of threads i want to download certain range of data and make them all to write in a single file using the filestream object. With other words i am trying to boost the internet programatically. Do you know any good article that explains this i