Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

9 Posted Topics

Member Avatar for efe.ozyer

$scope.works = [ { wproperties:'<span>text #1</span><span>text #2</span><span>text #2</span><span>text #3</span>' } ] <span ng-bind-html="work.wproperties"></span> span is printing as null, who can help me? controllers and ng-app working so ng-bind-html not working..

Member Avatar for hericles
0
151
Member Avatar for efe.ozyer

Hi, I want to show/hide my MFC Dialog from another class; Main App : HomeWorkApp Main Dlg : HomeWorkDlg #include "HomeWorkDlg.h" #include "HomeWorkApp.h" CWorkUser::CWorkUser() { // Initialize MFC Dialog here.. // How ?? MainDlg->ShowWindow(SW_SHOW); } CWorkUser::~CWorkUser() { // Finalize MFC Dialog here.. } Thanks..

Member Avatar for tinstaafl
0
143
Member Avatar for faithingod1970

Working css : <style type="text/css"> body { width:550px; margin-left:auto; margin-right:auto; } ul.main { } ul.main li { list-style-type:none; border:1px solid #333; float:left; width:10em; text-align:center; cursor:pointer; } ul.main li ul.sub { display:none; color:#F00; margin-left:-41px; } ul.main li:hover ul.sub { display:block; } ul.main li:hover ul.sub li a { text-decoration:none; color:#F00; } ul.main …

Member Avatar for efe.ozyer
0
134
Member Avatar for efe.ozyer
Member Avatar for Suzie999
0
181
Member Avatar for efe.ozyer

How can i disable or hide mfc application taskbar icon? seems like "ShowInTaskBar = false";

Member Avatar for RonalBertogi
0
3K
Member Avatar for efe.ozyer

Hi guys, i want to create mfc application in custom DLL, another C++ application init dll dialog will be shown is it possible?

Member Avatar for Ancient Dragon
0
122
Member Avatar for efe.ozyer

Hi every body, i want to get a data from List<T> so; class Npc : IDisposable { public short id; public float fX; public float fZ; public float fY; } internal List<Npc> m_arNpcArray = new List<Npc>(); I want to get data like this; m_arNpcArray.GetData(int id); GetData() { for(int i = …

Member Avatar for efe.ozyer
0
420
Member Avatar for efe.ozyer

BYTE GetByte(char* sBuf, int& index) { int t_index = index; index++; return (BYTE)(*(sBuf+t_index)); } int GetShort(char* sBuf, int& index) { index += 2; return *(short*)(sBuf+index-2); } and i cannot convert this

Member Avatar for tinstaafl
0
487
Member Avatar for arjun.walmiki.1

The End.