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
P

Pankaj Joshi

@Pankaj Joshi
About
Posts
194
Topics
55
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Multicolor Datagridview Cell????
    P Pankaj Joshi

    Hello Rahul, Thanks for great link, but this not resolve my issue!!! I want to make some text bold, some italic and some in different color... in a single cell of datagridview Can you help me??

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# tutorial question

  • Multicolor Datagridview Cell????
    P Pankaj Joshi

    Hello All, Can anybody please let me know how to bold some characters in particular cell??? Suppose I Have a following value in in one cell of Datagridview... John Smith, 1024, Test Address I want to show this value in a special format in which name is coming in bold and adress in regualr font like John Smith, 1024, Test Address This is possible??? I.e. multicolor and bold, italic in a single cell???

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# tutorial question

  • How to start application from sub main?
    P Pankaj Joshi

    Thanks for reply, But I'm asking about VS.NET 2005

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    Visual Basic csharp question visual-studio wpf

  • How to start application from sub main?
    P Pankaj Joshi

    Hello All, I have this simple question. When you write a application in VB 6. The application begins to execute from SUB MAIN. When you develop a form application using VISUAL STUDIO.NET, I dont see the SUB MAIN in the FORMS1.VB or anywhere else in the project. Is this SUB MAIN something created automatically by VB.NET and then compiled? I also create a module that have sub main() method but when I go the proprties of the project I'm unable to see the sub main in application startup drop down. Note: When I uncheck the check box "Enable Visual Styles" then I'm able to see the submain in dropdown ... if possible also let me know what that means???

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    Visual Basic csharp question visual-studio wpf

  • How to install the merge modules...?
    P Pankaj Joshi

    First of all thanks for your kind reply, I add the merge modules in my project, but this does not seems to be install automatically... Is there any command or propety by which I can install the merge modules...?

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp question sysadmin help tutorial

  • How to install the merge modules...?
    P Pankaj Joshi

    Hello Experst, I creat an application using the C#.net 2005. In that I use a third party component, I can't install the third party DLL with my application because that is against the policies of that company. So they provide merge modules for that..... I add merge modules in my setup and deployment project, But I have following confusions... 1. Somewhere I rad merge modules are not installed directly...is there any command or proprty to set ....? 2. How can I install that third party merge module with my installer...? Please help :confused:

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp question sysadmin help tutorial

  • How to make upper all data in datatable?
    P Pankaj Joshi

    Hello experts, I'm making a matching program that will match the customer name. For that I have a datatable with all customer names. I want to make them upper before matching how i can do that...? I'm using foundCustomerRows = Datatable.Select("CustomerFullName = '" + strCustomerToPost.ToString().Toupper() + "'"); Is there any property to make Select ( ucase(CustomerFullName) =....?:confused: Or there is any other way to make all the column upper in a data table when you match the data...? Please help...

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# sales regex help tutorial question

  • How to upgrade existing application ...?
    P Pankaj Joshi

    That means you cant' help me...? I search a lot but unable to get proper solution... Please help.... :((

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp tutorial announcement database visual-studio

  • How to upgrade existing application ...?
    P Pankaj Joshi

    Hello experts, I create an application using C#.net 2005, MS Access 2000. In that application I have one exe and 9-10 DLL's and some xml files are also included. I distribute this application using standard VS.NET setup and deployment project. Everything is working fine. Now that was release 1.0. After using v1.0 my clients reports some bugs and I also add some more functionality into the application. If any of my customer needs upgraded version of application then what should I do...? Because I have to change the EXE and DLL's including new and modified xml's. And their may be some database changes are also occurred...please help.:confused: I don't want to use the ClickOnce deployment .. Please guide me...... :zzz:

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp tutorial announcement database visual-studio

  • Outlook type control...
    P Pankaj Joshi

    Hello experts, I want to make my application more user friendly and interactive. So I decided to provide the outlook type control in side bar. If you are go to properties of any .Net project then you will see a new type of Tab with Application, Build, Build Events etc. ] Is it in build in .NET...? Please help.

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp help question

  • Graph or chart in C#.net
    P Pankaj Joshi

    Thanks for your reply, I already seen it. What I suppose that are payable controls...? Or may be after some time the library will generate error for purchase. I need free control.. Is there any control developed by Microsoft for .NET..?

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp data-structures help question

  • Graph or chart in C#.net
    P Pankaj Joshi

    Hello experts, I want to show some data in graph format in C#.net 2005 desktop application. Is there any control in .net for that...? I don't want to purchase any third party control (program ) for that. Please help :~

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp data-structures help question

  • Add WebReference at Runtime?
    P Pankaj Joshi

    Is it possible to add a reference to a webservice programmatically in a Windows Form application? Basically I am looking to provide a list of URLs to the WinForm client which would then add the WebReference, do the discovery, and call a WebMethod. Any insight would be appreciated. thanks in advance...

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# question

  • How to maintain file path in installer..?
    P Pankaj Joshi

    You can also try this yourself.... :wtf: This is happening because .NET setup project used the hard coded path. I have to change it in each release. How can I make it dynamic...? X|

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp question database sysadmin tutorial

  • How to maintain file path in installer..?
    P Pankaj Joshi

    Thanks for your reply... The issue is: Suppose My project is placed in C:\MyProject\v1.0 And Database is placed at C:\MyProject\v1.0\Database\Mydata.mdb. Now I make setup for that then it will take database from "C:\MyProject\v1.0\Database\Mydata.mdb" Ok...? Now I make a new version of application then my project location is C:\MyProject\v1.1 And database location became C:\MyProject\v1.1\Database\Mydata.mdb. ... true? When I make the installer for v1.1 it will receive the database file from the "C:\MyProject\v1.0\Database\Mydata.mdb". But I want to take the file from ""C:\MyProject\v1.1\Database\Mydata.mdb" . For solve this problem I have to change the location of file in setup project right...? But I have more than 20 files (XML, Text files etc.) including database file. I have to change them also. Suppose I move to v1.2 then I have to repeat the same things again (Update the files location) What I want...? I want a setting that will take database and other files from the current working directory. I.e "C:\MyProject\v1.0\Database\Mydata.mdb" or "C:\MyProject\v1.1\Database\Mydata.mdb" or "C:\MyProject\v1.2\Database\Mydata.mdb" whatever version I build. How to achieve that...?:confused:

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp question database sysadmin tutorial

  • How to maintain file path in installer..?
    P Pankaj Joshi

    Hello experts, I made a desktop application using C#.NET 2005 using MS-ACCESS as a back-end, application is working fine. I also make a setup using .NET setup and deployment project. When I make the installer I also add the database file with EXE and DLL's suppose the database location is C:\MyProj\test\abc.mdb Now v1.0 is released. And I start working on new version, In that along with the code there are few database changes are also applied. I make separate folder for each version, Now one of my client is need some amendments in v1.0, but when I going to make installer it will take old database file. ..? Actually in .net setup and deployment project the external files(Text, Database etc.) are added with full path information. I want to make is dynamic I.e. I want to add files of same folder. So v1.0 is having old database and other files and v1.1 is having new database file. How Can I achive that...? :confused:

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# csharp question database sysadmin tutorial

  • How to apply patches...?
    P Pankaj Joshi

    Hello experts, I have a desktop application and I want to give a utility to upgrade the application using web or apply patches. Suppose I have two customers and one needs inventory module and other needs payroll module with actual application then how I can do this in single application...? Also If I change some logic (Suppose bug fixes) then How I provide patches to end user...?

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# tools help tutorial question

  • Meaning of Serializable
    P Pankaj Joshi

    JoeRip, Thanks for your reply. But I can't get the line "It basically means that the object/data can be persisted beyond the lifetime of your application - that is, saved. Written down somewhere. Like on disk." If My application is closed then how would I know the object is persist or not...? If persist then what is the name of it and how can I access it...? And when I set objCustomer=null then it automatically destroyed and if I can't do this the GC will automatically clear it from memory.... Please reply....

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    modified on Saturday, December 15, 2007 3:33:31 AM

    C# question sales

  • Meaning of Serializable
    P Pankaj Joshi

    I saw many examples over the net like [Serializable] public class Customer { } What is the meaning of the Serializable...? What it will do..?:confused:

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# question sales

  • CheckBox selection in DataGridView..
    P Pankaj Joshi

    for (int cnt = 0; cnt <= DataGridView1.Rows.Count - 1; cnt++) { DataGridView.Rows[cnt].Cells["ColSelect"].Value = true; } 1. Where ColSelect is your column name. 2. If you want to de-select just write false instead of true. 3. And if you want to know which row is checked and which is not then for (int index = DataGridView1.Rows.Count - 1; index >= 0; index--) { if (Convert.ToBoolean(DataGridView1.Rows[index].Cells[0].Value)) { "Selected" } else { "Not Selected" } } //End of the for :-D

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    C# question
  • Login

  • Don't have an account? Register

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