Search results for query: *

  • Users: AukI
  • Content: Threads
  • Order by date
  1. A

    Question How to use the databinding in WPF using Resourse Settings Variables Saving?

    I can see that there are binding options but i can't set them as windows forms application ... I use windows forms applications textbox to bind with a settings variable to save data but in wpf , i can't find a way to do that. can anyone give some screen shots how to make it work.. thanks...
  2. A

    SQL command or Manual Query Qustions?

    Hi guys, After getting dataset's datatable by using wizard ,we can update those tables rows or table by calling that table's adapter. Like blow: Me.Validate() Me.DepartmentBindingSource.EndEdit() Me.DesignationBindingSource.EndEdit()...
  3. A

    Update Sql Query ?

    Hi guys , I want to create manual update , delete and insert command... I am curious why ms create those line of commands: UPDATE Department SET ID = ?, Department = ? WHERE (ID = ?) AND (? = 1) AND (Department IS NULL) OR (ID = ?) AND...
  4. A

    dataAdapter for all DB?

    Is there any way we could delecare a default dataAdapter to delete,update for all kinds Database(Oracle,Access,Sql) ...? We have declare a oledb.oledbAdapter incase we need oledb databse object .. is there any way we can get default... or can we detect the adapter any how what we need...
  5. A

    Do you guys have VS2010ImageLibrary.zip?

    Do you guys have VS2010ImageLibrary.zip? Can you upload VS2010ImageLibrary.zip to mediafire.com?
  6. A

    Treeview Search and View Node

    This below code does work fine don't select a node but it goes through it... I debugged it .. Can I anyone help ..? Thanks In advance. Public Function TreeView_Search_InsideNode(ByVal ParentNode As TreeNode, ByVal SearchVal As String, Optional ByVal Selection As Boolean = False) As...
  7. A

    Is there any way I can use WPF controls in Windows.Forms Application?

    I saw mediaplayer component , which is a WPF component , we can use it in windows forms application... Is there any way that we could design nice controls or app and use it in our windows forms application. Another thing , I have created some buttons use mouse hover over event to show some...
  8. A

    Question What Does : Dim Array() as String means and what Dim Array as String() Means?

    What Does : Dim Array() as String means and what Dim Array as String() Means? If I pass a array to function like below: Public Sub Array_AddSomething(ByVal strEntry As Object, ByRef strArray() As Object) Try Dim Upper As Integer If strArray IsNot Nothing...
Back
Top