Search results for query: *

  • Users: Ronak
  • Content: Threads
  • Order by date
  1. Ronak

    Javascript in ASP.NET

    Hello, How can I use javascript in OnSelectedIndexChanged Event.. I tried lots but it gives me error Thanks
  2. Ronak

    Tiling in vb.net

    Hi, I have a project in which i have to lay down floor tiles on floor. I have used TextureBrush but it gives only 2D. I want lay down tiles In 3D. Means when tiles go far, it should become tiny. Means tiles should be looked original. Is it possible in vb.net?:confused: Can anybody help me...
  3. Ronak

    Save graphic as jpg

    Hello I have made a project on graphic. I want to save graphics ,which is created in picturebox. I can save image of picturebox as jpg but cant save graphic as jpg Any help...
  4. Ronak

    Error in oledb query

    Hello, I have used this sql statment Dim Stxt_qty As String = "Select sId,sQty,sDate,sTime from SStock where (sModel ='" & ScmbModel.Text & "') and (sThing='" & ScmbThing.Text & "') and (sSupplier='" & ScmbSupp.Text & "') and (sDate=#" & StxtDate.Value.ToShortDateString & "#)" It works fine...
  5. Ronak

    Error in oledb query

    Hello, I have used this sql statment Dim Stxt_qty As String = "Select sId,sQty,sDate,sTime from SStock where (sModel ='" & ScmbModel.Text & "') and (sThing='" & ScmbThing.Text & "') and (sSupplier='" & ScmbSupp.Text & "') and (sDate=#" & StxtDate.Value.ToShortDateString & "#)" It works...
  6. Ronak

    Flash Callfunction() help....

    Hello, This is my first post to this forum and also first step use of flash in vb.net. I have tried to use callfunction in vb.net to call function in my flash file, But it does not work. Another method like TGotoframe, TGoTolabel works good any Suggestion.. waiting.. Thanks:D
Back
Top