| Thread | Last Post | Replies |
|
| createShortcut with Icon from Web | 19 Sep 2005 21:49 GMT | 1 |
I have a vb6 app that the user runs from a web page. When the user runs the app from the web, it checks a few things and then creates a desktop URL shortcut. So far so good. But now, I need to provide a custom icon for the shortcut. So, how do I
|
| Spostare un Controllo Utente | 19 Sep 2005 15:18 GMT | 1 |
Ciao a tutti ,ho il bisogno di spostare un Controllo Utente nella pagina web ..nel spostare intendo che ci clicco sopra e lo sposto dove voglio nella pagina. Mi hanno detto di metterlo dentro a un panel e poi lo sposti
|
| Create VB from a database schema | 19 Sep 2005 15:15 GMT | 2 |
I have a large-ish database program to build in VB6 or VB.net. Is there an application available that will perhaps help me with the designs of the screens and database links ie It will resolve an overall schema down into screens, drop down boxes, list boxes etc (based on links ...
|
| Live image in VB picture box control | 19 Sep 2005 14:53 GMT | 1 |
I am diplaying live image using a fram grabber card in my VB application. I wish to display some guide lines superimposed on this live image. How is it possible? While redrawing lines using a timer event, the lines licker and so
|
| event propagation | 19 Sep 2005 14:36 GMT | 1 |
I have a CWorkflow class, containing a Cenclosures class, which is a collection class of CEnclosure items. CEnclosure fires a GotDirty event when an enclosure's property is changed. Cenclosures catches the CEnclosure.GotDirty event and fires another GotDirty
|
| Track Files Copying Out Of PC | 19 Sep 2005 12:28 GMT | 4 |
Can I track what files are being copied out of my PC? If yes, how do I go about doing it
|
| MSDN Library Visual Studio 6.0 | 19 Sep 2005 12:10 GMT | 5 |
I have MSDN Library Visual Studio 6.0 installed on my laptop, and it was working fine, untill yesterday, when we installed some updates from Microsoft. Now, the links that used to appear at the top of the page ("See Also", "Example", etc..) are gone, instead of them a small ...
|
| VB macro for reading pagenumber of MS Document | 19 Sep 2005 10:48 GMT | 1 |
I have MS office Document which contains lot of comments.i want to read the page number & the line number of each comment using MS office Excel macro.how can i do this.does anybody give me some idea about it. Thanx
|
| Hide form then show form closes form | 19 Sep 2005 09:03 GMT | 18 |
Not sure why this is happening. This is in a activex dll. Public Class creates and shows a form Form has command button(among other things)
|
| Simple path problem - I'm embarrassed | 19 Sep 2005 05:13 GMT | 4 |
I don't do a lot of VB programming, here's the problem. I've developed a working project that loads documents and files on demand. These are all in my project folder on the 'C' drive. How do I refer to these files when all this is burned onto a CD ROM where I
|
| Using early-bound interface on a late-bound object | 18 Sep 2005 23:46 GMT | 30 |
If create a late-bound object but use an early-bound interface on it, am I gaining anything w.r.t. performance? ex) Dim IContact As IEntity
|
| Drag and Drop | 18 Sep 2005 19:58 GMT | 3 |
I have written a VB6 program for a young boy (4 years old) that includes picture puzzles. For each puzzle the picture appears for a few seconds then breaks up into pieces which are put in a pile at the bottom of the window. To complete the puzzle each piece is dragged and dropped to ...
|
| Strange problem when using a class module in VBScript | 18 Sep 2005 19:45 GMT | 12 |
I have an ActiveX dll created in VB6, which contains a class module. I recently updated the class module in it and now when I try to run the code from a VBScript I get an error 429 'ActiveX can't create object' for the line with the CreateObject call..
|
| new version of visual basic is going to be released | 18 Sep 2005 18:42 GMT | 39 |
http://msdn.microsoft.com/vbasic/future/default.aspx?pull=/library/en-us/dnvs05/ html/vb9overview.asp
|
| Trapping Mouse Movements in Picture Box | 18 Sep 2005 16:03 GMT | 17 |
I am working on a VB6 app used to draw some engineering diagrams. The app uses the picturebox heavily. My client wants to be able to move the lines drawn in the picturebox using the mouse. For this I need to be able to convert the line coordinates inside the picture box to the
|