comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * VB5 Compile problem - 8 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bc526297be230871 * Codes - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5150dd645cbd403e * Programmer pay rates in the US - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce04adf6a237999d * Different results in VB5 when compiled !! - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6483a1ec5b6ce39e * Weird form behavior - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b5b6233d59baffd6 Active Topics ============= Custom programming - 2 new ---------------------------------- Hello, Do you need custom programming done for your business, or even your home projects? We are an experience computer programmers from Russia. We do all kinds of custom jobs for people who need something special, but don't need to hire a full-time programmer. One of our major advantages is lower price. Our price is approximately 10-20 USD per hour. Our other advantage is high product quality. Please visit http://grud.tk for more information. The group of Russian programmers, [EMAIL PROTECTED] ... - Fri, Aug 27 2004 3:19 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c629bd9f85d485ca Programmer pay rates in the US - 4 new ---------------------------------- ... Or don't do VB. VB programmers are a dime a dozen. ... - Fri, Aug 27 2004 3:32 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce04adf6a237999d Weird form behavior - 3 new ---------------------------------- Thanks guys. I moved the code to Form_Unload as suggested and everything is fine. I didn't know about referencing a control in Terminate. Mike ...... - Fri, Aug 27 2004 5:53 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b5b6233d59baffd6 Different results in VB5 when compiled !! - 4 new ---------------------------------- The same code produces different results when executed within the VB environment (interpreted) and when compiled into a xxx.EXE file. The "interpreted" results are perfectly OK, but the "compiled" results are wrong, i.e. several differences appear in the codes sent to the printer (captured in a .prn file). The printer driver reamins identical (HP Laserjet, driver HPBF 3520.DRV), so it seems that VB itself causes the problem. More info: - the code uses calls to the GDI32 library to print rotated text (CreateFontIndirect, etc.),... - Fri, Aug 27 2004 6:01 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6483a1ec5b6ce39e visual basic.net - 3 new ---------------------------------- sorry about this naive question, but is visual basic.net a language that is compilable and able to be used in interactive web pages? what i need is a language thats fast and able to be embedded somehow in web pages ... - Fri, Aug 27 2004 8:35 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bf15d23a964f0c7c Enumerating Properties of an Object - 3 new ---------------------------------- Is there a way to list the properties and methods of an unknown object? If you did something like: Dim obj As Object Set obj = CreateObject( "SomeRandomObject") Is there some way to enumerate the interface exposed by obj? I know there's a way, since IntelliSense obviously works, but I haven't had any luck figuring out how. I'm guessing its some combination of IUnknown and QueryInterface.... ... - Fri, Aug 27 2004 8:55 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a1092b48e0ad4f10 Codes - 6 new ---------------------------------- Is there an easy way to learn visual basic? I have a book that seems very complicated. Being self taught, what would anyone recomend. Thanks teak ... - Fri, Aug 27 2004 9:00 am 6 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5150dd645cbd403e Source code multi-user locking - 2 new ---------------------------------- VB6 - if one programmer has a form open, the other programmer can go in and make changes on his pc. Whoever saves first overwrites the changes the other programmer did. I can't find anything in the editor setup to lock out subsequent saves. Does anyone have any suggestions? ... - Fri, Aug 27 2004 10:07 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e7a7cd5a864adefd Changes in VB.net 2003 - 3 new ---------------------------------- Does VB.net 2003 have input masks that you can set for controls like Microsoft Access has? I know VB6 didn't. Thanks, TD ... - Fri, Aug 27 2004 10: 11 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4d6955f8a335c78c TreeView Queries...Urgent - all new ---------------------------------- On 26 Aug 2004 05:06:08 -0700, [EMAIL PROTECTED] (Arijit ... FYI - People will probably understand you more easily if you said you had a / question/ about the Treeview control, rather than a query. Most folks on the usenet prefer mixed-case messages rather than UPPER CASE. At least, I do at any rate. (I would recommend you invest the time to type in your question in mixed-case since you want other people to invest their time answering you.) .. . Have you thought about just using a regular Treeview, and simply... - Fri, Aug 27 2004 12:40 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/322e415f86d0316e VB5 Compile problem - 8 new ---------------------------------- I've just come into possession of Visual Basic 5.0 and I'm trying to get an application to compile. When I load the project in everything seems to operate normally. I can "run" the application from the VB5 development environment but when I try to create an executable the compiler(even p-code version) seems to have a problem finding subroutines. Specifically it comes back and says "Sub or Function not defined" and highlights a specific subroutine. If the sub is not defined then how can the application run in... - Fri, Aug 27 2004 10: 07 pm 8 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bc526297be230871 Serial comm in VB - 2 new ---------------------------------- Is using the MScomm control the best way to do serial comm? I wrote a small utility that acts as a terminal program, displaying received data in a textbox and allowing typed data to be transmitted out. The problem is that the program seems to be overwhelmed when receiving data (esp. at 9600 and 19200). It will get written to the textbox, but it locks up and prevents the user from turning it off. You wind up having to close the app. I tried inserting a DoEvents in the OnComm event, but to benefit. Is there a better way to do this?... - Fri, Aug 27 2004 10:16 pm 2 messages, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/12e0dcb74276cbc1 ======================================================================= 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 ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BCfwlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/kumpulan/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
