473,611 Members | 2,236 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
222
thread by: eSolTec, Inc. 501(c)(3) | last post Aug 7 '06 by: eSolTec, Inc. 501(c)(3)
-- Michael Bragg, President eSolTec, Inc. a 501(C)(3) organization MS Authorized MAR looking for used laptops for developmentally disabled. "LEBANON@yahoo.com" wrote:
0
222
thread by: jay_kbvt | last post Sep 12 '06 by: jay_kbvt
Hi, How can I monitor/log every event of data pasting on a removable drive. Thanks & Regards, Jaydeep.
0
222
thread by: Hisouka | last post Sep 22 '06 by: Hisouka
DBase = 'MYDB' User = 'Hisouka' Password = '1234' HEre is my Table in SQL Server Table1 Table2 Table3 abs NULL
0
222
thread by: =?Utf-8?B?aG5nbzAx?= | last post Jan 15 '08 by: =?Utf-8?B?aG5nbzAx?=
All, I am developing a vb.net using threading.... I have a button to print a doc (it takes about 5-10 seconds to finish that process). As soon I click that button I start a thread and then I go to a different tab to do other stuff....But while printing it prevents me from doing other stuff (UI looks like freeze)...make me wait before...
0
222
thread by: magicalnepal | last post Jan 18 '08 by: magicalnepal
Are you planning for vacation, holiday? We would like you to spare your valuable time! Visit our website www.magical-nepal.com for information on Nepal, Tibet and Bhutan. Thanking you in advance visiting and look forward to assist you. Regards, Rath Nepal Tours and Travels
2
223
thread by: John Smith | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
i need to pass some values bitween the classes of my my VB 2002 windows form app can u plz help TIA
0
223
thread by: Kris Rockwell | last post Nov 20 '05 by: Kris Rockwell
Hello, I have been searching for a few items with little success. I am hoping somebody here can answer my questions... 1. Is it possible to get the title (<title> </title>) of a web page through the axwebbrowser control? Essentially I would like my application to grab the title and save it as a variable. 2. This may not be the correct...
0
223
thread by: John | last post Nov 20 '05 by: John
Hi Silly question but how do I explicitly convert an integer value to a byte value, or for that matter any one type to another type? Thanks Regards
0
223
thread by: MSN | last post Nov 20 '05 by: MSN
I need to get to the description and the url in a favorites list can anyone direct me? Thanks
0
223
thread by: andreas | last post Nov 20 '05 by: andreas
I can open several childforms with the following sub in de mdi form after clicking a button Private Sub NewWindow() Dim ch As New ChildForm() ch.MdiParent = Me ch.Text = "Textwindow nr " & Me.MdiChildren.Length.ToString ch.Show()
0
223
thread by: Pedro Cardoso | last post Nov 20 '05 by: Pedro Cardoso
i have been using google web service and since about a month ago i am unable to access it anymore the error messaqge it returns is: System.InvalidOperationException: Client found response content type of '', but expected 'text/xml'. The request failed with the error message: -- <HTML><HEAD><META HTTP-EQUIV="REFRESH" CONTENT="0"...
4
223
thread by: Anna | last post Nov 20 '05 by: Bill English
How do you create an application (.exe) from a VB project with VB.NET?
0
223
thread by: Shaurya Vardhan | last post Nov 20 '05 by: Shaurya Vardhan
hi, I want to raise an event from VB.Net Class library, which is to be handled by a VB Activex Control. Have created dll in .Net, and using tlbimp.exe have created its Type Library, which is added as reference in VB project. I'm able to call methods of this dll from VB but unable to handle event raised from VB.Net dll.
0
223
thread by: Marcin Floryan | last post Nov 20 '05 by: Marcin Floryan
Hello! My question regards opening (and re-opening) Form and the Load event. I have a main form (frmMain) and I also have a data form (frmData). In the main form I have created: Private fData as new frmData()
0
223
thread by: Dougal Fair | last post Nov 20 '05 by: Dougal Fair
I'm writing a VB.NET application, and I have a lot of general-purpose utility functions that need to be available throughout the program (like functions that perform standard date conversions peculiar to my app, etc.) and some global data values (i.e. the start and end dates of a billing period). I have gathered them all into an object and...
0
223
thread by: Matt | last post Nov 20 '05 by: Matt
I am wanting to make a login for my VB app. Basically what I want to do is have a user enter their username and click "login". When they do this, the program binds to the user in AD and checks to see if it is a member of a particular group within Active Directory. I have everything working except for how to check if a user is a member of a group....
0
223
thread by: nondisclosure007 | last post Nov 21 '05 by: nondisclosure007
I am actually trying to do this and found in this thread some very good information (begin quote): { In ASP.NET you should store and manipulate the word document on the server. You can manipulate it either through the Word object model (which is not really supported or encouraged, but does work), or you can save the document as XML and...
0
223
thread by: nondisclosure007 | last post Nov 21 '05 by: nondisclosure007
I am actually trying to do this and found in this thread some very good information (begin quote): { In ASP.NET you should store and manipulate the word document on the server. You can manipulate it either through the Word object model (which is not really supported or encouraged, but does work), or you can save the document as XML and...
3
223
thread by: Dave | last post Nov 21 '05 by: Dave
What's the difference between Dim anArray(,) as Double -vs- Dim anArray as Double(,) Just curious?
0
223
thread by: RJN | last post Nov 21 '05 by: RJN
Hi Sorry for the repeated posting. This is about using ServiceConfig class for utilizing COM+ servcies. In my application architecture, the business logic classes talk to the data access classes. The business logic classes might also talk to other business logic classes. The business logic classes are not aware of handling transactions,...
1
223
thread by: JuliaC | last post Nov 21 '05 by: Cor Ligthert [MVP]
Hell everyone, A very very simple question I have a form, and I call a dll containing a second form, however, when I call it form2.show, it is staying behind the first form, how can I make it in front of the first one ? Cheers
4
223
thread by: Smokey Grindle | last post Jun 29 '06 by: Smokey Grindle
I am writing a messaging app (email like) and want to check if a message has a RE: or FWD: already and if so put a RE: or FWD: type of prefix on it that increments automatically on each reply to one that has that message already in it... so the sequence would be like this Original Message RE: Original Message RE: Original Message RE:...
1
223
USB
thread by: John Wright | last post Aug 10 '06 by: Dick Grier
I need a library that will allow me to search and communicate with a USB device. I have the PID and VID of the device and it should be pumping raw data through the port. I just need to look through the ports, find the device and listen. Any suggestions? John
1
223
thread by: Aaron | last post Aug 10 '06 by: Tom Shelton
Hi, 1. Can a seperate thread create a form? I created some test code. I have a sub Test that attempts to create and show a form, objFrmTest which is of type frmTest. Button1 and Button2 exist on another form (not frmTest). Button1 attempts to run sub Test with another thread, which Button2 simply attempts to run sub Test. The...
0
223
thread by: rahul | last post Dec 31 '06 by: rahul
Hello every1 Can any1 tell me that What are teh various methods by which we can connect our database in sql to our project's front end which is in VB ?? I wanna know the pros and cons of various types of Connectivities?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.