-
- WebBrowser Refreshing Problem
by joynerCN
- 14 Replies
- Last post
by ahmedilyas
- I've got a WebBrowser control in my current program that, every minute and a half, loads a web page and parses some string information out of it.
The problem is, after running for a while, it stops reloading the page; everytime it 'loads' the page, it loads the exact same contact the page had the last time it was loaded, although the actual page content has changed.
Viewing the page in IE ou
-
- ignoring events that occur while form is loading
by HeatherV
- 6 Replies
- Last post
by HeatherV
- Can someone refer me to a thread that addresses this issue I've seen one before, but I can't find it! I have some radiobutton_click events firing after the form_load event occurs. I need to make sure that I'm only responding to the radiobutton_click events after the form has completely loaded, but I'm not sure how to do so. Thanks, Heather
-
- How To: Search with LIKE filter statement
by Moonshadow
- 1 Replies
- Last post
by Moonshadow
- I have a form for searching a database using textboxes and buttons with search results displayed in a datagridview. Textbox1 and button1 allow me to search for a document number and it works fine with this t-sql and vb code: SELECT FullDocumentID, SectionText, DocType, CategoryID, YearGiven, FullDocNo FROM dbo.FullDocument WHERE fulldocno=@fulldocno Private Sub Button1_Click(ByVal sender As System
-
- changing Scrollbar color
by Syed Atheeque Pasha
- 3 Replies
- Last post
by Naveen Kushwaha
- Hi Friends
How can we modify the look and feel of a scrollbar of list view item. Basically what i am trying to do is to make the scrollbar fancy like a Mac Scrollbar. If any of you have any idea how to solve this problem.
Thank in advance.
Atheeque
-
- Fileget
by Georgesl
- 9 Replies
- Last post
by Linlin
- Hi,
i am using fileget to read a file, but i am going the following error:
System.Security.SecurityException was unhandled Message="Late bound calls to file system methods in the Visual Basic runtime are not permitted." my code is the following:
Public Structure rec
<VBFixedString(4)> Public icount As String
<VBFixedString(48)> Public iTellerID A
-
- enable button only when logged in user is part of Administrators group
by wedge554
- 2 Replies
- Last post
by wedge554
- how can i enable a button only if the logged in windows user is a member of the Administrators group i know that you have to query the ACL security properties, i just dont know the code
thanks for your help!
-
- newb question
by Bonechilla
- 10 Replies
- Last post
by John Oliver (UK)MSP, VSIP
- I'm slightly confused since the studio version i use in school is a bit older than the one i use at home but y is it i have to type Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click End End Sub End Class as opposed to Public Class Form1 Private Sub Button1_Click () unload (me) End Sub End Class this was
-
- Communication between applications
by Lorenzo 1968
- 1 Replies
- Last post
by decyclone
- How can i send a message from a VB2005 application to other VB2005 applications. I have a server application that send a message to other client applications, but only a client application respond to server. In VB6 I use APIs with SendMessage Thanks
-
- who can help me to run this program
by mse07
- 2 Replies
- Last post
by SJWhiteley
- hi for every one i have program using to send e-mail i enter all information to this program put i can not sending from it please if any one can help me i waiting note : i write the source code :
Code Snippet Private Sub Form_Load() cdInsertFile.ShowOpen txtInsertFile.Text = "c:\ReadMe.txt" wsk.Protocol = sckTCPProtocol wsk.RemoteHost = "10.00.11.11
-
- Mouse Hover shows Hex Value
by VSChallenged
- 2 Replies
- Last post
by nobugz
- It seemed liked it just changed. Normally, in VS2005, VB, when you hover the mouse over a variable, it shows you the value. Until a few hours ago, it showed the value in decimal format, but suddenly now, shows the value in hex. This is damn near useless, unless the value is between 0 and 15. Beyond that, I go brain dead. What happened, did I change something in the configuration, and not realize i
-
- Accessing Embedded File
by JoRo582918
- 9 Replies
- Last post
by JoRo
- Hello Everyone and Happy Friday, I have searched the forums for this but have been unsuccessful. If someone could point me in the right direction, please do so. If not, here is my question. I have txt file that I have added to my project(myFile.txt). This file has about 1500 part numbers that I want to be able to access during runtime, but am just having some difficulties accessing it. I have been
-
- Question about BackgroundWorker
by Troy Lundin
- 9 Replies
- Last post
by spotty
- I have a small program that will allow a user to select a handful of files (installers) and it will install them automatically. I have it setup now like so:
Dim Proc As New System.Diagnostics.Process Proc = Process.Start(Files(Int), "/VERYSILENT" ) Proc.WaitForExit()
I have that inside a loop that goes through each file that was selected. This method causes a delay for my pr
-
- How do you 'Join' a background worker thread?
by Ted Carron
- 0 Replies
- Last post
by Ted Carron
- I am using a 'BackgroundWorker' object to impliment multithreadeding because it provides a really neat way of passing events into the main UI thread.
My problems occur when it is time to halt the background worker thread.
I can easily signal the thread to exit via synchronization objects and if desired I can service the 'RunWorkerCompleted' event later on but what I
-
- progress bar and separate textbox
by marymary23
- 8 Replies
- Last post
by marymary23
- good morning
first, let there is some textbox enterd with time like this"09:15" how can i get 09 and 15 each alone(each one in different register)
second is not on this post, its about progress bar. i dont know how can i link between some progress and the bar
wait answer from you
have a good day
mary
-
- Focus on first field
by SquadShun
- 9 Replies
- Last post
by SquadShun
- I am loading a form in a tabbed window but when the form loads it does not default into any field on the form. I want it to automatically default to the first field on the form, how do i do this
-
- MMC > shared folders > sessions plugin
by kimhoskin
- 1 Replies
- Last post
by Bruno Yu - MSFT
- Hi, How can I check what is changing in the MMC > shared folders > sessions plugin I'd like to see in a VB application what is happening/changing so I would like to check if anyone has some code or point to some is possible... Is it actually possible Thanks Kim
-
- WebCam Application in C#
by Peaceful World
- 4 Replies
- Last post
by Bruno Yu - MSFT
- Hi,
I am developing desktop application with WebCamera in C#. I created an appliation and tried to capture image thru web camera but it couldn't. And I used lot of codes from net they also not working. By my code I can get device but i couldn't capture image. But my program will work without exception. Please help to capture image and send your suggestions or links.
My web camera wil
-
- My Monthcalender automatically fires the date_changed event every few minutes
by Dan Mikkelsen
- 3 Replies
- Last post
by Dan Mikkelsen
- For some reason the month calender component i've placed in my program, fires the datachanged event every few minuttes. I dont know why but it would be good to be able to turn it of..
Anybody knows about this
-
- Shockwave error
by Bona_bone1
- 7 Replies
- Last post
by Riquel Dong ¨C MSFT
- Hello All, I am trying to imbed a flash movie file into a windows form with little success. I have added the "shockwave flash object" in the tools menu, but when i drag and drop the object, point to the swf and compile i get error below whenever i try and access the form. i am using the parkandgardens.show() extension to get to this form. Should i be using something else "System.In
-
- How to add rows to datagridview?
by Paul Mitton
- 7 Replies
- Last post
by Steve Peacock
- Hi all
I am attemping to write a routine that when the user presses a button it will read from a datagrid that they have already populated and add rows to other datagridviews. They may then modify what was added or add more rows. then when they have what they want in all the datagridviews they will save.
Entering stuff by hand works for all dgv's.
All dgv's are bound to binding sources. t
-
- round to nearest hundredth
by newbieneedshelp
- 14 Replies
- Last post
by rkimble
- How would I get the following equation to round to the nearest hundredth Example: 33.333333 = 33.33 50.156454 = 50.15( I don't need to do any rounding) 50 = 50 (if no decimal is needed I don't .00 after the number) Equation: (wins / WagerAccessDataGridView.RowCount.ToString * 100)
-
- Progress Bar
by tssweb
- 6 Replies
- Last post
by RobBattaglia
- I am creating an application that will run a file transfer. I would like to place a progress bar on the form to show the progress of the file being transferred. Can anyone help
-
- Writing to two files.
by Raybritton
- 5 Replies
- Last post
by Raybritton
- Hi, my program should write a string to a file, then a number to another file, but instead it doesn't write anything to the first file, and puts the string in the second file. The files don't exist before the program is run.
My .Computer.FileSystem.WriteAllText( "appdata.dat" , text, False )
My .Computer.FileSystem.WriteAllText( "apps.dat" , apps, False )
The varib
-
- Datasets
by dhuerta
- 3 Replies
- Last post
by rkimble
- My doubt this related to dataset, at the time of adding them to the project, and relating it to a report, is commited to that the file .xsd this one present, there is a way of which is not physically necessary that the file this. Thank you
-
- QUESTION FOR DIRECT PRINTING
by Pipz
- 2 Replies
- Last post
by Pipz
- Hi, I have tried doing a direct printing by getting all printers from network and setting the default before sending the text to be printed. The problem is that when I do this, I have to change the default printer over and over again. I want to happen is that when I send a text to a certain printer in the network, it will print the text but not setting it to the default printer before printing it.