Changeset 22 in dev for ProjectEditor/ChildWndOnRebar.cpp
- Timestamp:
- Dec 29, 2006, 1:55:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/ChildWndOnRebar.cpp
r3 r22 145 145 146 146 147 if(bProfessional){ 148 //Pro版は埋め込み型で表示 149 lstrcpy(temporary,"http://www.activebasic.com/application_search.php?query="); 150 lstrcat(temporary,buffer); 151 lstrcat(temporary,"&type=web&utf_sw=1"); 152 153 pobj_SideWeb->GoPage(temporary); 154 } 155 else{ 156 //Standard版は外部リンクとして表示 157 lstrcpy(temporary,"http://www.activebasic.com/search.php?query="); 158 lstrcat(temporary,buffer); 159 lstrcat(temporary,"&type=web&utf_sw=1"); 160 161 ShellExecute(hwnd,"open","iexplore.exe",temporary,NULL,SW_SHOWNORMAL); 162 } 147 //埋め込み型で表示 148 lstrcpy(temporary,"http://www.activebasic.com/application_search.php?query="); 149 lstrcat(temporary,buffer); 150 lstrcat(temporary,"&type=web&utf_sw=1"); 151 152 pobj_SideWeb->GoPage(temporary); 163 153 164 154
Note:
See TracChangeset
for help on using the changeset viewer.