| Thread | Last Post | Replies |
|
| Searching an AD security group | 30 Jul 2005 04:50 GMT | 3 |
When a user visits my site (ASP.NET + VB.NET), I need to know if they are in a particular AD security group in order to display the pertinant information. When I call UserLookup in code below it works well at returning whether the user is directly a member of the group. However, ...
|
| VB.Net 2005 Serial communications | 30 Jul 2005 01:11 GMT | 4 |
I'd like to write a program in VB.Net that handles serial communications to several devices. VB.Net 2003 does not have adequate built-in serial communications. I heard that 2005 will have that. Has this serial communications functionality been built into 2005 Beta yet? If so, is ...
|
| cleartype - gdi | 30 Jul 2005 00:19 GMT | 7 |
I was banging my head against the wall with this code in a sub: Dim writing As New Bitmap(ctrl.Width, ctrl.Height) Dim surface As Graphics = Graphics.FromImage(writing) surface.DrawString(textToWrite, font1, Brushes.Black, 0, 0)
|
| parent-child datagrids | 30 Jul 2005 00:05 GMT | 2 |
Is there a way to setup master-detail between 2 distinct datagrids on same form without writing code? Is there a way to setup a child datagrid - binding it to a pk on the form so when the binder position on the form changes the datagrid changes to reflect
|
| how to untoggle text wrap in code modules in IDE? | 29 Jul 2005 23:46 GMT | 2 |
I accidentally toggled some key combination in my code module which is causing the code to text wrap. I meant to toggle ctrl-F. Is there a way to untoggle the text wrapt (wrap text)? Thanks,
|
| how to stop showing "Drive not ready"? | 29 Jul 2005 22:55 GMT | 1 |
I use GetLogicDrive to get all drives. when I use "for each.." loop searching each drive, I got error"A: drive not ready",... I want to seach some files which are in a drive, but I don't want to get error message during the search. I try to use "Try..Catch" to catch the
|
| Scrolbars in ListBox, ComboBox, ListView... | 29 Jul 2005 22:55 GMT | 1 |
Anobody can help me to increase scrollbars in ListBox (wider for both scrollbars). I try to design applications specialy for touchscreen, but can't find any solutions in documentation. Thank you,
|
| Fill Combo with Text and Value how? | 29 Jul 2005 22:53 GMT | 3 |
I want to fill a combo box with a Text value to show like name, but when it is selected I want to get the say SS# or Emp #. I will be filling this in manually how should I go about this. I know
|
| Common Problem, I think... | 29 Jul 2005 21:12 GMT | 5 |
I want to create a class which contains a date, integer and string property which all allow a NULL value. I don't want to store the values in an Object datatype. I prefer more strongly typed data. I am interested in using SQL data types for my property types, but in our 4-tier app ...
|
| VB.NET error | 29 Jul 2005 19:59 GMT | 4 |
While trying to code in VB.NET I get this error: Reference to a non-shared member requires an object reference. Any suggestions/ideas why this occurs? VBUser
|
| Expression evaluation | 29 Jul 2005 19:24 GMT | 3 |
Although I have an idea or two about how to do this, I would love some input. Say I have a numeric value, and I retrieve a string expression detailing an operation to perform on this value.
|
| joing a workgroup | 29 Jul 2005 18:34 GMT | 3 |
How does one go about joining a workgroup using vb.net code?
|
| NYC Contract positions | 29 Jul 2005 17:36 GMT | 2 |
Anyone out there interested in .NET contract positions in NYC?
|
| OOP: should I learn it? | 29 Jul 2005 17:35 GMT | 21 |
I've been spending alot of time learning vb.net the past 6 months (for regular winform apps. Been somewhat experienced in asp.net for a few years) But my style has been using Procedural techniques, rather than OOP.
|
| Maybe I really am a n00b | 29 Jul 2005 15:22 GMT | 15 |
Ok I have been programming in vb.net since it was released. I love it and I have a great time seeing my code come to life. Recently I have been seeking to expand my horizons(ie looking for a new job). I see a lot of C# jobs...C# this C# that. So I think to myself, ok ill start ...
|