Search results for query: *

  1. T

    Question How to search for entry at database firebase

    I look at this web try to find how to do it ,I am sure it not that complex I just missing something to make it work
  2. T

    Question How to search for entry at database firebase

    firebase is working With ado.net? i try to config by adding ado.net to my project
  3. T

    Question How to search for entry at database firebase

    i try to do it like that and no good news Private Sub searchtext_TextChanged(sender As Object, e As EventArgs) Handles searchtext.TextChanged Dim res As FirebaseResponse = client.Get("addorderList") Dim data As Dictionary(Of String, addorderList) =...
  4. T

    Question How to search for entry at database firebase

    you can explain to me how to do it i am lost
  5. T

    Question How to search for entry at database firebase

    sorry for the pictures yes i done that the data show on my DataGridView and i see the data
  6. T

    Question How to search for entry at database firebase

    i try to do it like that but i get error Private Sub searchBt_Click(sender As Object, e As EventArgs) Handles searchBt.Click TryCast(DataGridView1.DataSource, DataTable).DefaultView.RowFilter = String.Format("ItemNum like '%" & searchTxt.Text & "%'") End Sub
  7. T

    Question How to search for entry at database firebase

    Thanks for the info , I will look on the link
  8. T

    Question How to search for entry at database firebase

    Hi guys I look for a way to enable the user to searches for item at my database. For example my database is save on firebase real-time. The data is save by date and time in side I have part number of the item and I whan the user enter a part number and find the entry at the database. The...
  9. T

    Question email send un read email

    hello to all i use VBA from Excel to send a email using outlook i send for a PC that use outlook and the character at the body is ok and read ( i use Hebrew) , but when i send form my laptop that use Outlook 356 the body character is unreadable my guess the problem Related to my laptop or...
  10. T

    Resolved how to keep the form 1 property after Splash Screen

    i put this code at form 1 ,it open the splash screen for 5000 and then show back form 1 but the problem it not show the text i enter at splash screen only the background and after 5000ms it open the form 1 Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs)...
  11. T

    Resolved how to keep the form 1 property after Splash Screen

    Hello to all i build a splash screen that have progress bar and after the progress bar end i like to open the form 1 i code that , it open the form 1 but all the component is not in proper scales and out form their locations if i set the startup of the app form form1 everting is good,but if i...
  12. T

    Resolved how i check if excel sheet is close to attach the file to Gmail

    hi guys i have program that open a excel sheet that will get data form my App after the user close the excel sheet i like to attach it to gmail out massage and send it . this is me code ,i remove the email config and password because security what i want to check if the excel sheet is close...
  13. T

    Question try to publish my window form app and i get error when try to install

    i am sure the issue it because the strong name is true on this referents property the are a way to chance it to false?
  14. T

    Question try to publish my window form app and i get error when try to install

    I don't add a signs key to my project After I publish the app and try to install it on my pc , I get error can't complete the install, I look on the error discrepancy he say what I copy on me first message. Something about fontawesome.shape.dll Don't have strong assembly
  15. T

    Question try to publish my window form app and i get error when try to install

    So I can't use my app ? It take me 2 week and now I find out I can't use it OMG 😡😡😡
  16. T

    Question try to publish my window form app and i get error when try to install

    I don't know how to do it , it the first time I use vb.net and build programs using vb code So I don't know how to do it , if you can explain it to my ? Also I no experience coding at visual basic so I new at the world of visual basic , and I try to learn this world.
  17. T

    Question try to publish my window form app and i get error when try to install

    I Look on the net before I Add this post . The only thing I Find is speaking about assembly signs that some one that have signs key. He need to add is key and sgin it for me.
Back
Top