comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Any one interested? - 10 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6c3d7f545bb31cc8 * custom message on ping - 8 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c7f8bff8899a4f4f * Can't delete control from form - Win XP - 7 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2f1fe4c98442710d * Best component for a text window? - 7 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d6db7c109eab711b * Selecting a folder - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/484cf819869c9efd Active Topics ============= Selecting a folder - 6 new ---------------------------------- this code I found it on the web saludos! Public Type BROWSEINFO hWndOwner As Long pidlRoot As Long pszDisplayName As String lpszTitle As String uFlags As Integer lpfn As Long lParam As Long iImage As Long End Type Public Declare Function SHGetPathFromIDList Lib "shell32.dll" Alias "SHGetPathFromIDListA" (ByVal pidl As Long, ByVal pszPath As String) As Long Public Declare Function SHBrowseForFolder Lib "Shell32" Alias "SHBrowseForFolderA" (lpbi As BROWSEINFO) As Long Public Function sBrowseForFolder(ByVal f_HWnd... - Sat, Oct 30 2004 3:48 am 6 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/484cf819869c9efd custom message on ping - 8 new ---------------------------------- hi all is it possible to reply to a ping request but using my project to send the reply ? many thanks ... - Sat, Oct 30 2004 3:54 am 8 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c7f8bff8899a4f4f Rotate a textbox or label - all new ---------------------------------- ... ... Option Explicit Private Declare Function CreateFontIndirect Lib "gdi 32" Alias _ "CreateFontIndirectA" (lpLogFont As LOGFONT_TYPE) As Long Private Declare Function SelectObject Lib "gdi32" (ByVal hdc _ As Long, ByVal hObject As Long) As Long Private Declare Function DeleteObject Lib "gdi32" (ByVal _ hObject As Long) As Long Private Const LF_FACESIZE = 32 Private Type LOGFONT_ TYPE lfHeight As Long lfWidth As Long lfEscapement As Long lfOrientation As Long lfWeight As Long lfItalic As Byte lfUnderline As Byte... - Sat, Oct 30 2004 3:58 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2fa721c6769636d3 VB 5 and WinXP??? - 2 new ---------------------------------- But another question that I haven't really found an answer on the Web: Is VB 5 itself (i.e., the GUI) expected to run under WinXP? Olaf ...... - Sat, Oct 30 2004 4:50 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5380934197b6208 visual studio withot vb? - all new ---------------------------------- ... VSEE s definitely contains VB6 so if you did not get it you either (a) don't really have VSEE or (b) selected the wrong options when installing ... VB.Net is a very different language than VB6 and earlier. There are some surface similarities but the code is essentially incompatible ... - Sat, Oct 30 2004 5:47 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/21795cea0843862e Newbie Help - 4 new ---------------------------------- Need guidance and code to search an Access 2000 database for part of a word. I know enough that you have to somehow implement InStr but dont know how to do this. Code I have only returns if fall String is found. Private Sub Command1_Click() Dim search As String search = InputBox("Enter Index", search) Data1.Recordset.Index = "Index" Data1.Recordset.Seek "=", search If Data1. Recordset.NoMatch Then Data1.Recordset.MoveFirst End If End Sub Thanks in advance ... - Sat, Oct 30 2004 6:39 am 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/be119312fe7049e6 Any one interested? - 10 new ---------------------------------- Keep in mind... it's illegal to tap into someones phone line and listen in on their conversations without letting them know. This applies regardless of the age of the person using the phone. From my point of view, tapping into someones computer conversation is the same offense. The childs age isn't really all that relevant. I believe that if you don't want your child getting into trouble online, your child shouldn't be online unless you are there with them. If you don't trust them online without you... then you shouldn't be providing the... - Sat, Oct 30 2004 12:12 pm 10 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6c3d7f545bb31cc8 Can't delete control from form - Win XP - 7 new ---------------------------------- Hey all: I just finished installing Visual Studio 6, followed by SP6 on a new computer with Windows XP Professional. In VB, I cannot delete controls from forms using the Dlete key. Instead, focus goes to the Properties window and I wind up deleting a property value instead. I have Visual Studio 6 and SP6 installed on another computer with Windows Server 2003 and I do not experience this problem. Is it an XP problem? Does anyone know a fix for this? Regards, Michael Floyd ... - Sat, Oct 30 2004 12:33 pm 7 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2f1fe4c98442710d Help - round up to 2 decimal places - 2 new ---------------------------------- On Wed, 27 Oct 2004 19:52:20 GMT, "Paul Thomas" you typed some letters in random order: ... Groetjenz, Mickey... - Sat, Oct 30 2004 1:01 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5ad35c74543e5b5f Best component for a text window? - 7 new ---------------------------------- I'm converting a text game to Visual Basic. My problem is finding a suitable component (listbox, textbox, labelbox etc so In can display text line by line. Example TEXT1.TEXT="FIRST LINE OF TEXT TEXT1.TEXT="SECOND LINE OF TEXT When I run the program only the words "SECOND LINE OF TEXT" is displayed. The game requires that text be displayed to the player each time the player makes a move. Some of the text could be several lines long. When the text window is full then new text causes the old text to move up (scolling).... - Sat, Oct 30 2004 9:02 pm 7 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d6db7c109eab711b DLL in VB6.0 - 4 new ---------------------------------- tell me how to create DLL in visual basic milind dumbare (+91 9822288565) [EMAIL PROTECTED] ... - Sun, Oct 31 2004 4:00 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f9677483e395877d Printing a List Box - 3 new ---------------------------------- Can you give an example? I keep getting 'expected =' or 'syntax error' when trying this Private Sub Command2_Click() printfile = "c:\test.csv" Listbox2 Textfile (List1,printfile) End Sub or have I got the wrong end of the stick here? Regards DL "CajunCoiler ( http://www.cajuncoiler.tk)" ... ... - Sun, Oct 31 2004 8:30 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/83e521b700f01e1d Can't read field values after querydef - all new ---------------------------------- ... Thanks! Your example helped out alot on reading the field values. jt ... - Sun, Oct 31 2004 9:12 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cd8f5a285db5a6b6 Passing a control - 3 new ---------------------------------- I have a Rich Text Box on a form, and I would like to pass it to a class module. I have no problem passing the form object (frm as Form), but I can't figure out how to pass the control. I can reference the RTB control as, frmMain.RichTextBox1.Text = "", or frm.RichTextBox1.Text = "", if I pass the form object. What I would like to be able to do is something like, frm.ctrl. Text = "" where ctrl references the RTB control on the main form. How can I do this? ... - Sun, Oct 31 2004 12:40 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f9c0c603e598a19 Setting the webbrowsercontrol thru the Stream/IStream interface... - all new ---------------------------------- I *know* I've done this before... I Have an xml document which i apply a .xsl stylesheet on with the MsXML DOM object. The resulting transformation ( transforming to html) ends up in a DOM object. I also have a form with the webbrowser control on it, where I have grabbed the document object (MSHTML DOM) . Now I want to load my transformed xml directly into the webbrowsers dom- object without saving it to file, and do a .navigate(...) I Just can't for the life of me remember how i did it the last time, except that I'm pretty sure I used the... - Mon, Nov 1 2004 12:47 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/702699cda858f1ac Show picture in the filelistbox control? - all new ---------------------------------- I'd like to be able to set a picture as the background in a filelistbox control. Very difficult I would guess... Anyone? Any free or commercial controls that does this? (I've found some code that does this for a listbox, if someone would need that: http://www.patorjk.com/vb32controls.htm) ...... - Mon, Nov 1 2004 1:43 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bbf856b9c15013ba HELP!!! - Code Download Error: (hr = 800300fd) An unexpected error occurred. - all new ---------------------------------- Please help me. I have developed an activeX control (using VB6) which I want to implement as part of a web page, using the <OBJECT> tag. It works fine on my PC. It also works fine on a collegue's PC. But on other PC's (various IE versions / OS versions) I get the dreaded "Red X" instead of the control. I don't know why. On those PCs where it fails, I decided to look at the error log.... (in IE, "Tools > Options > Settings > View Files" and look at the " Code Download Error Log" file). Unfortunately, the information returned was... - Mon, Nov 1 2004 2:09 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/895fbffea69d5993 ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc". comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
