User Profile

Collapse

Profile Sidebar

Collapse
zubair1
zubair1
Last Activity: Nov 10 '10, 12:53 PM
Joined: Sep 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Oblique type (or slanted, sloped) is a form of type that slants slightly to the right, used in the same manner as italic type. Unlike italic type, however, it does not use different glyph shapes; it uses the same glyphs as roman type, except distorted.

    Further Reading & Examples
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to PHP OOP Help
    in PHP
    Sorry,

    The above Create() method is within my my class it submits data into the database.

    The error i received is "Invalid Integer Value for column name userid" - PHP doesn't send that error MySQL does from query.

    I need a better way to write the query, currently right now if you look at my above function Create(), it is joining them but also adding ' (single quotes) when it joins them.
    ...
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic PHP OOP Help
    in PHP

    PHP OOP Help

    Hello,

    I just recently started to switch to OOP in PHP, but am getting confused on almost every step :(

    Right now, my current issue is i have this function:

    Code:
    	public function create() {
    		global $database;
    		$attributes = $this->sanitized_attributes();
    
    		$sql = "INSERT INTO ".self::$table_name." (";
    		$sql .= join(", ", array_keys($attributes));
    ...
    See more | Go to post

  • zubair1
    replied to apache_get_modules() solution
    in PHP
    Thanks for the reply, that's an awesome idea at least for second choice.

    is it possible for you to provide me with some code to get me started?

    Regards,
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic apache_get_modules() solution
    in PHP

    apache_get_modules() solution

    Hello,

    I am using mod_rewrite in one of my scripts, and needed to detect if the mod_rewrite module is loaded.

    I was using apache_get_modu les() before but after switching to a new host, i noticed that its disabled on the server and they won't enable it either.

    But i 100% that mod_rewrite is enabled, but no way to know via my script since it used to rely on that function.

    I was wondering if...
    See more | Go to post

  • zubair1
    replied to [VB-app] TabControl Text
    in .NET
    bump :(

    ok, let me make it more clear :)

    I just want to create a tab control that displays images in its tab buttons.

    i found out that i have to manually draw the whole tab control if i want to display the text in after changing the alignment to left or right.

    can some body tell me how to create a tab control that displays an image in its tab button and right beneath it the tabpage name....
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic [VB-app] TabControl Text
    in .NET

    [VB-app] TabControl Text

    Hello,

    I am in abit confusion here :( i have 2 tab controls on my app
    they work fine but when i choose LEFT for alignment
    The tabcontrol does align to left but the text it displays (ie.TabPage1) disappears from it.

    could some body tell me how i can get that text to appear again - if i make the alignment to TOP it comes back, but i want to align it LEFT.

    Any help is highly appreciated
    ...
    See more | Go to post

  • zubair1
    replied to IE cache class problem
    in .NET
    Hi Keno

    Thanks for your response

    I tried everything -

    i dont know any extra ordinary ways of debugging a program - i'm quite new to vb.net - just learning my way through it all.

    The one thing i notice is that it stops the app on this line Keno
    Code:
    returnValue = ieCacheClass.DeleteUrlCacheEntry(internetCacheEntr  y.lpszSourceUrlName)
    I'm positive - theres nothing wrong...
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to IE cache class problem
    in .NET
    Thanks Frinavale for clearing it up for me :)

    but unfortunetly thats not the case :(

    I'm not clicking the button to early - i let the app delete everything and then try again - i have even waited over 15 mins just to make sure now :(

    There is something wrong with that code on MICROSOFT website i guess :( but dont know how to resolve that :(...
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to IE cache class problem
    in .NET
    Hello

    I'm extremely sorry but i dont understand what you mean? :(

    The URL i posted above takes to a page on microsoft site which contains a class and module that i am using to clear the Temporary Internet Files

    I make a call to this when the button is clicked, when i click that button the first time it clears the cache as it should - But when i click on the button again after clicking once.. Then it stops...
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic IE cache class problem
    in .NET

    IE cache class problem

    Hello,

    http://support.microsoft.com/kb/311289

    I am using code from the above page to clear IE cache files

    it does the job when i click the first time on the button

    but after clicking it the second time it just hangs and stops responding :(

    I see that the error hangs the app on this line :
    Code:
    returnValue = ieCacheClass.DeleteUrlCacheEntry(internetCacheEntry.lpszSourceU
    ...
    See more | Go to post

  • zubair1
    replied to Calling VB 6.0 Function from C# .Net
    in .NET
    Code:
    [DllImport("MyDLL.dll", CharSet = CharSet.Unicode)] 
    public bool MyFuncEx(string exName) 
    { 
    }
    ...
    See more | Go to post

    Leave a comment:


  • Thanks InsertAlias

    But do you think there will be a performance differnce ? will my app load slower?

    also, is it possible if you could provide some small snippet on how to do this

    Thanks
    Regards
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic [VB.net-WINAPP] -StringBuilder Change font-style
    in .NET

    [VB.net-WINAPP] -StringBuilder Change font-style

    Hello,

    Could some body please tell me how i can change the fonts style of a stringbuilder string at runtime.

    Example:

    Code:
    Function myFun () as string
       Dim MyOutput As New System.Text.StringBuilder("")
    
       'I want to change the font or font-color of the String "Hello"
       MyOutput.append("Hello")
       MyOutput.appendLine()
       MyOutput.append("World")
    ...
    See more | Go to post

  • zubair1
    replied to [VB.net] - Checkbox and CheckedListbox
    in .NET
    Hello,

    any help plz? ::(
    See more | Go to post

    Leave a comment:


  • zubair1
    started a topic [VB.net] - Checkbox and CheckedListbox
    in .NET

    [VB.net] - Checkbox and CheckedListbox

    Hello,

    i'm in a bit of problem here :(

    I've been using Checkboxes on my app - but it has been horrible, since my app has alot of checkboxes - over 20-30.

    But i decided to use checkedlistbox now but theres a problem there too:
    When i was using checkboxes i was doing it like this

    Code:
            If checbox1.Checked = True Then
                isChecked.Add(PathToCacheFolder)
    ...
    See more | Go to post

  • zubair1
    replied to Where is firefoxs Cache ? :o
    in .NET
    Hi,

    I couldn't find anything for such stuff :(

    i'm still at it, please let me know if you come accross any help for this i really need to do this :(

    Regards
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to Where is firefoxs Cache ? :o
    in .NET
    Thanks for the help

    darn it, this is so confusing :(

    i tried deleting my files of firefox :D but up until now i only deleted the history and cookies files and it seems that firefox automatically creates them if they are not to be found in the folder and i also noticed the cache is stored in a different directory to be precise its:- "C:\Documen ts and Settings\Admin\ Local Settings\Applic ation Data\Mozilla\Fi refox\Profiles\ ProfileNameHere .default\Cache"...
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to Where is firefoxs Cache ? :o
    in .NET
    i got a message say this when i entered that into Firefox:
    Code:
    The cache is disabled.
    :o...
    See more | Go to post

    Leave a comment:


  • zubair1
    replied to Where is firefoxs Cache ? :o
    in .NET
    Great, Thank you.

    I found those files - but how can one access these files in VB.net :(

    Is there a way i can clear these stuff like for Internet Explorer - there seems be not a single tutorial - i was barely able to find one which only explained how to find if Firefox is installed or not :(

    i am pretty confused about this and would appreciate your feedback

    Thanks in advance
    Regar...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...