| Thread | Last Post | Replies |
|
| datagrid : adding new record in a empty recordset | 08 Mar 2005 08:48 GMT | 1 |
When i try to add a new record in a datagrid i get error 7008 "no current record" Indeed bof and eof are true, but the event onaddnew of the datagrid doesn't occur.
|
| windows service not showing up in service manager | 08 Mar 2005 05:55 GMT | 1 |
I am writing a windows service using vb.net. I created a new windows service, added a project installer, and then created a setup project to go along with my service project. Problem is, when I run the setup the service name doesn't appear in
|
| Excel VBA Help - Filename | 08 Mar 2005 03:34 GMT | 1 |
I am trying to do the following: I am using excel and I have a checkbox and once that box is checked I want it to see if it has been saved if not then i want the "Save as" method to show but if the file has already been saved then I want it to just the save the changes and
|
| Viewing HTML Source using WebBrowser - mangles code | 08 Mar 2005 01:23 GMT | 4 |
I am trying to get the HTML source code using the WebBrowser control. I have found using the myString = WebBrowser.Document.documentElement.outerHTML will return MOST of the HTML. However, there are a couple issues:
|
| ADO pure code revert to pre-modify | 07 Mar 2005 22:51 GMT | 5 |
I am working on making one of my apps pure ADO code with no bound controls. I have therefore put in an "Edit" button whereby the fields become unlocked, and the user can edit the contents. I also have a cancel button. This is where I'm having trouble. When
|
| query | 07 Mar 2005 16:11 GMT | 2 |
In my VB6 SP6, I have the pulldown menu's 'file' - 'edit' - ' view' etc In the middle it shows 'query' but all the options are disabled. I work allot with access '97 databases and query's.
|
| Is leaving variable prefixes off that bad? | 07 Mar 2005 15:44 GMT | 12 |
For a long time I've been naming my variables using the standard method of scope + datatype + name eg. "pintVariableName". However lately I've become lazy and have found that simply using descriptive names on their own is much quicker. If you have 20 variables beginning with
|
| Equivalent to PHP/MySQL unix_timestamp? | 07 Mar 2005 15:02 GMT | 6 |
I work with both VB and PHP, and have a couple of fields that use unix_timestamp to set and from_unixtime to read the value of a date. Are there similar functions in VB? The timeserial and dateserial don't return the same value.
|
| Visual Studio 6.0 Pro. vs Enterprise | 07 Mar 2005 14:54 GMT | 5 |
Our company is interested in purchasing Visual Studio 6.0 package for developing various tools for its quality assurance department. I need some clarification about certain issues: 1. the difference between VS 6.0 Professional Edition and VS 6.0
|
| Writing a program to chance Windows XP timezone | 07 Mar 2005 14:23 GMT | 3 |
I travel very often with my laptop internationally. Is there a way to call a function in VB to change the time zone, so I can automate this? This way I can also automate the task at a certain time so there is no concern of forgetting to change the time zone
|
| Font size in MsgBox's | 07 Mar 2005 13:31 GMT | 1 |
Can I increase the font size used in MsgBox's and if so, how ? Thanks.
|
| overflow, vb with xp | 07 Mar 2005 13:25 GMT | 2 |
Hi I have an old application, VB4, which ran fine on Win98 with a novel network It seems the application ran fine for a while, now we are getting
|
| Error with FileCopy | 07 Mar 2005 12:54 GMT | 8 |
(WindowsXP/HE SP2, OfficeXP/Pro SP3, *VB5E*, CPU P4/2.8G, 1GB Ram) I get an error 'Expected procedure instead of variable' when compiling FileCopy FileA, FileB Help via F1 for FileCopy is shown but gives no hints.
|
| Help with Mapi | 07 Mar 2005 11:56 GMT | 1 |
How do I send an email to more than one recipient using Mapi, my coding is as follows:- MAPISession1.SignOn MAPIMessages1.SessionID = MAPISession1.SessionID
|
| Milliseconds | 07 Mar 2005 10:31 GMT | 14 |
A while ago I posted a message wrt. formatting a datetime variable to include milliseconds. The problem is that VB's Format keyword does not support milliseconds. The reason why I want to use milliseconds is because I have to add rows
|