|
Menu Help VB6 How do I get the mouse click x, y when a top menu or submenu is clicked? There seems to only be a mouse_click event. ... 29 Jul 2008 23:59
"Invalid outside procedure" Subject was: Hi people "Fran" <Fran.Beta(a)gmail.com> posted: : I've just tried to run the following code in VB 6 ... Hi, Fran. Just a couple comments about posting to newsgroups. Do NOT ever create subject named "Hi people". Spammers tend to use a similar subject, and sometimes kiddies who are testing things out use that subject. ... 28 Jul 2008 21:19
Easist Way to Get PC IP Address Without Winsock Yes, it appears that by using Winsock, this is a single line function. But Winsock is not installed on most Windows PCs, and I'm really trying to limit the external runtimes I add. I've Googled this, and seen some /extremely/ complex code. I can't believe it's really that hard, so rather than trying every one ... 28 Jul 2008 16:11
Null date in access db I have a legacy app that was generated with the old vb6 data app wizard. It uses an Access 97 db to display a master-detail view of two tables, and allows editing of the detail record. using ado and data binding to textboxes. It was modified by someone, years ago, to do the specific task for which it was desig... 29 Jul 2008 16:48
DataCombo box keeps resetting to 1st value I have a simple form that contains a datacombo box and every time I move off the control, the text value displayed in the combo box reverts to the first value in the list. The form that has an ADO control, a datacombo box, and a text box for a password on it. The datacombo box is set to the ADO control with... 29 Jul 2008 12:39
BufferedStream .Read, can't get the darn thing to .read (no except Hi Folks Is there anyone out there who can spot what the issue is with this code. I've looked at everything I can think of (MS docs, debugs, etc.) and don't have a clue as to why the bufferedInput. Read won't read anything (and there's definitely data in the file/obj.stream to read from). Tried various changes i... 28 Jul 2008 13:06
Using HTTP 304 code Hello I'm trying to make a web browser in vb6. I'm unable to hand to handle the 304 code (cache check). Can anyone tell me what request is sent by a browser to a webserver in order to check from the webserver whether a file has been updated or not. Im trying to send this request: GET /test/index.asp HTTP/1.... 28 Jul 2008 13:06
Compile erorr Hello All I'm getting a " Sub or Finction not defined" error message when I try to run this code that I have found online: Sub Workbook_Open() Const strFileToOpen As String = "C:\Data.xls" If IsFileOpen(strFileToOpen) Then MsgBox strFileToOpen & " is already Open" & _ vbCrLf & "By " & LastUser(strFileToOpe... 28 Jul 2008 11:02
Automate Any Email Client Hi, I want to automate any email client running on Windows and save the generated email in as Draft. I was trying to use MAPI control with VB6 but when i save it gives "Unspecified Failure has occured" The case is same with COM MAPI objects (CreateObject("MSMAPI.MAPIMessages")) And one more thing is Send m... 5 Aug 2008 12:11
ListView control: Selecting only the text When an item gets the focus in a ListView control, both the text and the icon get selected. Is there any way I can have only the text shaded and not the icon? Similar to what you see for the little icons under View->Project Browser. Thanks! ... 31 Jul 2008 08:15 |