Search found 80 matches: vb6

Return to advanced search

How to set ActiveX property?

I want to use an ActiveX. In VB6, I use these ways to set properties: 1. oGrid1.Cols = 27 2. oGrid1.Font.Name = "Arial" 3. oGrid1.Column(2).Width = 20 4. oGrid1.Cell(0,1).Text = "Item Code" In FWH, I know oGrid1:SetProp( ...
by Max HK
Mon Oct 19, 2009 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set ActiveX property?
Replies: 8
Views: 1238

Re: High contrast screen for non blind user - Antonio ?

Hi all, is there any C guru able to convert this VB6 call SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long into ...
by Marco Turco
Tue Sep 22, 2009 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: High contrast screen for non blind user - Antonio ?
Replies: 9
Views: 2787

MAPI

May I ask you for your advice. I have a VB6 solution called AKTIVREPORT. This software sends reports which are defined in a task planer. I did this with smtp. But I also want to convert this software to FIVEWIN. Now I saw a MAPI solution on the ...
by Otto
Sat Aug 29, 2009 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI
Replies: 7
Views: 1623

Re: SMS in my opinion

Hello Dutch, thank you for sharing the code. This is really what I would need to substitute my old VB6 program. Do you have a link where to buy mCore ? I see you are now using ADS. Maybe you find some time to comment about the advantages running ADS and the problems you ...
by Otto
Sun Jul 19, 2009 8:02 am
 
Forum: FiveWin for Pocket PC
Topic: SMS in my opinion
Replies: 4
Views: 1659

Re: SMS question

Hello Dutch, I use message master from http://www.derdack.com with VB6 to send and receive SMS’s at the moment. Mayby one can use the derdack com objects with FW, too. But as all is running I never tried. The PC is connected via COM cable to the handy. I ...
by Otto
Tue Jul 14, 2009 8:55 pm
 
Forum: FiveWin for Pocket PC
Topic: SMS question
Replies: 51
Views: 22408

Re: SMS question

Hello José,
thank you so much. All is working. This opens many new possibilities.

Maybe you could help with code to receive SMS messages.
At the moment I use VB6 with messagemaster from DERDACK.
This is my last program waiting to convert to FIVEWIN.

Best regards,
Otto
by Otto
Fri Jul 10, 2009 8:47 am
 
Forum: FiveWin for Pocket PC
Topic: SMS question
Replies: 51
Views: 22408

Re: DLL con sintaxis de VB6 / DLL with VB6 sintax

César, Thank you for this sample. I tried to compile this sample but get following error. c:\fwhtests\806\tutor02.prg(27) Error E0021 Circularity detected in #translate: 'As' c:\fwhtests\806\tutor02.prg(27) Error E0030 Syntax error: "syntax error at 'FUNCTION'" c:\fwhtests\806\tutor02.prg(...
by Otto
Sat Jan 10, 2009 10:41 pm
 
Forum: Utilities / Utilidades
Topic: DLL con sintaxis de VB6 / DLL with VB6 sintax
Replies: 5
Views: 3083

drag & drop from outlook

To all, As I can’t get working drag & drop from Outlook I have now a workaround with VB6. The VB6 program waits for the drop down and then executes my Fivewin program with Shell (App.Path + "\testole.exe " & s). This is the whole sourcecode of the program: Private ...
by Otto
Fri Dec 19, 2008 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag & drop from outlook
Replies: 8
Views: 1512

... of my emails . Be aware that the subject of more emails could be the same. OE does not have a object modul. You can only hack the format. For my VB6 solution I used: ' DragDropAttachment Class ' Class to get dropped Outlook attachments ' Author: Eduardo Morcillo ' E-Mail: edanmo@geocities.com ...
by Otto
Tue Dec 16, 2008 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to drop over FWH window email msgs
Replies: 24
Views: 7834

... from Outlook two problems to resolve: 1) DragAcceptFiles( oDlg:hWnd, .T. ) Does not react to Outlook files. Can someone help to transform this VB6 code which is working to FWH. Private Sub Form_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, ...
by Otto
Mon Dec 15, 2008 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to drop over FWH window email msgs
Replies: 24
Views: 7834

... for you. Could you please post a working example. I never was able to get the content from Outlook or Outlook express directly. I have written a VB6 program which extracts the content from Outlook express and with Outlook I use a macro. The macro saves the email into a folder and then I have ...
by Otto
Fri Dec 12, 2008 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to drop over FWH window email msgs
Replies: 24
Views: 7834

... data. The document.xml files are very small and this makes this way replacing the “placeholders” very speedy. BTW, did you also had a look at my VB6 program? Do you think this could be done with FWH: drag the contents of your list control to Word? Next step: we have to take care about the non ...
by Otto
Wed Nov 12, 2008 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD 2007 docx: search/replace is working
Replies: 7
Views: 5312

... remember well you told that you use RTF. Here I use the new OPEN XML format from WORD 2007. This is the new standard format – docx. I uploaded my VB6 drag&dop program for test purpose. http://www.atzwanger-software.com/fw/word2007.zip I hope we can do this program in FWH. You ...
by Otto
Mon Nov 10, 2008 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD 2007 docx: search/replace is working
Replies: 7
Views: 5312

drag from listbox to an extern program

I have a little VB6 program which I would like to re-write in FIVEWIN. There is a listbox from where I can drag items to other extern programs like WORD for e.g. . I only have to use OLEDropMode = manual in VB6. Does someone know ...
by Otto
Mon Nov 10, 2008 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag from listbox to an extern program
Replies: 2
Views: 658

I found this VB6 code. Maybe this helps. Regards, Otto http://www.planetsourcecode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&txtCriteria=Printer+Status&lngWId=1&B1=Quick+Search&optSort=Alphabetical ...
by Otto
Fri Nov 07, 2008 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: check whether a printer is offline or online
Replies: 14
Views: 4387
PreviousNext

Return to advanced search