Search:

Type: Posts; User: $uresh

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    5,092

    What is tag ?

    Hi Friends,

    I am sending data as xml with soap envilope. There I have a tag <agiml>... </agiml>. What is it for and What it does?

    Thanks.
  2. change language of the web page when user select language from dropdownlist

    Hi,

    I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to...
  3. Recognition method for Legal Amount in Bank Cheques

    Hi,

    I am doing a project on recognizing a bank cheque using OCR (Image Processing). I am curious about what type of recognition method will be helpful to recognize Legal amount (amount written in...
  4. Re: Increment progressbar according to loop

    Thanks. Finally, I learnt Events and managed to solve problem. Thanks for your kind help
  5. Re: Increment progressbar according to loop

    Is there anything like that for Standalone applications because I am working on standalone application?
  6. [RESOLVED] Increment progressbar according to loop

    Hi!

    I want to display a progress bar in GUI which increment according to the current value of for loop.

    Eg:



    for(int i=0; i< img.Height; i++)
    {
  7. Replies
    2
    Views
    695

    Re: string alignment problem

    My code is correct. only problem was font. your article was helpful to identify it. So, thank you vary much.
  8. Replies
    2
    Views
    695

    [RESOLVED] string alignment problem

    Dear friends,

    I want to format a string like this: (Properly right aligned)


    0 0 0 12 15 0 0
    0 0 0 2 16 0 0
    0 0 0 0 16 0 0
    0 0 0 0 16 0 0
    0 0 0 8 16 8 5
  9. Re: Plz suggest a good method to encrypt (and decrypt) bank Account No

    thank you jmcilhinney. Your reply was useful. :)
  10. Re: Plz suggest a good method to encrypt (and decrypt) bank Account No

    Thank you for your valuable feedback.

    By the way, Where do you recommend to implement security? It is in the database level or class level?

    (Answer expects related to my case..)

    Thank you...
  11. [RESOLVED] Plz suggest a good method to encrypt (and decrypt) bank Account No

    Dear friends,

    I want to save bank account numbers in sql server 2005 database. (Code in VS 2008.)

    What is the best way to encrpt this - C#.net code level or Database level
    If the answer is...
  12. Replies
    4
    Views
    515

    Re: grid View Problem????

    I set prodID as the buttons commandArgument
    Got the grids rowCommand event
    Now Inside that event how do i say get the prodID of the selected row???
    Plz if u can send me Only that code line. Im...
  13. Replies
    4
    Views
    515

    grid View Problem????

    I have a gridview to display my products. these are the columns:

    Image prodID Description MoreDetails AddToCart

    "MoreDetails" field is a button field. when user click that buttom I want...
  14. Replies
    2
    Views
    665

    Re: send an email in vb.net 2005 - error??

    how do i get host ID? plz..
  15. Replies
    2
    Views
    665

    send an email in vb.net 2005 - error??

    I want to code to send an email in VB.NET 2005. I got an exception called "Failure sending mail.". plz help me to fix this???



    Imports System.net.Mail
    Imports System.Web


    Public Class Form1
  16. Replies
    2
    Views
    2,663

    Re: how to play a video WITH CONTROLS in VB.Net

    I kow up to that point but i need it with Play button, stop button , pause button...etc.

    for example in you tube there is a play/pause button, volume controller.... like that

    did u understand...
  17. Replies
    2
    Views
    2,663

    how to play a video WITH CONTROLS in VB.Net

    I have played .swf file in VB.Net using Shockwave Flash Object. But i need it with controls(mute,volume control.. )

    I tried with using Windows MediaPlayer, i can play only .mp3 cannot play .swf or...
  18. Re: How to play a vidoe WITH CONTROLS in VB.Net

    plz give more details cos im a new to these..
  19. How to play a vidoe WITH CONTROLS in VB.Net

    I have played .swf file in VB.Net using Shockwave Flash Object. But i need it with controls(mute,volume control.. )

    I tried with using Windows MediaPlayer, i can play only .mp3 cannot play .swf or...
  20. [RESOLVED] How to play a .swf file in vb.net form

    Dear friends. How to play a .swf file(flash file) in vb.net form. please tell me the code. I dont usually request codes. but I dont know anything about this.Im using vs 2005.thank you.
  21. Replies
    10
    Views
    861

    Re: return array in a function???

    ya now its working. im happy. thank you.for everyone. specially for campion.
  22. Replies
    10
    Views
    861

    Re: return array in a function???

    ok. plz one more help. can you send me the code only for signature of the function and return statement if im using list of arrays
  23. Replies
    10
    Views
    861

    Re: return array in a function???

    im using VS 2005.

    but i dont know how to use List(Of Customer). what is the difference between array and list of(customer)?? Plz help me to solve this. thank
  24. Replies
    10
    Views
    861

    Re: return array in a function???

    im using VS 2005.

    but i dont know how to use List(Of Customer). what is the difference between array and list of(customer)?? Plz help me to solve this. thank
  25. Replies
    10
    Views
    861

    Re: return array in a function???

    why do i need to re create using constructor?? i have already created it. currentCustomer is just a customer type temporary variable which help me to assign values to each array element??

    if im...
  26. Replies
    10
    Views
    861

    [RESOLVED] return array in a function???

    I have a class called Customer. It has some property like custID,custName..etc. Inside Customer class i have a function which returns an array of customer. i wrote a function like this :


    ...
  27. Re: access label of the form in ForEach Loop??

    both of your code working. thank u sooo much dude.
  28. [RESOLVED] access label of the form in ForEach Loop??

    think i have a form called frmMapViewer. In this form I 25 labels showing districts of my country. think I want to assign names(text property) to each label.

    One way of doing it is :
    dim...
  29. Replies
    6
    Views
    770

    Re: Text Validation Help

    thank all people. I got it
  30. Replies
    6
    Views
    770

    Re: Text Validation Help

    <code>
    Re: Text Validation Help
    If IsNumeric(TextBox1.Text) Then.. <code/>

    but if i enter 0e3 it consider as numeric???
  31. Replies
    6
    Views
    770

    Re: Text Validation Help

    ok. but think i have 10 textboxes that should be numerical values. so is there any easy way of doing it rather that explicitly checking each
  32. Replies
    6
    Views
    770

    [RESOLVED] Text Validation Help

    When I read a value from text box I want to make sure user has entered a number(int/float/double etc.) not a string. Is there any function to check it? otherwise how do i validate it.

    Language :...
  33. Replies
    3
    Views
    425

    String statement error

    Im new to c#.net.I have done VB.net. could anyone plz tell me whats wrong with this statement

    String connectionString = "Data Source=C:\Documents and Settings\Suresh\My Documents\Visual Studio...
  34. Re: check whether image at dataset is empty or not

    found by myself the answer.

    <code> If Not IsDBNull(ds.Tables("userDetails").Rows(0).Item("photo")) Then <\code>


    is the answer for my question.
  35. Replies
    1
    Views
    457

    Re: Datagrid Question

    in mouse click event of the data grid you can get it as like this

    dgvCustSearch.SelectedCells(0).Value
  36. Re: check whether image at dataset is empty or not

    Sorry i forgot to say: Im using Visual Studio 2005 & using Microsoft SQL Server Database (Express)
  37. [RESOLVED] check whether image at dataset is empty or not

    im getting a image from my database to a data set. before i convert it to a proper picture i need to check whether ds.Tables("userDetails").Rows(0).Item("photo") is EMPTY or NOT. How should i write...
  38. edit an image with Image Editer tool in VB.net 2005

    I put a background to my form. i want to draw a rectangle on it. So i got a tool call Image Editer but its all buttons are enabled. Plz give me an advise how to use it. what should i do to enable them
  39. Replies
    1
    Views
    579

    Default value for combobox and ...

    1. How to set a default value to a combo box. when i nevigate my database data the relevent information must appear.

    2. In my database there is a table called course which keeps all the data about...
  40. Replies
    9
    Views
    13,280

    Re: how to get system date (VB.Net 2005))

    thank you! it worked
Results 1 to 40 of 45
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width