-
- WER and file version differentiation
by Joel Stein
- 3 Replies
- Last post
by Joel Stein
- When mapping files against version numbers, does WER (and the watson servers) compare all four version_info fields
For example, I have mapped version 4 of my application, for example, MyApp.exe, which has version 4.0.6192.0.
As bug fixes are done for this application, the last integer gets bumped...now we are up to 4.0.6192.27. Do I need to remap the application, and/or upload a new map
-
- error message when closing ie7
by syjon
- 3 Replies
- Last post
by metalmarvin
- The computer administrator profile is not having this problem only the other users on my home computer.
Upon closing the browser this pops up:
iexplore.exe Application error The exception unknown software exception (0x0eedfade) occured in the application at location 0x7c812a5b
We have ie7.
Can someone help
-
- Searching a directory for last two day's documents, return partial filename to bookmarks
by pierced84
- 0 Replies
- Last post
by pierced84
- I need to search a directory with subfolders named by month, specifically, for the filenames of the last two created documents in the folder, referencing the current nonstandard date I specified in the activedocument. The date is bookmarked by day, month, and year values. I want to return only that nonstandard date value in the name of the file and put it in the bookmarks in the activedocument.
-
- Creating an ActiveX control in VB.Net for use in Access
by AdmSteckKMI
- 1 Replies
- Last post
by Bruno Yu - MSFT
- I am trying to create an ActiveX control in VB.Net 2005 that I can use on an Access 2003 form. My control a usercontrol with a picturebox control on it that I have extended. I have set the com visible attributes and registered the dll with regasm but it does not show up in the ActiveX control toolbox in Access. If I open the vba ide from Access it shows up under add references, but that doesn't he
-
- ListBox Item Color
by Basha Sk
- 4 Replies
- Last post
by Basha Sk
- Hi All,
I am having two Listboxes. The ListBox1 is having some items and the ListBox2 is used to display the SubItems of the ListBox1 items. If i select two items in ListBox1 then these two items subItems will be dispalyed in ListBox2. So How can i differentiate these subItems with respect to their Parent items. Is it possible to set ForeColor to each item of a ListBox. Thanks in Advance.
-
- Word: How to you determine the current cursor position
by KatKen
- 2 Replies
- Last post
by KatKen
- For one of my macros to run, I have to ensure that the cursor position is not in a table or in a frame when the user activates the macro.
How can I find our the current cursor position Once I can determine that the cursor is positioned in a table or a frame, I can then code a message box to instruct the user where to put their cursor to run a certain routine.
-
- problem with mshflxgd.ocx in VBA
by AlbertoDEV
- 3 Replies
- Last post
by Manjun
- Hi,
I have a problem with the Microsoft Hierarchical FlexGrid Control 6.0 (SP4) on VBA. When I in desin a form, the system response me this dialog box: "the control could not be created because it is not properly licensed."
How I can resolve my problem
-
- CRM 3.0 detecting logged on user.
by HasanK
- 4 Replies
- Last post
by DavidJennaway
- Hi,
I am in the process of developing a callout assembly for CRM 3.0, part of this callout retrieves the user role of the currently logged on user.
I have worked up the code that extracts user role of a given user GUID. My problem is that I am unable to get the GUID of the logged on user (this code is available in the SDK).
This is my code for retrieving the user GUID
WhoAm
-
- Convert decimal string to Chr$()
by Jade_Emeperor
- 16 Replies
- Last post
by Jade_Emeperor
- Hi. I'm currently writing a program for RFID using Visual Basic 6.0
But however I'm not sure how I can convert my decimal string to Chr$(). Because I currently wrote the code like this:
Code Snippet
decimal_string = CInt("&H" & hex_string)
Char_String = Chr$(decimal_string)
And an error pop up telling me that is an invalid procedure
-
- Microsoft Office Document Imaging no longer in Printers Folder, Using XP and Office XP Professional
by vab
- 13 Replies
- Last post
by N_Horden
- This problem has been mentioned by many other users (in a different thread subject), so I wanted to start a new thread. I have tried many suggestions, but none have worked for me.
My MODI has been a print option for me until just recently. It disappeared from my printers folder. I have repaired, removed, and re-installed Microsoft Office. The MODI will still not appear in the printers folder.
-
- Automatic Sending of WER data
by Iceberg1370
- 3 Replies
- Last post
by Jason Hardester - MSFT
- Hello everyone,
I was wondering if there was a way to automatically configure Windows to send generic or specific WER data to MSFT
From a bunch of testing and research I did today (more details below), along with this post - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1925302&SiteID=1 , I am guessing the answer might be no, short of doing the following
-Imp
-
- Windows Error Reporting - handling unanticipated errors
by John Blight
- 7 Replies
- Last post
by John Blight
- For Vista certification, is any handling of unanticipated errors prohibited (other than throwing them)
Let's say an application has to process a large number of files. If an unanticipated error occurs when processing one of those files, I wouldn't want that to prevent the application from processing the rest of them. Could we report the error through WER, but also handle it
-
- Save word document with images embedded inside the doc
by pvenkatweb
- 0 Replies
- Last post
by pvenkatweb
- Hello: I have an HTML document which I am programmatically trying to save as a word document with all images embedded inside the doc. The following script doesn't seem to work... If I open the word doc, I see only a blank box where the images should be. If I uncomment the lines for unlinking, then the images show up OK but then I have to manually go into word to unlink the images and embed it into
-
- Any answers Yet?
by RobertJ
- 0 Replies
- Last post
by RobertJ
- I have read through all the posts looking for the solution to this IEXPLORE.EXE Application error- Instruction at xxxxx referenced memory at 0x000000080,could not be written.
So far does not seem anyone has a one size fits all answer. The post appealing to MS to put out a fix seems to be the most logical. I have tried disabling all the add-ons and it did not resolve the issue.
Hope there
-
- Combo Box Headache
by Techgrrl
- 4 Replies
- Last post
by Techgrrl
- I have a combobox control embedded directly in a word document.
I have added items as such:
cboResults1.AddItem "text", 0
Why is it that when I put in the indexes, the control doesn't work
-
- Application.ScreenUpdating Problems
by SethEden
- 6 Replies
- Last post
by SethEden
- I've been developing this really massive VBA Excel Application as part of a government contract and it's gotten to be about 55,000 lines of code, optimized down from more than double that of course.
Everything seems to be working nearly perfect and I think I've even solved my problem with the call to Application.ScreenUpdating, but I'm not really sure why, and I couldn't find documentation
-
- Help....Problem with browsing BSM 2005 with Pivot OWC12 from client side
by chunli
- 2 Replies
- Last post
by chunli
- Help....Problem with browsing BSM 2005 with Pivot OWC12 from client side
I have an issue when browsing Microsoft Business Scorecard Manager 2005 from another laptop, the PivotChart built with Microsoft Office Web Component version 12 can not connect to the Data Source, that is OLAP Cube built with Microsoft SQL Server 2005 Analysis Services. There is a warning sign in the OWC frame showing the
-
- Remove hyperlink underline from PowerPoint 2007
by Mary Beth Gable
- 0 Replies
- Last post
by Mary Beth Gable
- How do you remove an underline from a hyperlink in PowerPoint Everything that I have read says that you can simply click the underline button and it will remove it. This works in my Word 2007 but not in PowerPoint. Any suggestions would be nice.
-
- Listbox scroll problem
by DeathSurfer
- 3 Replies
- Last post
by Dan6845646+5414532
- Duuuuudes:
I have a problem with scrolling to the bottom of a listbox in excel '03. I'm using the listbox control in vba, not the excel forms control. Anyway, when I scroll to the bottom of the list, it won't let me see the last item in the list box. It will stop one short and will actually have a space below the scroll bar that looks like it could scroll down one more list item but won't.
-
- Hello, I am trying to get a .csv file to open using the get open filename method! I want excel
by JGttttt
- 4 Replies
- Last post
by Mohamed Shifaz
- I am trying to get excel to open a .csv file using the get open file method. I want excel to open the file and read the data from the .csv file and put the data into an expense sheet. When I hard code the file using the open filename method, I am able to open the file and read the file to the expense sheet using a Do loop. I am using two counters to cycle through the .csv file and expense sheet. T
-
- Help needed with MsgBox
by Quarry
- 3 Replies
- Last post
by ADG
- Hi, I am trying to insert a quote and then a value from a cbo_box inside a msgbox, but keep getting a 'Run time 5' error. This is my vba script
MsgBox "Please check selling price - Variance over 30%" + Str(MyForm.cbo_price.Value), vbOKOnly, vbExclamation, "INFORMATION"
-
- Finding out the Modules (VBA) Access password...
by Lant
- 1 Replies
- Last post
by Spidermans_DarkSide - MSP, VSI
- Hi there, I'm working in project which has a system in MS Access. And we have to provide some enhancements on that, but the coding area (called Modules) into this MS Access file is protected by a password... and anyone knows this password. I have already found few good programs which finds out the password from .mdw file, but they don't work fine with the VBA (Modules) password. So... I'm here...
-
- Edit the Recordset
by Tantani
- 5 Replies
- Last post
by Tantani
- Hellooo, I use Access VBA 2003 with DAO. Does anyone know how can I move to the first record of an Quantity attribute in order to change or Edit it like this: Quantity 0.50 1.40 0.70 ..... Goto first field (0.50), if it is lower than 1, then change it to 0 Goto second field ( 1.40), if it is lower than 1, then change it to 0, otherwise change it to 1. Thank you in advance!
-
- Compile rrror: syntax error
by gibger
- 5 Replies
- Last post
by gibger
- Hi,
When I run the following code:
Code Snippet
Private Sub btnClickMe_Click() Dim intrandom As Integer Dim index Dim person Dim match As Boolean Dim personx Dim persony Dim n Dim birthday() Dim counter match = False ReDim Preserve birthday(23) intrandom = (Rnd * 364) + 1
Randomize
counter = 0
For n = 1 To 100 For persony = 1 To 23 birthday(person) = in
-
- Cannot read Office 2007 DVD
by KRFournier
- 4 Replies
- Last post
by KRFournier
- Has anyone experienced the problem of not being able to read the Office 2007 Enterprise installation DVD in a DVD R/RW drive. So far, three drives I've tested cannot read the disc. No error message. Nothing. The drive spins a little, but never sees it. I cannot access the drive through Explorer either. I've even updated the firmware. My drive's are all Lite-On drives, so I don't know if that has a