代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/273162/10924347
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/273162/10924431
obj os_task.obj
www.eeworm.com/read/418750/10928338
frx task_modify.frx
www.eeworm.com/read/418750/10928341
bas task_search.bas
Attribute VB_Name = "Task_Search"
'this module was designed to search a treeview for certain data
Option Explicit
Public Enum Searchtyp
FINDBY_HANDLE
FINDBY_TEXT
FINDBY_EXECUTABLE
www.eeworm.com/read/418750/10928347
bas task_windowstyle.bas
Attribute VB_Name = "Task_WindowStyle"
'this function is used to get/set the windowstyles of an object
'this is very useful in a app that modifies form/control appearance
'i added the Unknown style
www.eeworm.com/read/418750/10928353
bas task_messages.bas
Attribute VB_Name = "Task_StopChanges"
'A Simple Way To Stop Caption Changing For Your Form/Control
'Also a Way to stop sizing
'Made By Billy Conner in 1999
'The nice thing about this method i
www.eeworm.com/read/418750/10928361
bas task_menus.bas
Attribute VB_Name = "Task_Menus"
'Im still adding things to this procedure as i discover them.
'--------------------------------------------------
'some things i would like to do with this later:
www.eeworm.com/read/418750/10928365
bas task_cproperties.bas
Attribute VB_Name = "Task_CProperties"
Option Explicit
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Declare Function SendMessage Lib
www.eeworm.com/read/418750/10928375
frm task_modify.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MsComCtl.ocx"
Begin VB.Form frmMain
BorderStyle = 1 'Fixed Single
Caption = "Task List Modifier 1.04"
www.eeworm.com/read/418750/10928379
bas task_listmenu.bas
Attribute VB_Name = "Task_ListMenu"
Option Explicit
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, ByVal l