<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>W3Exchange : Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com</link>
<description> W3Exchange</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>VB in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=5510#5510</link>
<guid isPermaLink="false">5510@http://www.w3exchange.com</guid>
<description>Topic: VB

Message: Hello -)When I Studied at school I visited the computer class where We learned VB, Delphy,C++ etc....now I can't remember how to do it.... :wacko:
</description>
<pubDate>Tue, 09 Oct 2007 06:17:54 -0700</pubDate>
</item>
<item>
<title>internet based client server .NET win app in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=4599#4599</link>
<guid isPermaLink="false">4599@http://www.w3exchange.com</guid>
<description>Topic: internet based client server .NET win app

Message: hendyhanusin, try mysql connectorhttp://www.mysql.com/products/connector/net/good luck
</description>
<pubDate>Tue, 10 Jul 2007 09:30:32 -0700</pubDate>
</item>
<item>
<title>internet based client server .NET win app in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=3012#3012</link>
<guid isPermaLink="false">3012@http://www.w3exchange.com</guid>
<description>Topic: internet based client server .NET win app

Message: Dear all,1.Currently, i have a database windows application and it's attached to a card reader device on client computer...in intranet (TCP/IP network), it's easy to maintain this client server windows application..2.now, the SQL Server Database will be in headoffice (different city), meanwhile the client application will be in different city too,and we have to access the SQL Server through HTTP (internet connection)..the client still has a reader device (+DLL) attached to it.3. Logically, we should use ASP .NET, but it does not solve the device reader issue on client side.In order to detect and communicate with reader (client side), we consider to use JavaScript and the reader's DLL, but it's not as easy as it appears..i tried to find how to call this DLL, how to use this DLL's events, methods in JavaScript, but i can not find the sample code for this purpose...i already ask question in some forums , but no satisfied answers.... the DLL is a .NET Class Library. the windows application is in C# .NET 2003&#160; &#160; 4.then i think of this design : a. for client side in different city, we still use windows application , so it's no problem with the reader device DLL stuff...b. the only issue is how we can send and receive SQL data through HTTP (internet connection) to SQL Server in headoffice (different city)...Does anybody know how to do no. 4.b. above ?Or perhaps better solution sample using JavaScript or AJAX ?Thankyou,hendy
</description>
<pubDate>Fri, 30 Mar 2007 01:25:34 -0700</pubDate>
</item>
<item>
<title>Connection between VB and Mysql NEED HELP. in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=2478#2478</link>
<guid isPermaLink="false">2478@http://www.w3exchange.com</guid>
<description>Topic: Connection between VB and Mysql NEED HELP.

Message: HiYou need a third party software Mysql ODBC connector 3.5 to connect VB And Mysql.You can download it from http://dev.mysql.com/downloads/connector/odbc/3.51.html (Windows Version).
</description>
<pubDate>Mon, 26 Feb 2007 00:19:28 -0800</pubDate>
</item>
<item>
<title>Connection between VB and Mysql NEED HELP. in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=2372#2372</link>
<guid isPermaLink="false">2372@http://www.w3exchange.com</guid>
<description>Topic: Connection between VB and Mysql NEED HELP.

Message: I make a device that take input from the user (counting device Controled by Computer through parallel port) and increase the value automatically in the database. This device is coded by VB and i make connection with MS Access as a back end database and&#160; i done it. Now I want to connect this device with Mysql as back end database, but i can't do this. cause I don't konow how connect VB and Mysql.Any one have any idea how can i do this ??
</description>
<pubDate>Tue, 13 Feb 2007 23:06:44 -0800</pubDate>
</item>
<item>
<title>powerpoint VBA in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=817#817</link>
<guid isPermaLink="false">817@http://www.w3exchange.com</guid>
<description>Topic: powerpoint VBA

Message: how to insert text into template in powerpoint 2002 task pane using vb code
</description>
<pubDate>Tue, 31 Oct 2006 01:02:01 -0800</pubDate>
</item>
<item>
<title>powerpoint task pane  customization in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=757#757</link>
<guid isPermaLink="false">757@http://www.w3exchange.com</guid>
<description>Topic: powerpoint task pane&#160; customization

Message: how to open a link in powerpoint task pane and diaply help text usong vb code.
</description>
<pubDate>Tue, 24 Oct 2006 00:11:04 -0700</pubDate>
</item>
<item>
<title>VB in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=716#716</link>
<guid isPermaLink="false">716@http://www.w3exchange.com</guid>
<description>Topic: VB

Message: how to create custom task panes in powerpoint presentation using VBA .(only for lower versions of office)
</description>
<pubDate>Wed, 18 Oct 2006 05:21:26 -0700</pubDate>
</item>
<item>
<title>Copy Picturebox Image in Script Forums : Visual Basic</title>
<link>http://www.w3exchange.com/view_topic.php?pid=539#539</link>
<guid isPermaLink="false">539@http://www.w3exchange.com</guid>
<description>Topic: Copy Picturebox Image

Message: I have a picturebox on a form that has just drawn a fractal image. I try/want/hope to copy that image/picture to the clipboard and have used many variations of:Clipboard.ClearClipboard.SetData Picture1.PictureorClipboard.Setdata Picture1.Image, vbCFBitMapetc, and always get an error message of &#34;RUNTIME ERROR 480&#34;CAN'T CREATE AUTOREDRAW IMAGEI have set the Picturebox control Autoredraw both on &#38; off without effect.What to do? Help ...Or failing that, is there anyway to copy to a VB6 Image control?
</description>
<pubDate>Thu, 21 Sep 2006 06:53:40 -0700</pubDate>
</item>
</channel>
</rss>
