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
B

Bad Sector

@Bad Sector
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hiding the Title Bar
    B Bad Sector

    hi this might work try setting the border style property of child form to none. Computer... :confused: Programming... :confused: What That

    Visual Basic csharp

  • invisible group box
    B Bad Sector

    also ya if groupbox2 is a child of group 1 it will not work. try doing this place groupbox1on the form place all the controls on it. then place groupbox2 on the form some where else place the controls on it. move it over the groupbox 1. now in groupbox1 button write this groupbox1.visible=false groupbox2.visible=true and in groupbox2 button write this groupbox1.visible=true groupbox2.visible=false hopefully it will work Computer... :confused: Programming... :confused: What That

    Visual Basic help winforms question

  • Need Control Help Any One
    B Bad Sector

    if u explorer this site and web u will find few article on creating ur own date/time control so why don't u try to make one urself and then ask the problem about ur codes :) Computer... :confused: Programming... :confused: What That

    Visual Basic csharp com help

  • Plz,I need your help
    B Bad Sector

    hi its might not be a good solution but might help. what u have to do is add a field in the USER_INFO_TABLE named ACCOUNT_STATUS and have a variable in the form LOGIN_TRY. set the LOGIN_TRY to zero on form load event and on every fail attempt add one to it. when LOGIN_TRY=3 then set the ACCOUNT_STATUS to Disable and close the form. when ever the form is load its should checked the status of ACCOUNT_STATUS and if it is ok let the user try to login else reject it. to do the second thing have a Variable (Above Variable can also be used if coded carefully.) and set it values to zero on form load event then when invalid id is enter increment its value. when its has a value of 3 enable a timer with value set to five mins and disable all the control on the form so its forzen (what i understand the application will be runing in full screen mode). in timer event(didn't remember what has been a while sine i coded in VB.net :) might be tick or somethinglike that) enable the form controls and disable the timer after five mins the event will fire and its was start inputing again. ur thirds problem is autoslove when u do the first thing. hopefully it will work. Allah Hafiz Computer... :confused: Programming... :confused: What That

    Visual Basic learning csharp database help

  • key ascii
    B Bad Sector

    Use the keypress or keydown event of the control. if u want to track them at form level don't forget to set the keypreview property of the form to true Computer... :confused: Programming... :confused: What That

    Visual Basic tutorial

  • how to track key buttons?
    B Bad Sector

    use keypress or keydown event if u want to get the code at form level don't forget to set the keypreview property of the form to true. Computer... :confused: Programming... :confused: What That

    Visual Basic csharp tutorial question

  • URGENT..Can not change the code after deployment
    B Bad Sector

    also make sure that after u have compiled ur project u rightclick on ur setup project and select rebuild option. if problem still exist try to remove the setup project from the projectlist and then add a new setup project. Hope it will work. Computer... :confused: Programming... :confused: What That

    Visual Basic sysadmin help

  • How to format field value in crystal report
    B Bad Sector

    if u are using Crystal Rerpots 9.0 then click on view menu select field explorer. from field explorer right click on formula fields and select new. enter the name of the formula. then a new window will appear. in the editor just write "0000" & Code it will do the required thing save it and close it drag the field from the formula fields to the report. hopefully it will help :) computer... :confused: Programming... :confused: whats that

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