comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * downgrading to VB6 - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/71e57e53dfaae023 * Explorer path - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e33b252b8fb47032 * code generator - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b75aa337c4df59ad * Surely we're nor closed? - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/164e828d94c440c9 * visual basic and XML - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a296353259747da8 Active Topics ------------- Creating and using a DLL - 1 new -------------------------------- On Tue, 28 Dec 2004 14:31:47 +1100, [EMAIL PROTECTED] (Frank ...I can understand a fair bit of 'C', but it makes me physically sick ...Yup ! - Tues, Dec 28 2004 8:29 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ece2f08edf655da3 Explorer path - 4 new --------------------- Nice idea, but it's flawed unfortunately. If the "Display full path ..." is unchecked in Folder Options, you only get a folder name and not the entire path. - Tues, Dec 28 2004 9:26 am 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e33b252b8fb47032 Implement COM generated by .net in MSACCESS - 1 new --------------------------------------------------- Help would be very appericiated... I've buit a COM using VB Express 2005.my intention was to use the COM object in MSACCESS 2003. I've added a reference to the .tlb file (after exported using tlbex.exe and registered using RegAsm. exe). However as soon as i try to instaniate the exposed class,automation run- time error - Tues, Dec 28 2004 4:24 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b65ef00a1fcae567 Surely we're nor closed? - 2 new -------------------------------- In responce to the post: On Tue, 28 Dec 2004 13:38:41 +1100, f...@ xxxxoptushome.com.au (Frank Adam) stated...and I replied: ...I understand the C language as well as a student can, I understand what C can do as well as anyone could. I'd be looking for skills in fast internet traffic of streaming media. Someone who can build, for - Tues, Dec 28 2004 12:45 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/164e828d94c440c9 Closing connections in an VB Active X dll - 1 new ------------------------------------------------- I have inherited incomplete source code for an active x dll. The project consists of a standard module and 5 class modules. Looking at the calling code on the .asp side I see Set objRS = Server.CreateObject("sts.sts_get") Set rstD = objRS.cd_rgv_office_get(Null) Set objRS = Server.CreateObject("sts.sts_get") - Tues, Dec 28 2004 6:35 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7c43b075b1b258d5 code generator - 4 new ---------------------- Code Generators!!!!!!! I think now a days programmers should prefer Code Generator to do their coding rather than doing everything by hand. They are almost generator for every database. If you do n't have enough time write all the code by hand, invest some in code genetor and make you lifew easy. I just - Tues, Dec 28 2004 7:57 am 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b75aa337c4df59ad VB6 and Windows Installer problem on Windows 2000 - 1 new --------------------------------------------------------- Hi, I've got Visual Studio 6.0 sp5 installed on a Toshiba laptop running Windows 2000 pro. Whenever I start Visual Basic, Windows Installer starts up and tries to install some unknown component, after clicking cancel Visual Basic hangs up. Help!!! Thanks, McFly - Tues, Dec 28 2004 11:15 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c3143dd16e1fc41b send function from winsock32.dll - 1 new ---------------------------------------- Hi! ive got a problem with the send function and would appriciate ure help... i want to send a struct with that send funct which looks like that: type pack MsgLength as Integer HexByte as Byte buffer() as byte end type but when i use the send: send(HSock, pack, BufferLen+3, 0) it doesent work, i mean the byte array didnt arrive... the MsgLength and - Tues, Dec 28 2004 6:19 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d8593c2e4d89e25a downgrading to VB6 - 6 new -------------------------- I have been trying to get VB 6 and I learned about the downgrading process on this group. I called MS and they told me Visual Studio 6 was no longer available but Visual Basic 6 was. But I could only downgrade one version so I needed to buy Visual Basic. Net 2002. So I did that the next day and called back but now they say VB6 is no longer - Tues, Dec 28 2004 12:14 pm 6 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/71e57e53dfaae023 visual basic and XML - 2 new ---------------------------- is there nothing about using visual basic to update, browse, delete nodes from xml files or am I just stupid enough to find it in the internet? some useful links, please ... And a happy new year :-) SK - Tues, Dec 28 2004 9:36 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a296353259747da8 C++ to VB6 - 2 new ------------------ Could someone here help me out. I wish to convert some C++ code I found over to VB6 but I'm having a little trouble with the syntax. What do the following operands mean: == ¦ ¦¦ & && I'm guessing some of these are OR and AND, but I am guessing. - Tues, Dec 28 2004 9:06 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6144d9146b76d5bb ANSI Screen To Byte Array? - 1 new ---------------------------------- Hello. Using VB6 I need to send data thru a telnet port in byte array format. I am trying to send and old style ANSI screen (file.ans) to a terminal. I can save the ansi screen in a variety of formats (from thedraw.exe) such as BIN, Obj,ANS, and Bload. Anyone know how I can convert this into a byte array? - Tues, Dec 28 2004 1:49 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/562936422e640191 Common Dialog box not displaying - 1 new ---------------------------------------- Hello all! I have in interesting situation that's driving me crazy... I've written a program that takes a CNC source program and translates the CNC codes into human readable format. I have two menu options, one prints the entire program listing in it's native format, and the second prints the translation of the currently selected line. I have a single CDB on the form, - Tues, Dec 28 2004 4:51 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/83b4bf50875820a2 copy files to all users - 2 new ------------------------------- How can I copy a file to all users directories on terminal server? right now they all have a directory d:\users\"user name" where they have files and apps. I need to update a database front end for each user, but dont want to do it one at a time. Can i use filecopy and have a variable that point to each user? - Tues, Dec 28 2004 10:01 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b77981f5a2c94818 HELP! Font sizes... - 1 new --------------------------- Is there an easy way to have a VB app that is using label controls and the Print method in picture boxes to ignore the font size setting in windows? I have a graphical app that goes south when the user has his font size set to Large fonts, at least in win2k. TIA as always! Craig - Wed, Dec 29 2004 2:08 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/82d81b47a011ae0e service - 2 new --------------- i have created a service that create new process.Both service & process are runnning in system account.In process i m accessing the network drive. It works perfectly on Windows 2K but on WindowsXP it is not working. The problem is that on WindowsXp process created by service is unable to access the network drives thats y creating the problem. - Tues, Dec 28 2004 9:18 pm 2 messages, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/33a3a5f64d7645fa ============================================================================== 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
