User Profile
Collapse
-
ur solution is dead right. thanx a million :) however instead of selecting "Tools - Startup -Display Form/Page" i had to select "Tools - Startup - Show Database window". hmm...may b im using different version than urs. newayz thanx again -
where are my table ??
i have a ms-access application that needs to be ported to php-mysql. this application manages student records(add/edit/delete). when i open this application in ms-access, all i can see is the form for adding/editing and deleting student. but i want to see the actual database tables so that, i can make my mysql tables accordingly. i have tried everything that i can think of but i just cant find the actual tables in this application. where to find... -
never mind.......prob lem solved :)
i put the whole code in form_paint event instead of form_load and its WORKING but cant tell u why. what do u think??
thanx for the responses anyway!Leave a comment:
-
SetItemChecked function is not written by me. its there in checkedlistbox class :)...Leave a comment:
-
there is no postback. i am calling this function on form load....Leave a comment:
-
VB.NET App: CheckedListBox item not showing up as "Checked"
language: vb.net
environment: windows forms
.net : v1.1
i am having a checkedlistbox control that display document category such as text, image, video, audio etc. these values are coming from database. when a user clicks any of the above values and saves the form, the item's "value" is getting saved in database. and when a user logs back in, his/her previously checked value items should be shown as checked.... -
checkout this post:
Task Manager Disabled Registry Key
it doesnt give the vb.net code but it gives you the exact registry key that needs to be
added/deleted in order to show/hide task manager
hope this helpsLeave a comment:
-
-
vb.net code:
=============== ===
dim frm as new form2
frm.show()
me.dispose(true )Leave a comment:
-
you can set confirmation box value (yes/no) in a hidden variable of htm form (using javascript of course) and then submit this form (again using javascript). now, you can access this value in your code. hope this helps :)Leave a comment:
-
-
where do you want to put this tree view?? web form or win form??Leave a comment:
-
-
Application.Exi t actually works in vb.net
so i guess its just Application.Exi t and all other child forms will be closed automatically (both hidden and not-hidden) ???Leave a comment:
-
yes i can but i dont think it will close all other child forms. what u say???Leave a comment:
-
is this what u want ??
parent 1
| - child 1.1
| - child 1.2
parent 2
| - child 2.1
| - child 2.2
| - child 2.2.1
| - child 2.3
then u need to manually create and add items to the list box. precisely, u need to create a recursive function for that.
working of this recursive function:
1. get a list of all parent nodes
2. display...Leave a comment:
-
closing MDI Application with a button
hi,
im developing a mdi application and want to close this application and all its child forms using a button but im not sure how to do it. Please note that this button is NOT in parent form but in one of the child form. here is my sample code. is it correct way to do it??
[CODE=vbnet]Private Sub btnCancel_Click (ByVal sender As System.Object, ByVal e As System.EventArg s) Handles btnCancel.Click
Dim frm...
No activity results to display
Show More
Leave a comment: