User Profile

Collapse

Profile Sidebar

Collapse
vidhyapriya
vidhyapriya
Last Activity: Mar 18 '08, 06:27 AM
Joined: Mar 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vidhyapriya
    replied to .Net Books
    in .NET
    I want to take class...i feel better to know any book name specifically......
    See more | Go to post

    Leave a comment:


  • vidhyapriya
    started a topic .Net Books
    in .NET

    .Net Books

    Hi all,

    I want to know which book is best to learn and teach .Net both windows application and web application.Can you provide book name and author name..any website link..Thanx in advance..


    With regards
    vidhya
    See more | Go to post

  • vidhyapriya
    started a topic Pass values to existing open form
    in .NET

    Pass values to existing open form

    Hi all,

    I am using two forms.From form1 button click i am opening form2,and i am passing values to form2 using delegate.when i click the button again form2 shouldn't open again but values should pass to already open form(form2) here i am added tab pages in tab control for every button click in one form.

    how to do this...anyone help me...thnax in advance

    Code:
    Form1 Code:
    
    Dim
    ...
    See more | Go to post

  • vidhyapriya
    replied to passing values to open form in vb.net
    in .NET
    how to find out the open form....
    See more | Go to post

    Leave a comment:


  • vidhyapriya
    replied to passing values to open form in vb.net
    in .NET
    I want to pass values to open form,Example i have two forms form1 and form2
    form1 have one button,form2 contains one tab control,From form1 button click i am opening form2,generally whenever clicking the button form2 will keeps on opening.I am opening only one form for clicking button several times.I used following code for that,and i passing values using delegate for first time button click.Next time when i click the button the values should...
    See more | Go to post

    Leave a comment:


  • vidhyapriya
    started a topic passing values to open form in vb.net
    in .NET

    passing values to open form in vb.net

    Hi all

    I am developing windows application using vb.net.I want to pass values to open form.I am opening only one form when user click the buttons several times.Useing delegate i am passing values for first time.Next time when user click the button i want to pass value to open form.How to pass value to open form.Can anyone help me plz.Thanx in advance

    Code I used,

    Form1 Code:

    Public Delegate...
    See more | Go to post

  • vidhyapriya
    started a topic Open only one form in vb.net
    in .NET

    Open only one form in vb.net

    Hi all,

    I am developing windows application using vb.net. In form1 button click i am opening form2.i am using tab control in form2.when i click the button form2 will open again when i click the button form2 shouldn't open instead of that in tab control tab page will be added in one form.
    i used the code
    [code=vbnet]
    Dim f As Form2
    If Not IsNothing(f) Then
    If Not f.IsDisposed...
    See more | Go to post
    Last edited by debasisdas; Nov 27 '07, 10:15 AM. Reason: Formatted iusing code=vbnet tags.

  • vidhyapriya
    replied to Creating Menu in Windows Application
    in .NET
    I dont want menu from toolbar.I am creating user control for menu..Hope you understood what i am asking....
    See more | Go to post

    Leave a comment:


  • vidhyapriya
    started a topic Creating Menu in Windows Application
    in .NET

    Creating Menu in Windows Application

    Hi all, I am creating user controls for developing menu for my application.I am not using default menu bar,creating my own menu using user controls.I want my user controls above the form.For Example in yahoo messenger, if you go to Messenger menu clicking the status menu item,the status will be listed.The status list is coming outside of the form width/above the form.I want my user control to display like yahoo messenger status list.I am using windows...
    See more | Go to post

  • vidhyapriya
    started a topic Socket Chat Messenger
    in .NET

    Socket Chat Messenger

    Hi All

    I am developing Messenger like Yahoo,Google Talk,MSN...I am using socket programming for sending instant message between two users.My code working within my network(Intrane t),If i use it in Internet its not working...what to do to solve my problem...any one help me its urgent for my project...Thanx in advance
    See more | Go to post

  • vidhyapriya
    started a topic messenger list control
    in .NET

    messenger list control

    hi all, Can anyone know what control used in yahoo chat to display messenger list...
    See more | Go to post

  • vidhyapriya
    started a topic Fingerprint Time Attendance
    in .NET

    Fingerprint Time Attendance

    Hi All,

    I am using Fingerprint Time Attendance machine for Employees daily attendance.How to retrieve the details from Fingerprint device to my application.I am using vb.net.
    Can anyone help me...Its urgent..Thanx in Advance

    With Regards,
    Vidhya
    See more | Go to post

  • check itplz...can anyone help.......
    See more | Go to post

    Leave a comment:


  • storing incoming sms from sms gateway to database

    hi..i am sending sms message from my mobile to server...i am using sms gateway to receive the incoming sms...i want to store the incoming sms in my sql server database..how to do this..
    can anyone help me...plz its very urgent..thanks for advance reply...
    See more | Go to post

  • vidhyapriya
    started a topic sending SMS
    in .NET

    sending SMS

    i want to send sms message from my pc to mobile and from mobile to pc...can anyone help me...
    i used this following link: www.codeproject .com/cs/webservices/SendSmsThroughW S.asp

    the program is running but i didnt get any msg in my mobile...is there any other coding...plz help me...bcoz this my project is pending...
    See more | Go to post

  • vidhyapriya
    started a topic receiving sms in asp.net
    in .NET

    receiving sms in asp.net

    i want to receive sms message in my asp.net application.... can anyone help..its urgent
    See more | Go to post

  • vidhyapriya
    started a topic Remote SQL Server access
    in .NET

    Remote SQL Server access

    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    when i access the database i am getting above error....i am using web hosted site...i am doing modification in that....is there...
    See more | Go to post

  • vidhyapriya
    started a topic DLL file for pdf to word conversion
    in .NET

    DLL file for pdf to word conversion

    hi all,
    is there any DLL file to convert pdf to word using asp.net or vb.net
    See more | Go to post

  • i tried importing/exporting DTS in sql server but i m getting

    Error Message:Microso ft ole db provider for ODBC Drivers
    Error Descripition:Ex ternal table is not in the expected format


    i m not using Visual foxpro...older version foxpro database

    help me

    thanks...
    See more | Go to post

    Leave a comment:


  • vidhyapriya
    started a topic Connecting Tally Software in .Net application
    in .NET

    Connecting Tally Software in .Net application

    hi all

    i want to connect tally software in my .net application...i want to transfer data between tally software and by windows apllication(or) web application...i heard is it possible to do using RTSLink DLL....is there any other way to do this....


    help me...

    thanks
    See more | Go to post
No activity results to display
Show More
Working...