CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: savagerx

Page 1 of 6 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: How to create a class which can control it's inherited attribute?

    How about this one?

    Attribute.GetCustomAttributes (Assembly, Type, Boolean)

    Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of...
  2. Replies
    0
    Views
    770

    DrawString problem in .net 2.0

    Having tried the C# Express BETA in .NET 2.0 for a while now, and have observed a rather strange problem in the DrawString function yet wasn't able to find an explanation from MS site.
    I don't have...
  3. Replies
    2
    Views
    794

    Re: A newbie question

    thanks alot.
  4. Replies
    2
    Views
    794

    A newbie question

    May I know how can I detect the presence of a newline character in a string after we extracted from a textbox a user have input the data?
  5. How can I find the width of a character in .net

    Dear gurus,

    Currently I'm into a project that requires me to consider the width(em metrics) of the characters of a given font in design units which I do not have any clue how to actually do that?...
  6. Replies
    1
    Views
    1,498

    Re: DataBinder.Eval? Datagrid HELP!

    May I kindly ask, how to you reference your data table in the datagrid datadource property?
  7. Replies
    1
    Views
    809

    Re: Applets in ASP.net ??

    I've did some search in MSDN and learnt that it is called Browser Extension/ web accessories. But what puzzles me is that they do not provide any info on how to go about implementing it, and...
  8. Replies
    1
    Views
    809

    Applets in ASP.net ??

    With Java technology, we can create java applets/ plug-ins. Some examples include Yahoo games like snooker, BIG 2... just to name a few.

    And I'm wondering if this is possible in ASP.net?
  9. Replies
    3
    Views
    818

    Re: A question about Datalist control

    Sorry for the mis-presentation for the question.
    I am actually trying to code a thread like this one, encapsulating my message... and I'm still figuring out how to achieve this kidda effect.

    My...
  10. Replies
    3
    Views
    818

    A question about Datalist control

    If I intend to create a something like the control for representing individual threads like the ones used in this forum, how should I best accomplish that?

    I know that .net provides a Datalist...
  11. Re: Expecting 2 value(s) for the key being indexed, but received 1 value(s).

    Sorry guys, I have managed to resolve the program today.

    Besides the datagrid and table in SQL server, there is another entity which I failed to consider, the dataset created in Visual Studio.net...
  12. Expecting 2 value(s) for the key being indexed, but received 1 value(s).

    I have an error while trying to look for which item in the datagrid to be updated using my datagrid.DataKeys[e.Item.ItemIndex].

    But the problem is that the following error appeared... which I do...
  13. why doesn't work in VS.NET 2003?

    <script Language="c#" Runat="server">
    void Page_Load()
    {
    Message.Text="hello world";
    }
    </script>
  14. Replies
    2
    Views
    953

    Where to find the tutorial for...

    Is there any tutorial on how to package my programs using Install Shield wizard in .net?
  15. Thread: IIS, Inetpub

    by savagerx
    Replies
    5
    Views
    687

    that's too bad then... Anyway, thanks for your...

    that's too bad then...

    Anyway, thanks for your help.
  16. Thread: IIS, Inetpub

    by savagerx
    Replies
    5
    Views
    687

    I read about this amazing Worker Process...

    I read about this amazing Worker Process Isolation Mode only available in IIS6 and gotta try it out.

    I have been searching for it in Microsoft website for a while but still unable to get even the...
  17. Replies
    17
    Views
    1,766

    Here lies Steve, killed by a Blue Screen.

    Here lies Steve, killed by a Blue Screen.
  18. How does System.Object gets the version of the assembly?

    I seek to understand how the following code actually managed to obtain the Assembly's version without even creating an object of the assembly.



    Version version =...
  19. Replies
    0
    Views
    626

    Remoting VS networking

    Gurus, pardon my ignorance, but what is the difference between .net remoting and .net networking(UDP, TCP etc.).

    From my understanding, it seems that remoting is built upon networking sockets...
  20. Replies
    1
    Views
    1,017

    Unhandled Exception policy

    Hi gurus,

    In App .NET framework programming, Jeff mentioned about editing some registery values for the subkey "DbgJITDebugLaunchSetting" to a set of defined values...
  21. Replies
    0
    Views
    659

    Looking for a good tutorial or book

    hi gurus, is there any good tutorials or books out there that provides walkthrough or teaches how to build enterprise level programs like CRM, CMM etc.

    pardon my ignorance. tkx
  22. Hey, it does help! Thank you pal. :)

    Hey, it does help!
    Thank you pal. :)
  23. Why can't Type's IsDefined() detect my Attributes?

    //my custom attributes are defined as follows.

    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum)]
    public class Author : Attribute
    {
    public Author(string...
  24. Replies
    0
    Views
    645

    Derive from TreeNode

    I have a type which derived from TreeNode and have placed in additional public properties.
    During implementation, when I tried to retrieve the derived type via the following code, the intellisense...
  25. Thread: .net question

    by savagerx
    Replies
    1
    Views
    732

    I think it's through some kidda of...

    I think it's through some kidda of System.Runtime.Interop or something like that... hope that helps.
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured