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
R

r i s h a b h s

@r i s h a b h s
About
Posts
218
Topics
106
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Shapes in Rich text box
    R r i s h a b h s

    Thanks Abhinav for your reply. I tried inserting a shape using UIControl. My requirement is to add shapes like rectangle, ellipse with the same functionality (resize, backcolor, shadow etc) as provided by Word or Visio. I will try the option suggested by you and will let you know. Thanks.

    ____________________________________________________________ rishabhs

    WPF question

  • Shapes in Rich text box
    R r i s h a b h s

    I found this: http://social.msdn.microsoft.com/Forums/en/vblanguage/thread/b3521ad3-7ceb-4019-b3ba-441aae1f5a41[^] But this does not resolve my problem. :(

    ____________________________________________________________ rishabhs

    WPF question

  • Shapes in Rich text box
    R r i s h a b h s

    Hi All, I am developing a WYSIWYG editor using Silverlight 4.0 RichText box. I am able to insert images in the RichText box editor, but not able to add shapes (Line, Eclipse, Rectangle etc.) Can anyone provide me a pointer to do so? Thanks.

    ____________________________________________________________ rishabhs

    WPF question

  • Dog name suggestion [modified]
    R r i s h a b h s

    Foo...and rename the next one as Bar :laugh:

    ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge question

  • Former President of India APJ Abdul Kalam : 'A Leader Should Know How to Manage Failure'
    R r i s h a b h s

    So this article can be the new case study to be included in b-schools. :)

    ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge tutorial sharepoint collaboration help question

  • Former President of India APJ Abdul Kalam : 'A Leader Should Know How to Manage Failure'
    R r i s h a b h s

    India Knowledge@Wharton: Could you give an example, from your own experience, of how leaders should manage failure? Kalam: Let me tell you about my experience. In 1973 I became the project director of India's satellite launch vehicle program, commonly called the SLV-3. Our goal was to put India's "Rohini" satellite into orbit by 1980. I was given funds and human resources -- but was told clearly that by 1980 we had to launch the satellite into space. Thousands of people worked together in scientific and technical teams towards that goal. By 1979 -- I think the month was August -- we thought we were ready. As the project director, I went to the control center for the launch. At four minutes before the satellite launch, the computer began to go through the checklist of items that needed to be checked. One minute later, the computer program put the launch on hold; the display showed that some control components were not in order. My experts -- I had four or five of them with me -- told me not to worry; they had done their calculations and there was enough reserve fuel. So I bypassed the computer, switched to manual mode, and launched the rocket. In the first stage, everything worked fine. In the second stage, a problem developed. Instead of the satellite going into orbit, the whole rocket system plunged into the Bay of Bengal. It was a big failure. That day, the chairman of the Indian Space Research Organization, Prof. Satish Dhawan, had called a press conference. The launch was at 7:00 am, and the press conference -- where journalists from around the world were present -- was at 7:45 am at ISRO's satellite launch range in Sriharikota [in Andhra Pradesh in southern India]. Prof. Dhawan, the leader of the organization, conducted the press conference himself. He took responsibility for the failure -- he said that the team had worked very hard, but that it needed more technological support. He assured the media that in another year, the team would definitely succeed. Now, I was the project director, and it was my failure, but instead, he took responsibility for the failure as chairman of the organization. The next year, in July 1980, we tried again to launch the satellite -- and this time we succeeded. The whole nation was jubilant. Again, there was a press conference. Prof. Dhawan called me aside and told me, "You conduct the press conference today." I learned a very important lesson that day. When failure occurred, the leader of the organization owned that failure. When success came, he ga

    The Lounge tutorial sharepoint collaboration help question

  • I am a Chinese program beginner --
    R r i s h a b h s

    i am an INDIAN senior programmer. I also love Kode Prozect. ;P

    The Lounge learning

  • FileNet
    R r i s h a b h s

    Thanks Blake, Me too work on FileNet Products. They are the biggest players in the domain of Enterprise Content Management. Just wanted to know if some FileNet geeks exist on CodeProject. ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge question

  • FileNet
    R r i s h a b h s

    Has anyone heard of FileNet? FileNet certified professionals please come forward! ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge question

  • WriteFile vs. _lwrite
    R r i s h a b h s

    OOPS...i shows me as Anonymous. never mind. Once again thanks for your replies. Devoirs ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC help visual-studio question

  • ActiveX Controls
    R r i s h a b h s

    Dear All, I'm trying to add an ActiveX Control to the dialogs in my ActiveX Control Project. The problem is that I'm unable to drop the ActiveX control from the Controls Toolbar, to a Dialog in my project. I get the following error: "Cannot drop ActiveX controls in Non-MFC dialogs." Is there any other way i can do this? Devoirs, ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC help c++ com question

  • WriteFile vs. _lwrite
    R r i s h a b h s

    Dear All, My application converts images of TIFF format to TIFFG3Fax. For this i'm using WriteFile sdk method to write data to the file. It fails. But when i use _lwrite, it works fine. Can someone tell me what is the differences between these two functions. _lwrite is obsolete so MSDN says that WriteFile should be used. But it fails with error code 183 (ERROR_ALREADY_EXISTS) Please help! Devoirs, ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC help visual-studio question

  • How to run an application when clicking "Shut Down" from start menu?
    R r i s h a b h s

    But, would the os allow launching a process when its in the process of shutdown? I think you have to abort the shutdown first, launch your application and call ExitWindows(...) again. ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC c++ tutorial question

  • Print to file
    R r i s h a b h s

    Dear all i want to use the "Print to file" windows functionality in my win32 SDK (No MFC) application. Is there any way i can do it? Also i want that no dialog boxes should be display as it appears in windows print dialog box. ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC c++ question

  • Print to file
    R r i s h a b h s

    Dear All... How can i implement the "Print to file" functionality using VB? ____________________________________________________________ rishabhs I think therefore I am.

    Visual Basic question

  • Document format conversion
    R r i s h a b h s

    Is there any way i can convert a COLD (computer output to laser disk) document to a PS (PostScript) document?? :confused: ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge question

  • Memory leaks
    R r i s h a b h s

    Dear all, i'm struggling since last week trying to find memory leaks in my web application when number of users increases, say 100 or more. We have a web based application which uses some VB as well as VC Com dll's. The InetInfo.exe crashes due to memory leaks caused by these dll's and also by the asp code. We've used a microsoft application to generate the memory dump of InetInfo.exe Its called LeakDiag. It generated the dmp file and also some xml logs. We also used microsoft's DmpChk.exe to read the dmp file. This is (text) the contents of the dump file RVA 00000BB8, 01000000 - 01006000: 'C:\WINNT\system32\inetsrv\inetinfo.exe' RVA 00000C24, 77f80000 - 77ffd000: 'C:\WINNT\system32\NTDLL.DLL' RVA 00000C90, 78000000 - 78046000: 'C:\WINNT\system32\msvcrt.dll' RVA 00000CFC, 7c570000 - 7c628000: 'C:\WINNT\system32\KERNEL32.DLL' RVA 00000D68, 7c2d0000 - 7c332000: 'C:\WINNT\system32\ADVAPI32.DLL' RVA 00000DD4, 77d30000 - 77da1000: 'C:\WINNT\system32\rpcrt4.dll' RVA 00000E40, 77e10000 - 77e75000: 'C:\WINNT\system32\USER32.DLL' RVA 00000EAC, 77f40000 - 77f7e000: 'C:\WINNT\system32\GDI32.DLL' RVA 00000F18, 77a50000 - 77b3f000: 'C:\WINNT\system32\OLE32.DLL' RVA 00000F84, 6e5a0000 - 6e5c0000: 'C:\WINNT\system32\iisrtl.dll' ... ... ... These are the lines of text which correspond to our application dll's RVA 000039B4, 11000000 - 111b4000: 'C:\Apps\WebCache\WebCache.dll' RVA 00004518, 04200000 - 04573000: 'C:\Apps\WebCache\Admin.dll' ... ... But i'm stuck now. I do not know how do i understand and interpret the above data. Is there some other way i can track memory leaks in my dll's and/or web application. Plz. help. :confused: ____________________________________________________________ rishabhs I think therefore I am.

    C / C++ / MFC help com xml performance question

  • Am I slow or what?
    R r i s h a b h s

    Boy o boy...u disovered U2 now...perhaps to me it seems "The sin of the century." ;) U2 is all heavens n Bono, the vocalist is God. IMHO ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge data-structures question

  • Process Memory usage
    R r i s h a b h s

    Okay David. Lemme try this...Thnx for ur help. ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge performance windows-admin sales

  • Process Memory usage
    R r i s h a b h s

    The explanation of Private Bytes says that it is the current number of bytes this process has allocated that cannot be shared with other processes. Can i read it as the number of bytes which are allocated to this process by the operating system? I've still no clue about what Private Byte means...Any suggestions??:confused: ____________________________________________________________ rishabhs I think therefore I am.

    The Lounge performance windows-admin sales
  • Login

  • Don't have an account? Register

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