Search:

Type: Posts; User: zeidhaddadin

Page 1 of 10 1 2 3 4

Search: Search took 0.16 seconds.

  1. Re: Saving simple data? without using db

    Thanks for the reply :)
  2. [RESOLVED] Saving simple data? without using db

    Hi,

    I would like to know the way you usually save simple application data such as "settings" and stuff.

    Am using C#.NET express edition.

    Thanks in advance,
    zeid
  3. Replies
    4
    Views
    979

    VS 2008 Re: Draggable PictureBox in run time

    Hi, Thank you so much.

    I managed to get the following out from your VB.NET example, this enabled me to make a picturebox (p1) draggable inside the form.



    Imports...
  4. Replies
    4
    Views
    979

    VS 2008 Draggable PictureBox in run time

    Hi,

    Is there anyway I can make a PictureBox (Picture) draggable (I can change it's position on form) by mouse in run time?

    BTW i'm using C#.NET 2008 express
    Thanks :)
  5. Replies
    107
    Views
    329,594

    Re: vb web browser tutorial

    sorry but i don't have it .. i made it a while ago!
  6. Re: Using InStr Function in sql query

    ok thank you guys .. i will corret these problemss!
  7. [RESOLVED] Using InStr Function in sql query

    Hi all, I'm trying to order my database query results using the Instr (in vb) function .. like this:

    BTW I'm using Access DB..

    strSql = "SELECT * FROM Table1 WHERE TITLE LIKE '%" & search & "%'...
  8. Replies
    0
    Views
    323

    Sorting results in runtime

    Hi all,

    I have a database search engine (Driven from MS Access) .. I need to sort the results depending on the number of occurances of the keyword used for search.

    For example if I search for:...
  9. Replies
    4
    Views
    701

    Re: Double quotes in string

    ooops i didn't see that ... Thanks very much,
    it's working fine now,

    zeid
  10. Replies
    4
    Views
    701

    Re: Double quotes in string

    I tired that before like this:



    IF LEFT(search, 1) = Char(34) AND RIGHT(search, 1) = Char(34) Then
    search = Replace(search, Char(34), "")
    ...
    ...
  11. Replies
    4
    Views
    701

    [RESOLVED] Double quotes in string

    Hi all,

    I'm recieving a query string from a textbox which may contain a double quotes in it like: "daily newspapers".

    Now in my ASP page, I need to check if the entered string contains a double...
  12. Re: Recordset numeric paging problem

    I Fixed it by making cpage integer

    IF INT(cpage) = p Then

    Thanks anyway!,
    zeid
  13. Re: Recordset numeric paging problem

    Sorry I didn't understand what you said well ...

    my code works fine I mean the paging are good but just the link thing is not working.

    can you please retell me what u mean.

    Thank you very...
  14. Re: Recordset numeric paging problem

    Thanks, but sorry it didn't work either .. it kept showing the same.
  15. [RESOLVED] Recordset numeric paging problem

    I did a numeric paging system for my results page.

    And this is my code:



    <%
    pages = INT(total / rppage)
    IF (total Mod rppage) <> "0" Then pages = pages + 1
    For p = 1 To pages
  16. Replies
    1
    Views
    375

    Strings question

    Hi all, I have a question..

    Lets say I have a String which is called (String1).

    charlen = Len(String1)
    and c2 = 250 (how many chars i want to show from the String1)

    I want it that If...
  17. Replies
    4
    Views
    634

    Re: [RESOLVED] Detect spaces in string

    Please I have another question..

    Lets say:

    charlen = Len(String1)
    and c2 = 250 (how many chars i want to show from the string)

    I want it that If String1 is bigger than 250 to show the final...
  18. Replies
    5
    Views
    3,049

    Re: Recordset and Arabic data

    Thanks guys .. Believe it or not the whole problem was fixed by saving the asp document as "UTF-8" From the "Save As" window in NOTE PAD.
  19. Replies
    4
    Views
    634

    Re: Detect spaces in string

    Thanks a bunch .. this is working
  20. Replies
    4
    Views
    634

    [RESOLVED] Detect spaces in string

    Hi all,

    Lets say I have the following string:

    string1 = "Thank you for visiting"

    And I have a searching string:

    string2 = "ting" ---> (Taken from visitng)
  21. Replies
    5
    Views
    3,049

    Re: Recordset and Arabic data

    so isn't there any solution for my problem if you can help
  22. Replies
    5
    Views
    3,049

    [RESOLVED] Recordset and Arabic data

    Hi all,

    I'm using Recordset in asp to show data driven from MS Access database, There are some records that are written in Arabic characters. These records data are shown as "????????????????" and...
  23. Replies
    1
    Views
    1,035

    Repeater paging

    Hi all, I have been dying for a solution and I didn't find any. I'm building a "Simple" database search engine using (ASP.NET/VB and MS Access and the Repeater Control to bind data).

    I can't find...
  24. Replies
    1
    Views
    450

    Whats the problem

    Hi all i'm using ASP.NET/VB here, And I'm trying to make some editing on my Repeater data, So I entered the following code outside the form:




    <%
    cachedpages = #Container.DataItem("id") & "-"...
  25. Replies
    2
    Views
    506

    Re: Write on a text file

    thanks very much,
    zeid
  26. Replies
    2
    Views
    506

    [RESOLVED] Write on a text file

    Hi all, This code will write some text to a text file, BUT how can I make it so it keeps the first entry (I mean the first line in the text) and append to it the following one when I access this sub...
  27. Replies
    1
    Views
    539

    Re: MS Access Encoding

    any help
  28. Replies
    1
    Views
    539

    MS Access Encoding

    Hi all, I have used "Downloaded" a software "web spider" that crawl a given URL and saves its info such as "title, describtion, keywords" etc in an Access database, I have a problem with "Arabic"...
  29. Replies
    3
    Views
    458

    Re: Simple and fast question

    Thanks very much, I will try the zero thing
  30. Replies
    3
    Views
    458

    [RESOLVED] Simple and fast question

    Hi all,

    I just forgot how does this work..

    If i'm calling a function (with parameters) like this:



    if combo1="1" then
    call receiver(ByVal p1, rate, size as integer)
  31. Replies
    3
    Views
    569

    Re: Image over textbox

    thx very much that helped :)
  32. Replies
    4
    Views
    585

    Re: Shapes objects

    any help please
  33. Replies
    3
    Views
    569

    [RESOLVED] Image over textbox

    Hi all,

    I need to put an image to hide a textboxes on a form .. then when I click on a button i set the image visible = false .. I'm trying to hide the textboxes with the image but its not...
  34. Replies
    4
    Views
    585

    Re: Shapes objects

    I can't figure it out .. here is my sample code:



    Dim s1 As Shape
    Dim l1 As Label

    Private Sub cmd_table_Click()

    If Combo1 = "1" Then
  35. Replies
    4
    Views
    585

    Re: Shapes objects

    I fixed the error by using:


    Set s1 = Me.Controls.Add("VB.shape", "s1" & Me.Controls.Count)
    s1.Visible = False


    At the reset private sub .. but it not's changing the shape to visible...
  36. Replies
    4
    Views
    585

    Shapes objects

    Hi all, I asked before for a way to generate vb shapes (Circle, rect, square) depending on a condition and i was given the following way:

    [code]
    dim s1 as shape
    Set s1 =...
  37. Replies
    3
    Views
    3,192

    Re: Dynamically create shapes

    Thanks very much !!! :)
  38. Replies
    3
    Views
    3,192

    [RESOLVED] Dynamically create shapes

    Hi all,

    I wonder if there is anyway to dynamically create a vb6 shape ("rect,square,circle") etc..

    I mean something like this:

    If condition then create shape1


    Thanks very much,
  39. Replies
    2
    Views
    439

    Re: [RESOLVED] Listbox problem

    thx very much!
  40. Replies
    2
    Views
    439

    [RESOLVED] Listbox problem

    Hi all, This is an example i need to understand how to fix it ... here I need to print the items "Strings" of the listbox:



    Option Explicit

    Private Sub Command1_Click()
    Dim i As Integer...
Results 1 to 40 of 393
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width