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

Salman Sheikh

@Salman Sheikh
About
Posts
47
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can not export Crystal report reports to Excel with Windows 7 PC
    S Salman Sheikh

    Please apply following patch, it will resolve the problem. ftp://ftp1.businessobjects.com/outgoing/CHF/crnet11win\_en.zip

    Salman Sheikh

    Visual Studio design help question

  • Sorting crystal report char on month name
    S Salman Sheikh

    Solved it, In data section of chart expert, click on the group, click on order, select "In Original Order" from the dropdown and order the query in required order or use the group column in crystal report sort expert.

    Salman Sheikh

    Visual Basic visual-studio algorithms help

  • Sorting crystal report char on month name
    S Salman Sheikh

    hi there, I am trying to create a chart in crystal report (VS 2005) and want to show mmm-yy in group axis. But the issue is that if i use date (ordered on change of every month) it shows mm-yyyy and if i use a formatted string formula it is sorted alphabetically while I want it to sort in correct month order. Please advise

    Salman Sheikh

    Visual Basic visual-studio algorithms help

  • Annotations in .Net
    S Salman Sheikh

    Thankyou very much, I was just looking for a name :) I am sure this will halp. On code project, I have never been disappointed

    Salman Sheikh

    .NET (Core and Framework) csharp java

  • Annotations in .Net
    S Salman Sheikh

    Do we have annotations in .net just like we have in java. Like in java we can create an annotation by creating an interface with @ "public @interface MyAnnotation" and then use them in our application.

    Salman Sheikh

    .NET (Core and Framework) csharp java

  • VB.Net 1.1 Setup and Deployment
    S Salman Sheikh

    hi everyone dears i have created a setup project but while deploying i must install dotnet framework 1.1 and its service pack 1 is there any way that only single setup install all these things ??

    Salman Sheikh

    Visual Basic csharp sysadmin question workspace

  • Datagridtextbox with a button in it
    S Salman Sheikh

    Hi everybody i need to know that can i write a datagridColulmnStyle having a textbox for input and also atleast one button on the right of it ?? ----------------- |Textbox |Btn | ----------------- Just like this as if it is one column of grid. I think i have explained my need clearly. If not please let me know. and if my query have any solution please reply :)

    Salman Sheikh

    Visual Basic css database question

  • Key Handling
    S Salman Sheikh

    i think you are looking for mnemonics for buttons on your form as you want that when user is typing in some textbox and press a key and automatically a button pressed for this purpose you should change the caption of button in following way &Save for save button now from anywhere on a form if user press Alt + S the button Save is pressed and code for its click event is invoked :)

    Salman Sheikh

    Visual Basic css help

  • date vb.net2005 & sqlserver 2005
    S Salman Sheikh

    Change the data type of database columns to datetime and while storing and changing the values of that field try this statement for dates Date.ParseExact(txtMasked.text,"Format") format means "dd/mm/yyyy" i think it is in your case. the above statement will return a Date object which can be sent to database and then retrieved :)

    Salman Sheikh

    Visual Basic database csharp sql-server sysadmin

  • ReportViewer
    S Salman Sheikh

    In crystal report try to use ToWords(number) with a little customization :)

    Salman Sheikh

    Visual Basic help question

  • Datagrid Column Width
    S Salman Sheikh

    Learn about datagrid column styles. It is easy to change the width using ColumnStyle.Width = ###

    Salman Sheikh

    Visual Basic question csharp wpf wcf

  • Tracking Tab Key Press in DataGridView
    S Salman Sheikh

    use keydown or keyup event and check e.keydata = keys.tab :)

    Salman Sheikh

    Visual Basic css help question

  • how to do datecalculations?
    S Salman Sheikh

    datetimepicker.value is a property which returns or accepts date object you can add days in a date using Date.Add method which will return another date with added number of days. :)

    Salman Sheikh

    Visual Basic tutorial csharp question

  • please help
    S Salman Sheikh

    event is an event and handler is a routine or procedure which is automatically called when that event occurs. Handles MyBase.Load means we specify a handler for the Load Event Addhandler does the same thing both register a procedure with an event so both are equalent

    Salman Sheikh

    Visual Basic help question

  • please help
    S Salman Sheikh

    better to say is that as we have "void" return type of a function i.e. a function that doesn't return a value in many languages like C++, C# or Java in visual basic we have sub for this purpose. i.e. sub is a function with void void return type :)

    Salman Sheikh

    Visual Basic help question

  • data insertion
    S Salman Sheikh

    find info about DTS (Data Transformation Service) about the DBMS you are using. It is not difficult

    Salman Sheikh

    Visual Basic database xml question

  • How to send and receive e-mails in windows application?
    S Salman Sheikh

    study system.web.mail library deeply. it is simple to send mails

    Salman Sheikh

    Visual Basic csharp tutorial question

  • Tab control issue
    S Salman Sheikh

    either inherit the control or handle this scenario in TabIndexChanged event.

    Salman Sheikh

    Visual Basic business help tutorial question

  • convert txt file to ms-access [modified]
    S Salman Sheikh

    you will have to parse the string for doing this :) you can create an access database with a table with your required schema and then start reading file using streamreader line by line and split every line on separator and use the literals as values for your access datatable

    Salman Sheikh

    Visual Basic

  • Close down
    S Salman Sheikh

    the best i found to let my form remain in maximized state is by overriding onSizeChanged method (or by handling sizechanged event) and writing following lines there If Not DesignMode Then If Not Me.WindowState = FormWindowState.Maximized Then Me.WindowState = FormWindowState.Maximized End If End If if user tries to change the size even by clicking on maximize button the form will restore back to previous stat. keep in mind initially you will have to set the windowstate of form to Maximized

    Salman Sheikh

    Visual Basic help 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