Hi all
I am working on a app that helps load up a pc.
It goes out to AD and retrieves the listing of users.
I am logged in locally as the administrator, not the domain.
Here is my LDAP code that I am using,
Dim child As New System.DirectoryServices.DirectoryEntry("LDAP://DC=domain,DC=com") '...
I think I have found a way that I can live with.
I'll just set the form font , size and properties to the how I want it and the buttons lables will inherit those properties from the form.
Stupid question:
How do I change the default properties for controls like a button ?
Every time I create a new form and add buttons I end up changing the Font size, and font type to something like size 11 and book antigua. I would like to set these properties as the default.
Or any other control...
Working on an IBM Xseries or X series 3650 server and I am trying to get the bios to recognize an external 20 gig HD via USB. A flash USB drive works, but this 20 gig drive doesn't. Bios version is completely up-to-date.
System type: 7979G5U
Want to boot to the external drive with BartPE...
Here is the link I was looking for, but it does not say how to this with netcf or sql mobile...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp
Hi all, I have created a pocket pc application and have it ready for deployment. I created the cab file, but it uses a sql db. I have included that also in the Cab file. My question is how do I get the netCF and sql mobile to be packaged with it so that it can be installed right along side my...
But I like the Bindingnavigator object, it's small, includes all the buttons that are small, it perfect for Pocket PC.
I have finished this project up any ways. thanks for the help.
Mootser13
OK, so the net cf 2.0 does not support any access db (OleDB provider) or the use of the binding navigator. What good is it to even have any database support at all then ?
I'll just write the code myself.
Thanks
trying to include Datagrid in a pocket pc aaplication, I can get the grid but the binding navigator does not get created. Why did MS not include this feature in the netcf ? Now i have to write the code to actually update/create new/delete. Is there some easy thing I am missing ?
Am I even in...
I appreciate it.
Sometimes looking at your code helps me to understand the thought process. I can't imagine this is a unique situation I have run into.
Thanks for the help..
But why would I not want to have an autonumber on the primary key field ?
Isn't there any VB/net 2005 code I can use to "trigger" this autonumbering event for this field.
If I do nothing to update this field in my row addition, it will not add the row at all. "Field cannot be null".
Using VB.NET 2005, I am trying to update a primary key column that is set to AutoNumber.
I can use this code
Dim drNew As DataSet1.tablerow
drNew = Me.DataSet1.nameoftable.NewnameoftableRow
drNew.Item("NameofColumn") =
Me.DataSet1.nameoftable.nameofColumn.AutoIncrement
But this does not...
rjoubert
yeah, I tried that try catch block and it returned an error since in the catch block I cannot return an empty Row().
I actually got this to work, the code above is actually working, but the database isn't getting updated in the project, it is actually getting update in the bin folder...
I am just using VB.NET 2005. Binding is in the properties of the Adapter, dataset, So forth...
My form does show the data from the table fileds to textboxes...
I guess I need to get the row that I want to modify.
Maybe it's just me, but this seems correct.
I have a dataset pointing to an MS Access db, I can fill the dataset and seea ll of the information in there. But When I go to update the DB, I want to update the row selected in my combobox.
Here's the code I have:
Public Function GetRow() As...
I want to write a script that I can run to get the page count from a print device.
I know that WMI can retrieve the setting and status and such, but it does not appear that it can get the number of pages it has printed.
Mootser13
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.