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
V

Vineet Rajan

@Vineet Rajan
About
Posts
18
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Helix SDK 10 and .NET
    V Vineet Rajan

    hi guys i recently downloaded the Helix SDK for real. i want to embed a real media video on my application. could someone tell me how to do it? vineet

    .NET (Core and Framework) csharp tutorial question

  • playing real media and quicktime files in .NET
    V Vineet Rajan

    hi i am developing an adserver. i want to distribute a client to the users which can view files. using the WMPPIA i can play only windows supported media files (Avi etc). how can i play quicktime and real media files in the client? respond :(( Vineet

    .NET (Core and Framework) question csharp

  • media player control
    V Vineet Rajan

    hi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet

    C# database sysadmin question help

  • media player control
    V Vineet Rajan

    hi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet

    .NET (Core and Framework) database sysadmin question help

  • media player control
    V Vineet Rajan

    hi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet

    Visual Basic database sysadmin question help

  • closing forms
    V Vineet Rajan

    :( hi all i am working on multiple forms in my application. i want to close some forms during the course of the application. i create an object of the form and aply of the close method. but this does not seem to work becasue it closes that instance of the newly created object. how can i close the already runing instance of the form from another form? please help regards vineet

    C# question help learning

  • outofmemoryexception
    V Vineet Rajan

    hi all i am making a game using C#. a lot of the game variables, i am storing in hash tables. lately whenever i am trying to run the program i am facing outofmemoryexception. i was not facing this problem before; and has erupted suddenly. can you suggest a better way to store game information? please help vineet

    C# help csharp game-dev cryptography question

  • splash screen
    V Vineet Rajan

    hi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks

    C# visual-studio tutorial

  • splash screen
    V Vineet Rajan

    hi all! please tell me how to create a spalsh screen. i have put a timer and after it elapses i am able to open a new form. but the splash screen refuses to close. I recently migrated to C# used to work on VB.NET before. in VB i had created an application context and managed to close the opening screen and transfer the mainform property. this does not seem to work in C#. please help regards Vineet

    C# csharp help tutorial

  • importing pictures
    V Vineet Rajan

    hi all! this is the nature of the problem i am facing: i imported a flash media on to a form. i need to put a picture over the flash media. the picture i created had a transparent background. but when i import it into form, it assumes the background of the form. i would want the image to keep the background transparent. how do i do that? am i following the right approach? would it be better if i created the media with the graphics libraries in C#? please help...fast...

    C# help question csharp graphics adobe

  • importing media
    V Vineet Rajan

    hi all! this is the nature of the problem i am facing: i imported a flash media on to a form. i need to put a picture over the flash media. the picture i created had a transparent background. but when i import it into form, it assumes the background of the form. i would want the image to keep the background transparent. how do i do that? am i following the right approach? would it be better if i created the media with the graphics libraries in C#? please help...fast... thanks :sigh:

    C# help question csharp graphics adobe

  • flash with .net
    V Vineet Rajan

    hi all can anyone tell me how to import a flash file into a .NET winForm ? please suggest appropriate class libraries. thanks

    .NET (Core and Framework) csharp adobe tutorial question

  • graphics
    V Vineet Rajan

    can anyone suggest a good website for grapjics programming with C#. i want to create a game using C#. my graphics need would be primarily restrcited to landscape creation.

    C# csharp graphics game-dev

  • adding a new node to XML config file
    V Vineet Rajan

    hi! i am creating an XML document which keeps the record of each client information. my XML document looks like this. How can i add a new client? i am able to make updates to existing ones. please give code. thanks vineet 223.223.223.223 4000 D:\ 2 Custom 23 512 222.23.23.23 3333 d:\ 5 5 4 High 222.23.43.43 5555 e:\ Custom 213 384 244.244.224.2 54334 e:\hello 10 45 4 Low 223.33.56.234 5433 d:\vineet Custom 234.45.56.23 4000 c:\ 3 4 4 Custom

    Visual Basic question xml

  • adding a form to windows service project
    V Vineet Rajan

    hi! can anyone tell me how i can add a form to a windows service project that can make configuration changes to the windows service. please let me know. thanks regards

    Visual Basic workspace

  • editing XML config file from within executing program
    V Vineet Rajan

    thanks this worked for me but only one thing, can i do this without the DataGrid. i know it is a bit more complicated but that would be really better

    Visual Basic xml question announcement

  • editing XML config file from within executing program in VB.NET
    V Vineet Rajan

    hi i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client. this is what my XML document looks like. 222.23.342.1 2222 c:\ 4 4 Custom 1200 1024 222.23.432.23 3333 d:\ 5 5 4 High 222.23.43.4323 5555 e:\ 10 1 4 Low 223.533.456.234 54334 e:\hello 10 45 4 Low 223.533.456.234 5433 d:\vineet 10 45 4 High say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code. Thanks

    XML / XSL csharp xml question announcement

  • editing XML config file from within executing program
    V Vineet Rajan

    hi i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client. this is what my XML document looks like. 222.23.342.1 2222 c:\ 4 4 Custom 1200 1024 222.23.432.23 3333 d:\ 5 5 4 High 222.23.43.4323 5555 e:\ 10 1 4 Low 223.533.456.234 54334 e:\hello 10 45 4 Low 223.533.456.234 5433 d:\vineet 10 45 4 High say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code. Thanks

    Visual Basic xml question announcement
  • Login

  • Don't have an account? Register

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