Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
V

Vivek Vijayan

@Vivek Vijayan
About
Posts
110
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Socket Communication over WiFi not working in Windows Mobile
    V Vivek Vijayan

    probably some problem with handling the sockets.. i have created a device application which allows remote desktop control of a PC connected to PDA via WiFi... i too got a lot of socket exceptions :D You need to set all the properties of sockets like timeout and port number right to make it working... Even then, it showed socket exception after working for a certain time period.. make sure all your threads are running the way it should..

    This code was posted by me...

    Mobile sysadmin

  • Sending SMS using a device application in C#/VB.NET 2005
    V Vivek Vijayan

    Hi friends, Im currently doing a project in .NET (Visual Studio 2005, Device Application), in which i need my application to send sms to a specified number. I tried to google the code, but no success yet Can anyone please give me link to a sample project/source code for this?? Plz help me :(( Note: I just want to send sms to one recipient at a time. So basically what i want is to embed the inbuilt sms feature of my Pocket PC into my application..

    This code was posted by me...

    Mobile csharp visual-studio help question

  • SmsSendMessage use for MS sending in Pocket PC,what can use for Pc to Mobile?
    V Vivek Vijayan

    SmsSend is not working for me.. can you please help?? :( :((

    This code was posted by me...

    C / C++ / MFC json question

  • Sending SMS using a device application in C#/VB.NET 2005
    V Vivek Vijayan

    Hi friends, Im currently doing a project in .NET (Visual Studio 2005, Device Application), in which i need my application to send sms to a specified number. I tried to google the code, but no success yet :( Can anyone please give me link to a sample project/source code for this?? Plz help me :rose: Note: I just want to send sms to one recipient at a time. So basically what i want is to embed the inbuilt sms feature of my Pocket PC into my application..

    This code was posted by me...

    C / C++ / MFC csharp visual-studio help question

  • Embedding Pentaho Dashboard into my web application in struts 1
    V Vivek Vijayan

    Hi, I have created a web application in Struts 1. It has got a reporting tool module, for which i want to embed the features of Pentaho into it. I figured out that it is possible by adding some of the JAR files of Pentaho into my application folder and editing my web.xml file. I tried, but couldnt get it the way i wanted. Can anyone please help me with this? I am not using hibernate in my project. Regards, Vivek Vijayan

    This code was posted by me...

    Java java xml help question

  • How to stream an FLV video on a device application
    V Vivek Vijayan

    I am working on a device application using Visual Studio 2005 (C#). in the application i need an option to stream vdos within the application. i tried the web browser component by giving embed code as its document text to embed an flv player. no error is shown.. but i guess compact framework is not supporting ActiveX... it just displays a blank browser.. when i tried the same embed code on an HTML page... it is working........is there any way i can do this on a device application?

    This code was posted by me...

    Mobile csharp html visual-studio com help

  • CSV file
    V Vivek Vijayan

    if u r new in C#, better dont use CSV for database..

    This code was posted by me...

    C# csharp database

  • Problem in extracting Cell ID
    V Vivek Vijayan

    it worked... thnx :)

    This code was posted by me...

    Mobile csharp help visual-studio sysadmin json

  • Difference between Web service and RSS
    V Vivek Vijayan

    very good and apt answer.... voted as good... im also working on an application which uses both :)

    This code was posted by me...

    Mobile question database sysadmin business xml

  • How to stream an FLV vdo on a device application
    V Vivek Vijayan

    I am working on a device application using Visual Studio 2005 (C#). in the application i need an option to stream vdos within the application. i tried the web browser component by giving embed code as its document text to embed an flv player. no error is shown.. but i guess compact framework is not supporting ActiveX... it just displays a blank browser.. when i tried the same embed code on an HTML page... it is working........is there any way i can do this on a device application? :(

    This code was posted by me...

    C# csharp html visual-studio com help

  • how to disable close button of windows form
    V Vivek Vijayan

    how to disable close button of windows form. i donnot want any one to close the application. or In my application i want to disable the closing of the applciation by user. only the administrator can close. can any one help ..............

    This code was posted by me...

    C# help tutorial

  • how do i disable the close button in a windows form
    V Vivek Vijayan

    how do i disable the close button in a windows form

    This code was posted by me...

    C# question

  • file sending
    V Vivek Vijayan

    m doin an applciation- file sending thru socket- i think its send as bytes.but wht funcitoon i can use to send it. do i need to save it to a temporary location to convert it to bytes can any one help me

    This code was posted by me...

    C# help

  • browse my computer
    V Vivek Vijayan

    i m doin an application in which on button click i want to browse my computer and get the file path and convert it to bytes can any one help

    This code was posted by me...

    C# help

  • text box multiline
    V Vivek Vijayan

    how do i insert a new line character. i want to display a sentence in next line. i selected the multiline property. i want to display the second line in next line of text box like wise \n in C lang can any one help pls

    This code was posted by me...

    C# help question

  • An operation was attempted on something that is not a socket
    V Vivek Vijayan

    i m doin device application the problem is wih socket my code was clientsocket = new TcpClient(ip,2000); clientsocket.ReceiveTimeout=10000; this code gives an exception "option is not supported or something like that" but this workd fine in windows application so i wrote clientsocket = new TcpClient(ip,2000); this line raises exception i m receiving exception "An operation was attempted on something that is not a socket" after sometime or after a sequence of clicks i think the problem is with socket timeout if so how can i increase the socket time out can any one help

    This code was posted by me...

    C# help question

  • socket disconnection
    V Vivek Vijayan

    how do i make server listen for new connection again

    This code was posted by me...

    C# sysadmin help

  • socket disconnection
    V Vivek Vijayan

    In my applcn client first connects to server then client disconnects but the server should wait again to accept new connection. wht is the code to do this. can anyone help me .............

    This code was posted by me...

    C# sysadmin help

  • notify icon
    V Vivek Vijayan

    i have one form in the application.it runs in start up and i want to display the icon the tray. and when i click the icon the form shud be displayed how can i do this.......... there is only one form can any one help me.....

    This code was posted by me...

    C# help question

  • not able to view the form controls when thread is running [modified]
    V Vivek Vijayan

    not able to view the form controls when thread is running can any one help...plss m using thread and timer any problem in using timer or thread

    This code was posted by me...

    modified on Friday, July 31, 2009 8:57 AM

    C# help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups