Search:

Type: Posts; User: maqmaq

Page 1 of 4 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    323

    Automated exam corrector by VB6

    Is there any VB6 example that can help me developing an application that can read the colored choices from the scanned document (GIF or JPG)?

    I have a multi choice answer paper and want to...
  2. Re: Reading Values of UserName & Password from external Source

    What I mean is that I want to save the password in a text file saved in file share server and then let web.config read it. the purpose of this is to enable my VB6 program changing the password in the...
  3. Reading Values of UserName & Password from external Source

    I have the following line in my web.config file

    <identity impersonate="true" userName="XXXXXX" password="XXXXXXX"/>

    I am looking for a way to read the user name and password parameters from...
  4. Replies
    4
    Views
    1,222

    Re: [RESOLVED] Read Web Url Content

    Yeah,,,,it is excellent method for downloading the file, however i look for reading without the need of download...thanks
  5. Replies
    4
    Views
    1,222

    Re: Read Web Url Content

    Many thanks for the various helpfull options you posted
  6. Replies
    4
    Views
    1,222

    [RESOLVED] Read Web Url Content

    I use the following to download url to a hard desk and then read its content

    is there a way to read the content without the need of download (Not by using Inet object)

    I highly appreciate your...
  7. Re: I need to make IE invisible when CreateObject is used

    I tried it in many computers in my company but it seems the security setting is the same and yet the problem is persist in all company' PCs
    Thanks
  8. Re: I need to make IE invisible when CreateObject is used

    Same problem
    I think this is related to security of the IE itself
    Thanks
  9. Re: I need to make IE invisible when CreateObject is used

    I tried that but still same problem
  10. I need to make IE invisible when CreateObject is used

    I use the folloiwng to run web page but I want the IE to be invisible. the page is ASPX and it has email function in it's load

    Although I set the object visible to false but yet the IE7 is...
  11. Replies
    3
    Views
    2,402

    Re: CDO Error When Sending Email from VB

    I just found out that my company has decided to block the STMP server and email canot be sent from any desktop aplication but instead it can ben sent from web server.

    I have succeded in developing...
  12. Replies
    7
    Views
    1,182

    Re: VB6 html + bookmarks/links Possible?

    I could not understand your exact need !!! why don't you create VB form and put what you want to open from your html file then idea might be clear to me so we can help
    Regards
  13. Replies
    7
    Views
    1,182

    Re: VB6 html + bookmarks/links Possible?

    Try this by putting it in a command click event hoping it is what you are looking for.
    Regards


    strHTML = "<a href="#M">Maintenance</a>"
    strHTML = strHTML & "<a...
  14. Replies
    3
    Views
    2,402

    Re: CDO Error When Sending Email from VB

    Thanks Mahmoud
    I do not think it is the 'NO Authentication' problem. I am sending from the same network and email server that belong to one company in some areas with no problem.

    I think I nearly...
  15. Replies
    3
    Views
    2,402

    CDO Error When Sending Email from VB

    I am seeking your kind support to help me getting CDO error resolved.
    I am using the following function to send email from my VB app and it has been successfully for more than two years, however...
  16. Re: Converting nvachar to INT in SQL server statement

    Resolved:
    I added IsNumeric as a condition and proplem was resolved
    Thanks
  17. [RESOLVED] Converting nvachar to INT in SQL server statement

    Hi,
    I am looking for your help.
    I use the following SQL statement to read from SQL server, the problem that I have a hash key in some of the data in the column [Task Earned] and I got error that...
  18. Replies
    3
    Views
    1,168

    Re: Net Send in Vista

    Thank you
    I will try the suggested post
  19. Replies
    7
    Views
    2,749

    Re: VB Application Slow in VISTA

    Hi sd.k
    I am encountering the same problem when we upgraded to Windows Vista
    I am reading my Access data base from the share server \\company\data\training.mdb

    Do you think this is related to...
  20. Replies
    3
    Views
    1,168

    Net Send in Vista

    I used to use following API in Windows XP to send a net message to workstation, however we now change to Windows Vista and it is not functioning any more.
    As I understood that net send is no longer...
  21. Re: How to compact Access 2007 data base

    It has been resolved by doing the following:

    1: Add the reference: Microsoft Office 12.0 Access database engine Object to the project

    2: Use the following code to compact 2007 access data base:...
  22. Re: How to compact Access 2007 data base

    I have no problem in reading Access 2007 using ACE:


    'ACCESS 2007
    conn.ConnectionString = _
    "Provider=Microsoft.ACE.OLEDB.12.0;" & _
    "Data Source=" & dbpath & ";" & _
    ...
  23. [RESOLVED] How to compact Access 2007 data base

    I used to compact my 2003 database using the follwoing code, now I upgraded this databasae to Access 2007 and this code does not work any more.
    I am seeking your help for code solution on how to...
  24. Re: Reading Text File by ADO Connection String

    Thanks Dee
    I decided to download the report as Excel from SAP, I found it much easy to read it as Excel
    Thanks all
  25. Re: Reading Text File by ADO Connection String

    Do you ahve any example of the alternative you mentioned ? apprecaite yur reply
    Many thanks
  26. [RESOLVED] Reading Text File by ADO Connection String

    Gentlemen,
    I am seeking your help.
    I am using the folloiwng code to read text file by ADO connection string, however, the number of fields is only one and it does not split the columns, please see...
  27. Replies
    0
    Views
    883

    Pass parameter to Apps via hyperlink

    Hi,

    If I execute D:\SafetyTrack\Safety.exe 123456 from run command, the program works fine and paramter 123456 is detected by Command$ in form load.

    But if I have a hyperlink as ...
  28. Replies
    9
    Views
    1,268

    Re: Click a command button by code

    I second RhinoBull 100&#37;, it is the exact different fact between the Click and Value = true
  29. Re: Run Vb Application via hyperlink with parameter

    It is a HTML email message created from the prorgam, code is semilar to below:

    <p class=MsoNormal><a
    href="file:///D:\SafetyTrack\Safety.exe 123456">Click here to launch Safety Item</a></p>
    ...
  30. Run Vb Application via hyperlink with parameter

    Hi,

    If i execute D:\SafetyTrack\Safety.exe 123456 from run command, the program works fine and paramter 123456 is detected by Command$ in form load.

    But if i have a hyperlink as ...
  31. How to open the (Insert Item) Outlook dialogue from visual basic 6

    Hi All,
    I am seeking yur help
    Is there a way to open the (Insert Item) Outlook 2007 dialogue from visual basic 6?
    Program then will use the variable submitted by this dialiogue and save the...
  32. Re: [RESOLVED] Oracle Connection Run Time Requirement for other Clients

    This is a reference to the resolve of this thread:

    I used the following connection string and it works in every machine with Vista without a problem and without the need of additional files...
  33. Re: Oracle Connection Run Time Requirement for other Clients

    Thanks
    I guess I will go with SQL Server as you suggested, I had confirmed your comments with our data unit and they suggest to use it as well where no additional installation is required as our...
  34. Re: Oracle Connection Run Time Requirement for other Clients

    Thanks

    What about if I change it from Oracle to SQL?? will it be the same requirement?? I am trying to avoid Oracle client installation
    Apprecaite yur advice
    Thanks
  35. [RESOLVED] Oracle Connection Run Time Requirement for other Clients

    Gents,
    I am using the following to open an oracle connection from my VB6 ADO, it works great in my machine where I have the Oracle Database 10g Express Edition already installed.

    What do I need...
  36. Re: XML does not work on Vista (Access is Denied)

    Thanks Rob, do you have any suggestion or clue ? apprecaite if you do
  37. Replies
    3
    Views
    589

    Re: Image and Label preview and print

    You missed to include form1
  38. XML does not work on Vista (Access is Denied)

    Hi,
    I am using the following code to extract information from our company Intranet site, it has been working for long on Windows XP, recently our company has upgraded all PCs to new with Windows...
  39. Replies
    9
    Views
    13,923

    Re: Compact and Repair Access From VB

    I am using the following ADO to compact my access data bases in all my programs, hoping it useful for you:


    Dim objJRO As JRO.JetEngine
    Dim strConnSource As String
    Dim...
  40. Replies
    3
    Views
    574

    Re: help me with query

    YOu can use like following ADO assuming you already open database as conn:

    SQL = "SELECT [product names] FROM Product where [product names] Like '%" & Text1.Text & "%' or [product names] Like '%"...
Results 1 to 40 of 145
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width