DevPinoy.org
A Filipino Developers Community
All Tags » Tips (RSS)
   

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: error CS 0117

    Hi "Sexy Boy", LOL. I have a guess that C# is case sensitive, why not try; "Write L ine" Ex: System.Console.Write L ine(); Hope it works. :D EDIT: Waaahhhhh! I did not see that Keith has the better answer... oh well. :)
    Posted to General Discussion (Forum) by modchip on 04-28-2008
  • Re: password control - need help.

    Hi! I'm not actually a VB programmer, but I looked at your questions and just had a couple of ideas on how I would do it. Remember, these are only suggestions. :D 2. Must contain 3 numeric characters You could test each character, then increment a counter if it encounters a number. After all the...
    Posted to Classic Visual Basic (Forum) by modchip on 04-28-2008
  • How To: Reading the Assembly Information In .NET

    I've gotten this question 3 times in different flavors since last week and I've decided that it's time to post the solution in my blog. I've added comments on the code to explain what every line is doing. The code below will demonstrate how you can read the assembly information in both...
    Posted to Keith Rull (Weblog) by keithrull on 02-26-2008
  • bcp and errorlevel checks

    we have a number of batch scripts at work which executes sql-related tasks for each of our project releases. last time, i incorporated errorlevel checks so we know if there was a problem with the execution and in order to abort the rest of the operations if something else has gone wrong. i was surprised...
    Posted to jokiz (Weblog) by jokiz on 12-17-2007
  • my first pocket pc

    i purchased my very first pocket pc last week and i have'nt really used it extensively. except for calendar and the gps software bundled which has been very useful travelling in this new country. i'm thinking of installing an rss reader so i can now catch up with my blog feeds during my two hour...
    Posted to jokiz (Weblog) by jokiz on 11-30-2007
  • windows xp search containing text problems

    i've been told by one of my officemates that the windows xp search containing text does not work with all file types. of course mr. skeptical always verify it and was surprised that indeed it does not work for all file types, even with C# cs files! just sharing!
    Posted to jokiz (Weblog) by jokiz on 10-28-2007
  • winword repaginating issue

    we have a document that keeps on repaginating eveytime i open it in winword. i found a post in usenet that you just have to save it as a webpage (html) then resave it as word document and it did solve the problem. just sharing!
    Posted to jokiz (Weblog) by jokiz on 10-14-2007
  • deltree = rd /s

    for years i thought deltree (deletes a folder and all the files in it) was removed from the DOS days. before it was not included in the default command set but available as a separated executable. i just stumbled in one of our post build events which does the same with the remove directory command with...
    Posted to jokiz (Weblog) by jokiz on 10-10-2007
  • Debugging JavaScript code in ASP.NET

    I am currently working with conversion of ASP Classic web application to ASP.Net 2.0 and I have to deal with a lot of client-side script. Before, I used to insert an alert( sampleValue ) to be able to view the current value of a variable until I found out that about “debugger” keyword in JavaScript....
    Posted to n@rds (Weblog) by n.ocampo on 09-11-2007
  • Tracking active item in Solution Explorer

    I find it hard when the currently active code sheet or item is not highlighted in solution explorer and there were times when i couldn't easily see where the option is so this is for my future reference. VS 2003: Tools->Options->Environment->Projects and Solution VS 2005: Tools->Options...
    Posted to jokiz (Weblog) by jokiz on 08-28-2007
Page 1 of 12 (118 items) 1 2 3 4 5 Next > ... Last »

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems