Search:

Type: Posts; User: Dananjaya

Page 1 of 2 1 2

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    7,543

    Re: DateTime To Hex

    Thank you very much sir,

    Actually, I was wondering if you could help me to do the conversion in other way around. ( Decimal -> Hex ) because I need to convert the current datetime to hex and...
  2. Replies
    5
    Views
    7,543

    Re: DateTime To Hex

    Thank you Joacim. This is the answer I was searching for since very long time. By looking at this conversions, my next question is, is there any internal procedure available in VB 2010 to get the...
  3. Replies
    5
    Views
    7,543

    DateTime To Hex

    Dear All

    I have an application (Windows Based) developed with Sybase DBMS. Applications saves the datetime in hexadecimal format in the database. I just need to undestand how would it be generated...
  4. Re: Very small button. Text does not centre

    Hi Ian,

    Try to set the FlatStyle as "System"

    Thanks,
    D.
  5. Replies
    10
    Views
    2,739

    Re: Windows 8 type buttons creation

    Hi Guys,

    Ok.. I have looked in to WPF for last few weeks and found that it's one of a most coolest thing I have ever came across in programming. Programming directly in WPF within the VS is bit...
  6. Replies
    11
    Views
    1,543

    VS 2010 Re: Create Windows Services Dynamically

    Thank you and Thank you again.

    You had understand my requirement exactly correct. I hope this would be enough to me to implement the requirement. I'l keep the thread for few more days without...
  7. Replies
    11
    Views
    1,543

    VS 2010 Re: Create Windows Services Dynamically

    Hi..thank you for the reply. Ok.. Now I'll explain what would be my steps. Please correct me if I'm wrong ( Probably everything would be wrong :o)

    1. Create Interface Class ( as mentioned in your...
  8. Replies
    11
    Views
    1,543

    VS 2010 Re: Create Windows Services Dynamically

    Wonderful sir.. This is what I really wanted.. Now I know my knowledge about Dictionary Class is lacking. I need to learn it before I go any further.

    Thank you very much for helping me. If I get...
  9. Replies
    2
    Views
    491

    Re: [HELP]Closing Database connection

    try something like


    if (con.State= ConnectionState.Open) then
    con.close()
  10. VS 2010 Re: Conversion from "String" to type "Double" is not VALID

    try


    IF (trim(txtA.Text)="" and trim(txtB.Text) ="" and trim(txtA.Text) ="") Then

    rather

    If IsNothing(txtA.Text & txtB.Text & txtC.Text) Then
  11. Replies
    2
    Views
    582

    Re: Opening connection to database

    It's always better to handle the connection separtly as a Function which returns boolean result depend on the DB connectivity rather directly open it in Form_Load event. inside the separte Method you...
  12. Replies
    11
    Views
    1,543

    VS 2010 Re: Create Windows Services Dynamically

    Thank you for the quick reply. Actually as you mentioned, I have one row for one interface and it keeps the track whether interface is active or not. I do understand now what should I do now. But...
  13. Replies
    11
    Views
    1,543

    VS 2010 Re: Create Windows Services Dynamically

    Thank you both of you for giving me quick reply. In this case please make me clear for few more doubts. Assume I'm creating the service for this purpose. Do I need to keep a system timer to keep the...
  14. Replies
    11
    Views
    1,543

    VS 2010 Create Windows Services Dynamically

    Hi All,:wave:

    I'm working on a application which suppose to work as a interface between multiple applications. as a example, one PBX system sends me data via TCPIP or COM ports and I manipulate it...
  15. Replies
    8
    Views
    957

    VS 2010 Re: Help Please how to code check boxes :(

    Hi..

    Probably this would help you,


    If IsPostBack = False Then
    Dim db = New Linq2SQLDataContext
    Dim chks = From CHECK In
    db.CHECKs
    ...
  16. Replies
    5
    Views
    898

    Re: Visual Studio 11 Beta

    when it's getting expired..?
  17. Replies
    8
    Views
    957

    VS 2010 Re: Help Please how to code check boxes :(

    Do you want to display a result set in check box list?
  18. Replies
    4
    Views
    696

    VS 2010 Re: transform chr() in to string

    Characters were not visible to immediate Window..but it's there and visible when we copy the entire string to notepad or wordpad.
  19. Replies
    4
    Views
    696

    VS 2010 Re: transform chr() in to string

    Paul.. you are correct... I'm so seing the characters but it's there... I copied the string to notepad and there I can see it correctly. Thank you and hope this thread is resolved.
  20. Replies
    3
    Views
    706

    VS 2010 Re: Transform Documents to Excel

    Thank you for the reply.. But it convert the document as CSV file as well as PDF document should have tables in order to make it correct. But my requirement is converting a file which is not aligned ...
  21. Replies
    3
    Views
    706

    VS 2010 Transform Documents to Excel

    Dear All,

    After trying to find a solution in Google I thought of ask one of you experts.

    I do have third party application which produce it’s reports in PDF format. Those reports are having...
  22. Replies
    4
    Views
    696

    VS 2010 [RESOLVED] transform chr() in to string

    Hi All :wave:

    After several hours of browsing google, wanted to check with one of you experts. I have made a winform application to read data from PABX (telecom) device. My application is...
  23. Replies
    10
    Views
    2,739

    Re: Windows 8 type buttons creation

    thank you for the post and I'll manage my current application with existing style. Ok. when I look in to WPF, I don't have much idea about it. Could you please tell me any website where I can get...
  24. Replies
    10
    Views
    2,739

    Re: Windows 8 type buttons creation

    Soory for my english.. and I could NOT make button with thick,transparent border with 3D loooking button as dispayed.
  25. Replies
    10
    Views
    2,739

    Re: Windows 8 type buttons creation

    Ok..thankx for the reply. I really looking for winform method rather WPF since my application is already developed with aero. Only issue was I could make a button with thick transparent border with...
  26. Replies
    10
    Views
    2,739

    Re: Windows 8 type buttons creation

    Hi paul,

    Thank you for the reply. I hope now I attached them.
  27. Replies
    10
    Views
    2,739

    [RESOLVED] Windows 8 type buttons creation

    Hi All, :(

    Thought of posting one request after several days research in Google.

    I’m currently developing small application and I would like to keep my login account as look same like Windows...
  28. Replies
    1
    Views
    1,054

    VS 2010 Re: VB 2010 with SQL 2008 Server Report

    hey...

    After many try.. I found a way to make it happned as per my wish. do the followings,
    1. Design a Server report from SSSR
    2. Link the report to ReportViewer control in the system by...
  29. Replies
    1
    Views
    1,054

    VS 2010 VB 2010 with SQL 2008 Server Report

    Hi..:wave:

    I just got into VB 2010 with SQL 2008 Server Report. I was able to create a report as my wish and it's vieable via direct url (e.g...
  30. Replies
    1
    Views
    954

    Re: viewing ssrs reports in another system

    1. Create a User Account in Windows
    2. Log in to Report Server Startup Page with Administrator Account
    3. Goto Folder Setting section and add-up the newly created user.

    It should work fine.
  31. VS 2010 Re: Windows Service Does not respose Remotely

    Thank you,

    Process.Start() does not working in Service Applications. Anyway I'll start a new thread. Thank you for the support.
  32. VS 2010 Re: Windows Service Does not respose Remotely

    Thank you very much and I was trying with out check my firewall. I configured it to accept the connection and it's working fine now. Thank you again.

    Will you be please guide me to execute a batch...
  33. VS 2010 Windows Service Does not respose Remotely

    Hi..

    I created a small service application that listening to incomming TCPClient. Serving is is responsing perfectly when client program execute locally. but when client try to connect remotly, it...
  34. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    First I Installed "Microsoft SQL Server 2005 Compact Edition " and upgraded with "Microsoft SQL Server Compact 3.5 Service Pack 2 for Windows Desktop"
  35. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    Hi..

    Since system.data.sqlserverce.dll fine not found error in my testing pc. I though that it because of I don't have "SQL v.3.5 Compact " installed on my testing Pc. So I downloaded the file...
  36. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    Hi...

    Is there anything you can do for me.. I'm Stil strugling to get the problem solved.

    ThankX
  37. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    I copied entire folder content and tried to execute the project EXE, then it gave me system.data.sqlserverce.dll error. I I downloaded SQL v.3.5 Compact runtimes and installed on my testing Pc. but...
  38. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    Please let me know, what are the files i need to copy manualy if i'm not using installer? I know that it need FW3.5 on destination pc. So, Do i need to copy any special files otherthan Project EXE...
  39. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    Hi..

    I tried above coding...

    Connection does not have any issue and it successfully connecting to database. when it reach to ada.Fill(tbl) it chashes the system.

    what should I try now? ...
  40. Replies
    15
    Views
    1,671

    Re: Setup & Deployment

    Hi jmcilhinney,
    I put Msgbox() in each line as you mentioned and noticed that program crashes at Below section
    Please advice me whether I have done any mistake in here..
    My testing Pcs having...
Results 1 to 40 of 60
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width