| Thread | Last Post | Replies |
|
| process comunication | 30 Nov 2005 16:57 GMT | 5 |
I have a server application that need to send/receive information to/from client application. I know winsock method, but I ask you if exist another method for my scope. Thanks in adavance
|
| Convert user-defined data type to byte array? | 30 Nov 2005 14:42 GMT | 7 |
can I convert user-defined data type to byte array? Thanks.
|
| Rotating Images | 27 Nov 2005 11:27 GMT | 2 |
Greets, It appears that images can only be rotated in 90deg increments in VB6. I need to be able to do 15deg increments, is this possible? I am working with jpg, bmp, and non-animated gifs.
|
| Chalenge | 22 Nov 2005 18:48 GMT | 1 |
There is a chalenge. In some folder I have 20000-30000 pictures (all pictures are similar) Now I wont some program to check all pictures and pick up pictures that are the most differnet from others.
|
| In Binary Compatibility | 22 Nov 2005 16:09 GMT | 2 |
Hi I am changing one function signature i.e adding one more parameter in VB6 Binary compatibility component.Now on compiling i am getting a dialog box giving the options for No compatibility and Preserve Compatibility.
|
| Combo box's _Change method not activating | 20 Nov 2005 12:12 GMT | 6 |
I created a combo box, double clicked it and added MsgBox "Hello" in the myCombo_Change() Sub. However, when I run the program and change the selection in the combo box I don't get any message saying "Hello". Why is
|
| Component control connection disappearing when rebuilding | 20 Nov 2005 12:06 GMT | 3 |
I have a VB project which uses a Control Component (Project->Components...->Controls). However, when I recompile the Control Component and then reopens the VB project the Control Component is deselected in Project->Components...->Controls and I cannot build my project unless I
|
| Active EXE registration gives BEEP | 18 Nov 2005 09:47 GMT | 3 |
I have a very strange problem here with an ActiveX EXE registration with just one customer, and I desperately need some clues if anyone can help me The EXE registers fine on our R&D machines, and on other customer machines, but with one customer the registration process just ...
|
| How to manipulate a Word 2000 document control in a Visual Basic 6.0 form | 18 Nov 2005 07:13 GMT | 3 |
In a Visual Basic 6.0 form, I want to put a Word control in which I will create a new document from data store in a database. So, in my VB projet component, I insert the "Microsoft Word document" insertable objet (after that the reference "WordCtl Type Library" is
|
| interop.word rather not work with temp files | 16 Nov 2005 22:21 GMT | 1 |
I am working(vb.net03and05) with word documents stored in a sql db and I am currently bringing them from a byte array into a temp file to pop into word and make work do its thing as a com object. Is it possible to go straight from a byte array to document in word?
|
| ActiveX Exe does not terminate | 16 Nov 2005 17:16 GMT | 1 |
I have an Active X Exe that can be run stand-alone or called from another program. When I terminate it as stand-alone it is fine - all traces of it disappear. However, closing it when it has been called from another program and the Activex appears to close but is still listed by ...
|
| running .vbs script files generate warning because of VirusProtect | 16 Nov 2005 17:06 GMT | 3 |
hi , we see warnings because XP has some virus protection software. Is there a way by which we can get rid of these warning popups ?. Can we sign the .vbs files using some sign tool etc ?
|
| Passing MSHFlexGrid to ActiveX exe | 16 Nov 2005 15:37 GMT | 3 |
I am attempting to pass a MSHFlexgrid, complete with all formatting to an ActiveX exe. It would appear that I have to pass it as an Object, as VB throws a compilation error if I try to use MSHFlexGrid in the parameters. This would
|
| How to save inserted object on disc? | 15 Nov 2005 21:06 GMT | 2 |
I am looking for a simple way in VB to get and save on local disc the content of all inserted objects in a ms word document. I'm using ms word 2002 sp-2. I would be grateful for any help
|
| how to control two or more keys stroke at a time in VB | 14 Nov 2005 21:31 GMT | 1 |
I assign different keys for different progress bars to increase or decrease the values. when I press two or more keys at a time then the values of progress bar would be change for those keys which were pressed but it give value change only for one key.Plz Suggest software control ...
|