CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: opashafiq

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Loading XML file to SQLserver 2008 using openxml

    Hi,
    I have a XML file and I am trying to load it into sqlserver 2008 database in the following way:

    declare @XMLdata xml

    set @XMLdata =
    '<smsg name="Market Manager Event"...
  2. Replies
    5
    Views
    5,015

    Re: Rolling text in rich text box

    Thanks to WoF.
    I m proceeding using ur solution
  3. Replies
    5
    Views
    5,015

    Rolling text in rich text box

    hi all,
    I have a string in my project.

    it is like "ABBNK 120 up | BXTX 66 down | CTBNK 800 down|" and so so

    Here
    ABBNK is Stock Name
    120 is price
    up is its trend
  4. Replies
    1
    Views
    487

    Re: Grabbing Data from website

    Ok, i Solved The Problem

    Public articleDoc As New DOMDocument


    Private Sub Get_Data_Click()
    Dim XMLHTTP
    Dim url As String
    Dim str As String
    url = "http://dsebd.org"
  5. Replies
    1
    Views
    487

    Grabbing Data from website

    Please Just look at the attachment.
    Its a screen shot of website of "dhaka stock exchange" (www.dsebd.org).
    The price of all stocks are rolling on top of the website.

    I just wanna grab these...
  6. Replies
    2
    Views
    906

    Re: Changing Text Color

    Thanks,It worked fine
  7. Replies
    2
    Views
    906

    Changing Text Color

    Is there any way to use separate color to separate characters in a text box or rich text box??
  8. Replies
    1
    Views
    2,326

    Listening UDP Broadcast

    Hi all,
    I am assigned a Job to upgrade a software written in visual C++ to C#.net.
    The software listens to a port(6211) for the UDP broadcast coming to that port continuosly.According That incoming...
  9. Replies
    8
    Views
    1,425

    Re: UDP Broadcast recieve

    Thanks.

    Yes,After for loop I got some Hex Value. :) But How can I convert this to String Again??
  10. Replies
    8
    Views
    1,425

    Re: UDP Broadcast recieve

    msgbx len(strData) returns a length

    but msgbox strData shows a blank message
  11. Replies
    8
    Views
    1,425

    Re: UDP Broadcast recieve

    no,length of recieved data is not Zero
  12. Replies
    8
    Views
    1,425

    UDP Broadcast recieve

    I want to recieve UDP broadcast through a port. I used winsock for this purpose.

    My code is:

    Private Sub Form_Load()

    Winsock1.Protocol = sckUDPProtocol
    Winsock1.LocalPort = 6211
    ...
  13. Replies
    5
    Views
    19,209

    Re: Inserting a new row in datagridview

    ----------------------------------------------------------------------------------------------------------...
  14. Replies
    5
    Views
    19,209

    Inserting a new row in datagridview

    I have a datagridview which is not bounded with any datasource.
    I have a Button.
    I want to add a new row to my datagridview on the button click.

    I tried the code:
    dgv.rows.add()

    and also...
  15. Replies
    1
    Views
    1,090

    Help about designing a registration form

    I am working on designing a registration form of my office employee's.I am using ASP and java script.A part of the form contains employee's experience.An emnployee may contain more than one...
  16. Replies
    1
    Views
    891

    Re: Problem in Viewing Crystal Report

    OK,I Solved The Problem by installing:

    C:\Program Files\Microsoft Visual Studio
    8\SDK\v2.0\BootStrapper\Packages\CrystalReports\CRRedist2005_x86.msi
  17. Replies
    1
    Views
    891

    Problem in Viewing Crystal Report

    I Have developed a simple database project in C#.The Project and all its Reports(Crystal Report) work fine in my PC.

    Now I Have Placed an EXE of the project in the USER PC.
    Everything is...
  18. Re: passing variable from one form to another

    Thanks guys.
    I have solved the problem.
  19. passing variable from one form to another

    I have a two forms.Iget some values in form-1.now i have to open another form where i have to show these values and also have to work with them.how can i do so??please help!!!!!!!!!
  20. Replies
    0
    Views
    832

    Network access in DAP report

    hi
    I made a prameterized report. Then I save the report as data Access page in microsoft access 2000. I can visit the page smoothly as
    c:\RMS\DA.htm by asking me to enter the parameter.
    My ip is...
  21. Replies
    3
    Views
    836

    Re: deleting from registry.Need help

    ok guys.thanks.i have solved the problem.hererr is the code for all of u:

    ///////////////////////////////////////////////////////////////////////////////////////////


    Private Sub...
  22. Replies
    3
    Views
    836

    deleting from registry.Need help

    i m writing a registry cleaner program.
    but i m facinig some problem.

    i have a key under KKEY_CLASS_ROOT named "aa".
    There is two subkey under "aa".

    it looks like:

    -KKEY_CLASS_ROOT
    -aa
  23. Replies
    1
    Views
    630

    need help,searching in windows registry

    i want to search in windows regitry for a particular word and delete it whenever found.

    can anyone give me a simple code for this????????
  24. Replies
    5
    Views
    1,772

    Filling ListView With Database Table

    i have a listview in and a form
    and i want to fill with a table from a database.

    i have writtem=n the following functon:


    Public Sub preparelist(ByVal lst As ListView, ByVal str As String)...
  25. Replies
    0
    Views
    434

    Listview error

    i have a listview in and a form
    and i want to fill with a table from a database.

    i have writtem=n the following functon:

    *******************************************************************
    ...
Results 1 to 25 of 41
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured