comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * method or data member not found?? - 10 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/758767bd9f4a5ff * Small Screen Laptop Issue - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7afd632e80cdfc33 * Anything faster than Open? - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8fbaae974e367b17 * Closing connections in an VB Active X dll - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7c43b075b1b258d5 * DAO vs. ADO - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/466758e879f97b15 Active Topics ------------- vb6 text question on font - 1 new --------------------------------- Hello. If I have a web page with Unicode characters on it: <HTML><HEAD> <title> 雅虎中国</title> <meta http-equiv="content-type" content="text/html; charset= gb2312" </HEAD><BODY> 雅虎中国 </BODY></HTML> (which I think is Yahoo China: [ link] stipped down a long way.) and I want to know the font that IE is using for the title or for the - Sat, Jan 1 2005 2:43 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3d232254e4b313b1 Small Screen Laptop Issue - 5 new --------------------------------- Personally, I find that if I leave the ScaleMode as vbTwips, the form and controls behave better when the DPI is changed. If I use vbPixels (shich can be neccessary sometimes), then it looks awful. I tend to change the DPI for testing only. Maybe this is what James is experiencing. - Sat, Jan 1 2005 11: 09 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7afd632e80cdfc33 method or data member not found?? - 10 new ------------------------------------------ I suspected that I was mixing ADO and DAO. I used Your suggestion and now, Im getting runtime error 3061 '>>>>>>>>>that's how I used it<<<<<<<<<<< Private Sub List1_Click() Dim rs As Recordset 'distributes additional recordset data from fields:definition and sample to proper txtBoxes Set rs = db.OpenRecordset( "SELECT ID, entry, definition, sample FROM - Sat, Jan 1 2005 12:41 pm 10 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/758767bd9f4a5ff Closing connections in an VB Active X dll - 2 new ------------------------------------------------- It only works if I remove the second instantiation of objRS Set objRS = Server. CreateObject("sts.sts_get") Set rstD = objRS.cd_rgv_office_get(Null) <delete> Set objRS = Server.CreateObject("sts.sts_get")</delete> Set rstSecurity = objRS.cd_security_level_get(Null) But to do this I am going to have to do some major editing on the .asp - Sat, Jan 1 2005 4:54 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7c43b075b1b258d5 Old timers -): NT4 group memebership check (w/o ADSI extensions) - 1 new ------------------------------------------------------------------------ Try this site and article: [link] - Sat, Jan 1 2005 5:40 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9bc5544e89b6c4f6 Anything faster than Open? - 3 new ---------------------------------- Hi A Happy New Year to all. Oh dear. I do try to keep my Q:A ratio at <1 but have failed :-( My app. is creating a list of perhaps 20,000 or more path\ filenames.ext in files(). I need to find the first 10 bytes in each file to identify certain types. My code so far:- hdr = String$(10, "x") For i = 1 To fcount - Sat, Jan 1 2005 6:19 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8fbaae974e367b17 DAO vs. ADO - 2 new ------------------- Good information, I had a similar question. Assuming an existing app accessing a Jet/Access db with DAO 2.5/3.51, should I upgrade to DAO 3.6? I'm having problems with some sites not being able to access the Jet db when running Windows XP. Apparently, some files are no long included with newer versions of Windows. - Sat, Jan 1 2005 7:22 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/466758e879f97b15 array constructor in VBA - 1 new -------------------------------- the other way is to create a function, which you pass your variant array to by reference and load your data into the array from anywhere you wish to: File, database or by hand. happy new year, George Marselis - Sat, Jan 1 2005 12:36 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1654047e6e3f9597 Text to Label List - 1 new -------------------------- Beginner in VB6. Have designed a program to list project names and activities in separate textboxes (Form1). There are several projects/activities each day and want to summarize them as line items on Form2 at the end of the each day. I can get the first project/activity to list on Form2 (dblClick the textbox item) but cannot get subsequent - Sat, Jan 1 2005 11:02 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2d7b28b373951420 ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc" group. To post to this group, send email to [EMAIL PROTECTED] com or visit http://groups-beta.google.com/group/comp.lang.basic.visual.misc To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
