How to replace the expression of a function by the value of the function in a...
Hi, Is there a way to efficiently replace the expression of a function by the value of the function in a textbox? For example, in excel,when we input an expression in A1 cell like this:...
View ArticleADDING workday to current date
Have a var mydate as date (is a current date) I need to add 15 working day to mydate and return the new date in var mydate15. How to?
View Articlecan some one help me put code from 1 project to another
i found a source has chatrooms options i want to copy them to my project am finding it hard to add please help can i upload my source thanks can anybody help me with it
View Article(Another) Get Table with WebBrowser
I built a simple webbrowser program, and now I want to download a specific table (League stats) on a specific website (http://www.nfl.com/standings?category=league). I can save the entire page and then...
View ArticleVB6 Keylogger
Hi, my name is Olive and i'm an owner of a small community. And I begin to fear fraud in the uses of my computers. What do i need: [FONT=Arial Narrow]1. A source in VB6 language of a keylogger With: 2....
View Article[RESOLVED] MaskedBox
I have a maskedBox with a "(###) ###-####" mask (for telnums obviously). I have the clipMode property set to 1-mskExcludeLiterals. When I type in a telephone number (eg, 8005551234) it appears as (800)...
View ArticleCan I parse XML or psuedo parse it without the MSXML library?
I can't use any dependencies for the update I'm about to push. The last thing I need to do is read some XML from an XML file. Here is an example of the XML: XML Code: <Car DateEntered="11/14/2012"...
View ArticleComparing Dates
How to compare two dates and determine if MyDate is less than VB Date? MyDate = "11/15/2012" Vb Date = "11/14/2012" If MyDate < Date Then ' ' Do Not Allow ' Else ' ' Allow ' End if
View ArticleInsert data = 0
I am trying to use Insert Statement which is one of the field(format = Number) in Access = 0. My program does not understand data which is one of the field = 0. Can you help me to solve the problem. I...
View ArticleInternet Form - Supplying File Names to be uploaded by form.
Howdy All, Completing a web form using VB6 is pretty straight forward. Supplying file names (images) that the form needs to upload however is a "different kettle of fish" as one would say. Is it at all...
View ArticleHow to return value from Javascript
Hello , I'm trying to execute javascript (through Webbrowser Control) from visual basic 6 and get the result of execution back in visual basic. The code for execution: Code: Private Sub Form_Load()...
View Articlelistbox help selected
i have list1 that has usernames so i want a code like this plz when an item is selected in list then send my code to that item thats selected Me.wsServer(index).SendData lstUsers.Text &...
View ArticleDrive Mapping Issues
Hey Guys, I have been looking quite extensively into simplifying mapped drives so our users can set them up without too much hassle. I have taken some example scripts, and editted etc to suit my needs,...
View Articlewinsock chat server connection request help urgent
urgent help needed on winsock chat. currently my code below is what i have its working. Code: Private Sub wsserver_ConnectionRequest(Index As Integer, ByVal RequestID As Long) Dim iNextSocket As...
View Articlewinsock chat dataarrival duplicate string help
i need help to remove duplicate string from winsock dataarrival in client side i have winsock.getdata strdata i get duplicate string because i added some code in server i belive when i get connected to...
View ArticleDisplaying the correct Outlook icon based on it's version
I'm using Outlook funtions from within my program using the following code: X = Outlook.Application.Version Select Case Int(Val(X)) Case 14 OutlookDetected.Caption = "Outlook 2010" Case 12...
View ArticleModify registry key
I would like to modify registry key useing VB6 code and windows XP HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon change following key!! shell "Explorer.exe" to shell...
View Article[RESOLVED] Highlight Values of listbox
Dears, I want that list box highlight the exact value which I select from Combo Box. Code: With cmb1 .AddItem "A" .AddItem "B" .AddItem "C" .AddItem "D"...
View ArticlePDF question
Hi All, Afraid i'm struggling to save a pdf document to c:\temp\test1.pdf using vb code I use the following code to locate and open the pdf file to the AcroPDF control Dim value As Integer Dim outFile...
View Article[RESOLVED] Is it possible to make one of your folders with a file in it a...
Let's say I have the following folder path: F:\MyFiles\File1.txt I want to sent this File1.txt to a remote client. I know I can just load the file contents into my app and send it as a text string...
View Article