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
S

Sukhjinder_K

@Sukhjinder_K
About
Posts
89
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Howto: Show Additional linked Data from Database into Crystal Report Detail Section
    S Sukhjinder_K

    I have a database including tables Item_Master(Item_Code, Item_Model) Invoice(Invoice_Code, Invoice_Amount, etc) Invoice_Item(Invoice_Code, Item_Code, Item_Model, Item_Make, Unit_Price, Quantity) Invoice_Item_Serial_Number(Invoice_Code, Item_Code, Serial_Number_1, Serial_Number_2) Invoice_Item_Serial_Number.Invoice_Code refers Invoice.Invoice_Code Invoice_Item_Serial_Number.Item_Code refers Item_Master.Item_Code Invoice_Item.Invoice_Code refers Invoice.Invoice_Code Invoice_Item.Item_Code refers Item_Master.Item_Code Each Item has atleast One serial Number I wish to get the following output in crystal report.

    Item_Code Item_Model Item_Make Unit_Price Quantity Total
    22 AC12 Bluestar 18000 1 18000
    Serial Number_1 Serial Number_2
    DXDEC11 DXSDSC22

    24 AC1 Bluestar 15000 3 45000
    Serial Number_1 Serial Number_2
    REDDED3 EWSSD34
    DEF443D DEWS332
    REFSD23 EWWDW34

    22 AC08 Bluestar 12000 1 12000
    Serial Number_1 Serial Number_2
    FSDXDEC11 XSDDC22

    Can you please let me know how should I setup my Crystal Report's Detail section to get the above output Thanks Sukhjinder

    Looking for help on my OpenSource Media Player LetsYo

    C# html database help workspace

  • Open File Dialog with Image Preview
    S Sukhjinder_K

    Another Link I found on the above mentioned page http://msdn.microsoft.com/en-us/library/ms996463.aspx[^] It seems I need to work with low level implementations (Windows Messages/Hooks, etc.). I'm looking for something which works well with MS .NET runtime and possibly with Mono as well. It would be great if I can find some custom (not extended) implementation of OpenFileDialog with Preview box... Thanks for all the information...

    Looking for help on my OpenSource Media Player LetsYo

    C# csharp com question

  • Open File Dialog with Image Preview
    S Sukhjinder_K

    I found one implementation here[^]. But I need similar functionality in C#. Any Ideas? Thanks Sukhjinder...

    C# csharp com question

  • Get started with C++ for simple GUI apps
    S Sukhjinder_K

    Please excuse my lack of knowledge (and stupidity). MS Visual Studio is one huge bundle. I need something under 50 MB. I checked Turbo C++ explorer which also is above 300 MB. There must be tools available which are Free have IDE Small Package Allow building Windows GUI Apps Thanks....

    Looking for help on my OpenSource Media Player LetsYo

    C / C++ / MFC csharp c++ html css performance

  • Get started with C++ for simple GUI apps
    S Sukhjinder_K

    I need a small, free development software to build Windows GUI. I dont want to download trial versions of huge softwares requiring huge amounts of disk space just to build small Apps with buttons. I have been suggested Digital Mars C++[^] Please suggest more options. Thanks...

    Looking for help on my OpenSource Media Player LetsYo

    C / C++ / MFC csharp c++ html css performance

  • Get started with C++ for simple GUI apps
    S Sukhjinder_K

    Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use. I don't want C++.NET ( I know C#) just plain C++. C# is good but requires .NET runtime, which increases runtime memory usage, and I guess so would be the case with C++.NET. So I want to build in C++; fast and less memory usage. Thanks Sukhjnder...

    Looking for help on my OpenSource Media Player LetsYo

    C / C++ / MFC csharp c++ html css performance

  • How to Auto update PAD file?
    S Sukhjinder_K

    Thanks I'll review it and soon provide a little something which we can use to update our PADs with latest Version and Date.

    Looking for help on my OpenSource Media Player LetsYo

    C# announcement question html tools json

  • How to Auto update PAD file?
    S Sukhjinder_K

    Thanks for the help. It seems I'll have to write my own utility. Thanks...

    Looking for help on my OpenSource Media Player LetsYo

    C# announcement question html tools json

  • How to Auto update PAD file?
    S Sukhjinder_K

    I've already created a utility which copies and zips up my project files. What I really need is some tool which can update my PAD file by reading the project exe. Updations to be made in PAD file are 1) Program version read from project exe 2) Release date, current system date The tool just needs to parse the PAD XML data and update it with the latest exe information.

    Looking for help on my OpenSource Media Player LetsYo

    C# announcement question html tools json

  • How to Auto update PAD file?
    S Sukhjinder_K

    In my program the exe's version number is being auto generated via the statement [assembly: AssemblyVersion("0.8.2.*")] So I'm not concerned about it. What I want is that the latest version number, Release date be auto updated in my PAD file...

    Looking for help on my OpenSource Media Player LetsYo

    C# announcement question html tools json

  • How to Auto update PAD file?
    S Sukhjinder_K

    How can I update the contents of my PAD file automatically. I need to update the following + Program Version from Assembly Version of the main exe + Release Date based on the current system date + Size of the Zip file containing my project exe and data files I understand this would require some parsing of PAD files. What I'm looking for is a tool which can help me do that. If there is none I may write my own utility. Thanks Sukhjinder... Mods, please move this post to the correct forum

    Looking for help on my OpenSource Media Player LetsYo

    C# announcement question html tools json

  • Free software to create Self-Extracting exes?
    S Sukhjinder_K

    I plan to distribute my project in 3 bundles + Simple zip files + Self Extracting exe + Installer Thanks Sukhjinder

    Looking for help on my OpenSource Media Player LetsYo

    IT & Infrastructure html help question career

  • How to create software installers?
    S Sukhjinder_K

    Well the program is almost finished.

    Looking for help on my OpenSource Media Player LetsYo

    IT & Infrastructure tutorial html help question

  • How to create software installers?
    S Sukhjinder_K

    Hello There!!! I need to create an installer for my program with the following features. + Install folder of user's choice + Checkbox to place Shortcut on Desktop + Free usage for commercial products as well Since I have no experience of creating installers so I'd prefer something with a simple GUI. If you have a link to a step by step guide to create installers then please provide me few. Thanks Sukhjinder

    Looking for help on my OpenSource Media Player LetsYo

    IT & Infrastructure tutorial html help question

  • Free software to create Self-Extracting exes?
    S Sukhjinder_K

    Hello There!!! I need to create a self extracting exe for my program. The program is a commercial one and I'd prefer a free, for commercial, applications product to do the job for me. If you have any ideas then please reply. Thanks Sukhjinder

    Looking for help on my OpenSource Media Player LetsYo

    IT & Infrastructure html help question career

  • Flicker with transparent labels on different panels
    S Sukhjinder_K

    I searched the web and found many people having similar problems. Typical scene is you remove a control and add a new one. This causes a flicker. I searched the Internet and found some potential solutions but couldn't understand them much. Can you help me with it? Solution #1[^] Solution #2[^] Solution #3[^]

    Looking for help on my OpenSource Media Player LetsYo

    C# csharp html debugging help tutorial

  • Flicker with transparent labels on different panels
    S Sukhjinder_K

    Tried that too. It doesn't work.

    Looking for help on my OpenSource Media Player LetsYo

    C# csharp html debugging help tutorial

  • Flicker with transparent labels on different panels
    S Sukhjinder_K

    All KeyEvents are being handled by MainForm in the following method void mainFormKeyUpHandler(Object o, KeyEventArgs kev) { if( kev.KeyCode == Keys.R ) { this.mainBackPanel.Controls.Clear(); this.mainBackPanel.SuspendLayout(); this.mainBackPanel.Controls.Add(this.mainFormPanel); this.mainBackPanel.ResumeLayout(); } else . . . } `But the result is still the same. Looking for help on my OpenSource Media Player [LetsYo](http://sukhjinder.cn/letsyo/contribute.html) `

    C# csharp html debugging help tutorial

  • Flicker with transparent labels on different panels
    S Sukhjinder_K

    I have a Form with a Panel mainBackPanel. To mainBackPanel I add different panels say redPanel, greenPanel, bluePanel depending on key pressed, r, g, b respectively. Each panel has a different image (say tomatoes, trees, sky) and a transparent label. Now when the panel changes, I see a small flicker on the area covered by the label. mainBackPanel (to which the individual panels are added) is double buffered. The code, in .NET 2.0, can be found here[^]. You will need to put 3 image files namely fb.jpg, mf.jpg and pl.jpg in bin/debug folder prior to running the app. Please suggest how to get rid of the flicker. Thanks Sukhjinder

    Looking for help on my OpenSource Media Player LetsYo

    C# csharp html debugging help tutorial

  • Coding help needed for OpenSource Media Player
    S Sukhjinder_K

    I'll look into your project and maybe borrow mouse handling part. My player has a separate Media Engine class which does all the media handling part. It also supports events like file loading, playing, failded, stopped, fullscreen, windowed, playlist changed, etc. Maybe we can both be of help to each other. I noticed that you enjoy coding. So do I. Right now I've to go. But I do have you gmail email ID and contact you there soon. Thanks and All The Best...

    Looking for help on my OpenSource Media Player LetsYo

    Collaboration / Beta Testing csharp html design hardware testing
  • Login

  • Don't have an account? Register

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