About 50 results
Open links in new tab
  1. Microsoft Access to Visual Studio - social.msdn.microsoft.com

    Aug 11, 2017 · Is there any documentation or reading material on converting from programming masterfully in Access/VBA to Visual Studio/VB? Or is it better to just read something specific to the …

  2. struggling to retrieve extended user attributes from AD using vb.net

    Jun 6, 2016 · I'm trying to use GetCustomAttribute, but am struggling to get the syntax correct. does anyone have a code snippet showing how to correctly use this method?

  3. Passing Variables from one form to another

    May 4, 2009 · Hi Milirat. Of course Deborah's answers are very valid... but I was wondering about how you said you " need to be able to use form variables across the entire project." I suppose another …

  4. Using a Macro (VBA) to select a variable number of rows

    Apr 12, 2007 · I have a variable (NRRows) that contains the number of rows that I want to copy, ie: from row 1 torow "NRRows". I need to be able to select the entire set of rows at one time, copy them all at …

  5. Combine all values from two equal recordsets

    Aug 3, 2012 · What do you mean by "combine and sum all records from both recordsets"? Are you adding the values from columns in each Recordset? Paul ~~~~ Microsoft MVP (Visual Basic) Edited …

  6. Negative zero in VB - social.msdn.microsoft.com

    Oct 23, 2010 · Is there a similar concept in VB.NET ? if yes, how can I assign a value that is negative zero to a variable (i mean what is the syntax)? it is not letting me use -0.0M which works just fine in C#

  7. What is the C# equivalent of this VB.NET Request keyword?

    Oct 7, 2021 · As per your question, the C# equivalent of your Visual Basic code simply just uses square braces as opposed to parentheses to access index values of a particular collection (if it supports it) :

  8. How to loop through data table and perform calculations

    Jan 21, 2011 · I have an Access database that has thousands of records. The fields in the database are EMPID, FIRST, LAST, JOBTYPE and PAGES. I would like to know how to loop through the …

  9. Determine if a string is a postcode - social.msdn.microsoft.com

    Apr 20, 2007 · I need to determine if a string is a postcode and if it is then I need to do something with it.

  10. VB copy directory show progress - social.msdn.microsoft.com

    Mar 14, 2007 · I am a newbie to VB and am using 2005 Express to create my first application. I posted a query here and kindly get a response about copy a large directory from a mapped network drive to a …