Search Result

Collapse
72 results in 0.0052 seconds.
Keywords
Members
Tags
vb
  •  

  • TIves
    started a topic How To Get External IP Address via VB/VBA

    How To Get External IP Address via VB/VBA

    This uses HTML scraping of this site:
    http://whatismyipaddre ss.com/

    Code can be changed to work with other sites if you're comfortable with String manipulation

    Paste this into a Module and run.

    Cheers!

    Trip

    Code:
    Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal
    ...
    See more | Go to post

  • HiGu
    started a topic SSIS job fails intermittently only on production.

    SSIS job fails intermittently only on production.

    OnError,__SEQ Insert ETL Logic Here,{795D68BF-C348-4D7E-87BC-756EC7552FBB},{ D3AF4786-E01E-43CC-B57D-BD3D05491B5D},1 5/05/2012 13:25:13,15/05/2012 13:25:13,-1073450952,0x,S SIS Error Code DTS_E_PRIMEOUTP UTFAILED. The PrimeOutput method on component "SCR_SRC Get Equipment" (1) returned error code 0x80004003. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the...
    See more | Go to post

  • VB Failed To Update SQL Using Update ... SET....WHERE

    Hi ... i tryin to update my SQL using this method but it didn't update...Anyone have a better way to do this ?

    ------------------------------------------------------------
    Code:
    Case "OUT"
    
                    Dim connectionstring As String = "Server=PENW3GFSB2S\SQLEXPRESS;Database=People;Trusted_Connection = yes"
                    Dim query As String = "Update [Names] Set [TimeOut]=
    ...
    See more | Go to post

  • marbury
    started a topic Handle Access pop-up dialog with VB.NET

    Handle Access pop-up dialog with VB.NET

    Hi,
    When I finish creating a new table in MS Access a pop-up dialog appears and offers to type in "Table name" and save it.
    Can someone please help me with Visual basic code that fills the table name and selects "Ok" button automatically?
    See more | Go to post

  • rytlaw
    started a topic ASMX web service function reads incomplete XML
    in XML

    ASMX web service function reads incomplete XML

    I wrote a simple web service function using ASMX:

    Code:
    	Public Function processMessage(ByVal Messages as XMLElement) As String	 	
            Dim strS as string
            strS = Messages.outerXML
            Return strS
        End Function
    This should is used to handle SOAP request like the following:
    Code:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
    ...
    See more | Go to post

  • how to add two command in detail section of datareport

    my shabpe String is given below
    but it is not working
    Code:
    sqlw = "SHAPE {SELECT * FROM labour_main}" _
                & " AS RsMain APPEND ({SELECT * FROM labour_child1}" _
                & " AS RsFamily RELATE reg_no TO reg_no) AS RsFamily," _
                & "({SELECT * FROM labour_child2}  AS RsReg" _
                & " RELATE reg_no TO reg_no) AS RsReg"
    ...
    See more | Go to post

  • Allowing users to select column from a table to print report.

    I have two forms. One form is where user enters the search criteria and then on the second form he sees the search results where he has the ability to update, delete the records.

    My question the table has 18 columns and it is not possible to fit all those columns on the report. I am looking for a solution where after the results of the query has been viewed in the bottom of the form the user could select the columns on the results...
    See more | Go to post

  • How do I Filter in a Form Rather than Search for One Record

    I have a table with 18 columns. The client wants to search on all the 18 columns with any sort of combination ranging from 1 col search to all 18 columns. I have written a query using the OR condition that would search all the 18 columns and its working fine. The coding is done using recordset and the values are returned back to the form.

    The problem is when I have more than 2 records satisfying the same condition when I want to return...
    See more | Go to post

  • controling child window objects using VB in internet explorer

    Hi guys,
    I am trying to automate a repetitive task. I have to log into a website and do few other things. I used VB(6) to fire up internet explorer and manipulate few controls. But when I reached to write code to do the following action , I failed. I need to write code in VB to control a popup whose purpose is to upload a file. The popup has 3 buttons ( OK , Cancel , Browse ) and a text box . I understand this popup is a child window , but...
    See more | Go to post

  • falco88
    started a topic how to extract message from sms

    how to extract message from sms

    hi..
    i'm actually developing monitoring application based on sms.it have 1 monitoring application and 1 for remote.my problem is how i can control the remote site from the monitoring application based on the sms that received.thanks ..

    here's my code..




    Dim rxbuff As String

    'SerialPort.Wri te("AT" & vbCrLf)
    SerialPort.Writ e("AT+CMGF=1"...
    See more | Go to post

  • Resize labels according to the size of the form

    Hi! I have an application in VB. In a single form are lots of labels with atleast 3 different sizes. What I want to do is, when I resize the form or maximize it, all of the labels and pictureboxes int the form are also going to be resized. How can I do that? Thanks!
    See more | Go to post

  • Rachaun
    started a topic Textbox.TextChanged

    Textbox.TextChanged

    Help,

    I am using Visual Studio 10 and have run in to an issue that I cannot resolve on my own. When debugging one of my forms the app hangs on a text box control with no errors. But only if you change the text, or press the "Tab" key. The text box is in a group box with a range of other text boxes most with the same properties. All of the controls in this group are connected to an access database record, and formatted...
    See more | Go to post

  • MacBinary01
    started a topic Can VB shutdown windows applications?

    Can VB shutdown windows applications?

    Hi
    Am looking to write a quick app which needs to make sure all apps are closed. Can VisualBasic control windows7 applications, by which I mean shut them down?
    Thanks in advance
    Sean Mac
    See more | Go to post

  • how to make a vigenere cipher solver in vb.net?

    I am making a cipher solver in vb.net 2008 and I have made it solve ciphers for most ciphers but I can't make it do vigenere. I have got three textboxes named "EncryptionVige nere", "SolutionVigene re" and "Key" and a button called "SolveVigen ere"

    Note this is not a homework project
    See more | Go to post

  • accessdatasouce1.update using VB code in Asp.net

    Dear Mr

    I have problem , I add Button in Edit templete in form view1 and I put command accessdatasouce 1.update . I find it is not working

    I found No update happend and also No error I get it , I expect the command should be run from Accessdatasouce updatecommand specified in Aspx

    please need your help , what is the missing ?

    See the real code



    ASPX code
    ...
    See more | Go to post
    Last edited by Frinavale; Nov 4 '11, 05:28 PM. Reason: Added code tags.
Working...