Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS Visual Basic Solutions: 1151 - 1175 of 1410
 
I have two strings which I use to build up paths for a tree structure. These strings are: string1 = a string2 =ab essentially what I want to do is subtract string1 from string2 and be l...
Ok, There is database that I am trying to query that has a column that is a BINARY(6), Not Null.  The information in there looks something like 0x00000c000217a1 or something to that affect....
I have a datagridview control. I want to deselect all rows Initially. I am using full row select... Ive tried  Me.DataGridView.CurrentRow.Selected = False Me.DataGridView.Rows(0).Select...
Hello, I have a basic treeview which I would like the user to have the ability to add nodes to in real time.  Currently they define the nodes on one screen and when they close it, the treev...
I am having a problem with the detail section continuing over multiple pages instead of ending on each page. When it does this the detail line doesn't show up on each page. I put a line in the...
vb.net 2003 I have a routines that examines a string Dim input As String = dbRow.Item("fldDescription") & " " inside this string I'am trying to examine  numeric and alphanumeric pattern...
dim mytime as timespan dim myfile as fileinfo dim mydir as new directoryinfo(mypath) mytime = datetime.now - myfile.creationtime   < eror "operator is no defined "-"
Hi, I'm a little rusty on datasets so bare with me. I have created a dataset at design time called parameter.xsd which has a table called limits-890RegMstr. The connection between the form ...
I would like to have code that creates a snapshot of a SQL database schema, preferably as a SQL script, but without using the SQLDMO library.  Third party tools are okay if needed.  Does anyon...
Hi EE. I have a windows form in VB 2005 that has a toolstrip docked at the bottom.  On this toolstrip are three buttons (submit, cancel, and exit).  When a user goes to click one of the three...
I there a way to get the currently executing property name?? ie     Public Property Palletization() As Double         Get             Return mvarPalletization         End Get         S...
Hi, Is there a quick way to find a control (the control name)  in a form without using looping? I want to know it is exist or not. Thank you.
HI, Is it possible to have a computation field in SQL Table structure such as: 1. TrsAmount Money 2. ExchRate SmallMoney . 3. TotalAmount Money DEFAULT compute(TrsAmount * ExchRate). ...
I am building a windows form application using Visual Basic in MS Visual Studio 2005. I am new to this, and built a base form, FDPBase, then added a second form, FDPData1, which inherited from...
Hi, I use windows form with a bound datagridview. It has a money field. I entry at textbox and save it to datagridview. The problem is when I entered 999,999,999 then the datagridview ...
I am trying to write an API function and was wondering if somebody can look it over and let me know what I am doing wrong. I am trying to return a handle and it just returns 0 every time. I ha...
VB2008 this is the xml: <UserParams>   <userName name="User 1" active="0">     <Login>       <Locations>         <Location name="Dogwood">           <Files>\\Dogwood\ppmp\data</File...
Hello Experts, I have decided to try and convert an application written in VB6 to .Net. I read and read and still do not understand this all completely so I am going to ask directly what I am ...
Hey leute, ich habe nen programm geschrieben welches einträge aus der textbox (multiline) in eine datei (txt) speichert...(nicht sehr interessant), jetzt meine frage: den inhalt der textbo...
I have a TabControl with 5 TabPages. On each of those TabPages is an DatGridView. For easier navigation (e.g. Insert new record, delete record, save,...) I have created a BindingNavigator. No...
Hi! Include my sub for Reading a XML file. But dosent know how the sub for writing to the same XML file, can be done. Need this ASAP. So plese sombody give me a sub that writes to t...
I have a fairly complex page with multiple update panels, modals, gridviews, detailviews that works wonderfully with one exception. The short explaination of how it works is that when the p...
I need to get a column number value when a user clicks the column header to sort.  I need to know what they are sorting.  
Hi, I have a VB 2005 Windows application that contains two "resource" files. The files are simply two GIF images. I call the images up in one of my Forms that has a DataGridView and it all wor...
i have a string variable var="20060801", i want to convert this to date in vb.net