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
I

Inquire2you

@Inquire2you
About
Posts
11
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Make a DataGrid's row pointer to invisible [modifed]
    I Inquire2you

    Q1) Is anyone know that how to make a DataGrid's row pointer (almost left row) to invisible ? Q2) How to select a row after use dataview.sort ? Example, If I select (Highlight) a second row, then I sort it, the row selected will change to fourth row. I would like keep highlight on fourth row. Thank :-D

    C# tutorial question

  • How to create automatic updates ?
    I Inquire2you

    Hi, Is anyone know how to write automatic updates like windows automatic updates ? Thank

    C# tutorial question

  • How to Convert VB.NET to C# ?????
    I Inquire2you

    Hi Mav, Thank your help. Actually, I forget to set a property of my parent contol, so the DrawItem never work. I find out my problem. P.S: your first response is work fine. Thank again :-D

    C# csharp tutorial question

  • How to Convert VB.NET to C# ?????
    I Inquire2you

    Thank your.. But it doesn't work. Let me description more detail. MyStatusBarPanel Class : private StatusBar _PStatus; public void DrawItem(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent) { } public StatusBarProgressPanelClass(StatusBar sb) { _PStatus = sb; _PStatus.DrawItem += new StatusBarDrawItemEventHandler(this.DrawItem); } MyMainForm : pnl = new MyStatusBarPanel(statusBar1);

    C# csharp tutorial question

  • How to Convert VB.NET to C# ?????
    I Inquire2you

    Anyone know how to convert this following VB.NET to C# ? Private WithEvents _PStatus AS StatusBar Private Sub DrawItem(ByVal sender As Object, ByVal sbdevent As System.Windows.Forms.StatusBarDrawItemEventArgs) Handles _PStatus.DrawItem Thank

    C# csharp tutorial question

  • ToolBar and toolBarButton Problem
    I Inquire2you

    Thank You. I know/try this property. Unfortunately, ToolBar.BackColor won't work :confused:

    C# help tutorial question

  • ToolBar and toolBarButton Problem
    I Inquire2you

    Anyone help me !!!! 1) How to set a color to ToolBar ? :confused: 2) How to set a color to ToolBarButton ? :confused: Thank YOu

    C# help tutorial question

  • Windows Installion problem
    I Inquire2you

    Hi everyone, I create a windows application with access database and I would create a windows installion. My problem as following : 1) Everytime a reinstall my application to client. The installer always keep say remove our old version on target computer (I need manually to remove) and then install my new vesion application. 2) Everytime I uninstall the application on my client computer. The database is removed :(( too. I would like to keep the database on my client computer. Is anyone know how to solve it ? I use Microsoft Visual Studio .NET 2003 Thank you

    IT & Infrastructure csharp database visual-studio help tutorial

  • Windows Installion problem
    I Inquire2you

    Hi everyone, I create a windows application with access database and I would create a windows installion. My problem as following : 1) Everytime a reinstall my application to client. The installer always keep say remove our old version on target computer (I need manually to remove) and then install my new vesion application. 2) Everytime I uninstall the application on my client computer. The database is removed :(( too. I would like to keep the database on my client computer. Is anyone know how to solve it ? I use Microsoft Visual Studio .NET 2003 Thank you

    C# csharp database visual-studio help tutorial

  • Error executing child request for ........
    I Inquire2you

    hi Stephan Thank Your Answer. But your method will lost :( all Request.Form value on destination page.

    ASP.NET help html sysadmin data-structures debugging

  • Error executing child request for ........
    I Inquire2you

    Error executing child request for myhtmpage.htm. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Error executing child request for myhtmpage.htm. Why click xx.aspx is success to display my HTML page, but thisform1.action = "xx.aspx" has above error message ? Is anyone can explain and how solve this problem ? File submit.aspx <%@ Page Language="vb" %> Sub Order() thisform1.action = "xx.aspx" thisform1.submit END SUB

    xx.aspx File xx.aspx <%@ Page Language="vb" %> <% Server.execute("myhtmpage.htm") %> Thank ....

    ASP.NET help html sysadmin data-structures debugging
  • Login

  • Don't have an account? Register

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