Answer Questions
enric12879 MIcrosoft Visual C++ Runtime Library
I am getting this error when trying to open my newly installed quickbooks: Runtime Error! abnormal program termintaion Any Ideas on why this might be Thank you Chris Well, here's a last ditch effort. http://download.microsoft.com/download/streetstrips2000/Utility/1.0/WIN98/EN-US/Runtifix.exe ...is apparently something used to repair Runtime files I'm not knowledgeable enough ...Show All
Vasco Marques Newbie to VC++, help me and give me a cookie
C:\Program Files\Microsoft Visual Studio 8\VC\include\comdef.h(21) : fatal error C1189: #error : comdef.h header cannot be included under /clr:safe or /clr:pure Can anyone help me with this error I am trying to include the file to my program but it isnt working! Thanks, S_J Do you mean how to create a simple e-mail editor that can send E-Mail An email editor is just a bunch of t ...Show All
sk49 "An exception occurred during a Ping request." - This error message whenever I try to ping a site that is not available.
I am simply trying to ping a website address to see if the website is available or not. Whenever I ping a site that doesn't respond it gives me that error message in the title of this message and throws a program exception. The simple code I am using is below. Dim siteAvailable As Boolean siteAvailable = My .Computer.Network.Ping( "http://www.somesitetotest.com" ) MsgBox(siteAvailable.ToString) Maybe I am completely o ...Show All
JacobRonnie Visual Web Developer 2005 Express For ASP?
I want to debug Classic ASP Apps using Visual Web Developer 2005 Express . Can i and how to adjust it( Visual Web Developer 2005 Express ) Hi, I need to know the same thing - how can I get decent syntax highlighting for classic ASP with Visual Web Developer 2005 Express The software is 100% brilliant accept my ASP code looks mumbo jumbo as there is no syntax coloring. Cheers Antho ...Show All
LukeSkywalker Just downloaded VBExpress Edition and have a question.
I downloaded VBExpress Edition last night, registered it and this morning I recieved an email thanking me and giving me a link to download FREE photos, icons and stuff. email - " Registration Benefits We are pleased to provide the following registration benefits for registered customers: Stock photography — Download 250 royalty-free images from Corbis for inclusion in your applications Icons — Download a collection of professio ...Show All
Scrat VB Express code documentation generation?
After adding inline code documentation using the vbcommenter style tags, how do I generate the xml documentation files I can't find the switch anywhere in the options. Is there a tool that allows me to create these documentation files for future use in ndoc. Are you sure you 're talking about vb EXPRESS There is no Build-tab on the project properties, the ones available are: Application, Compile, D ...Show All
jackzar How to retrieve month name in VB2005?
I'm trying to use this code but it generates an error: Dim thisDate1 As Date Dim thisMonth1 As String thisDate1 = DateString thisMonth1 = month(thisDate1) It generates an Error: value of type 'date' cannot be converted to 'integer' I use similar code retreive current year and it works: Dim thisDate As Date Dim thisYear As Integer thisDate = DateString thisYear = Year(thisDate) I wa ...Show All
WojtekG Parent Child Communication
Helloooo.! I want to know how we can do parent child communication in our application. I am using Visual Studio 2005 express edition. If anyone have reading material no it plzzz send me toooo Thankyou hi, what do you mean by parent and child do you mean data relations, xml nodes , treeview nodes, or what you have to make your question clear more than that bye Thankyou for ur guidence   ...Show All
Selea Database q's when running .exe app
In an attempt to ellicit a better response I have rephrased my topic. The problem remains the same. When I open the CKApp.exe file located in the /bin/debug folder it runs fine and appears to save my data to the database e.g. ckapp.mdf/tables/dailymeasrements. But when I re-run the app the data is not there. Here is the code I believe to be important. Dim MeasDV As DataView = CkAppDataSet2.DailyMeasurements.DefaultView Dim MeasRV As DataRo ...Show All
Joe Morin opengl api
I'm taking a class on computer graphics soon and I want to get set up to compile glut etc. I found many resources online for how to install pdsk, update visual8 c++ express direcories to read from pdsk bin, include and lib. I even got the glut.h , glut.dll (put this in system32)and glut.lib. I got the #include <Gl/glut.h> to compile fine for a win32 console application. The program I got from a book using glut compiles fine no errors. It e ...Show All
Duncan F remote
hello I have a haupage remote for my win tv and i was wondering if it would be possible to controll things in my program with it. when i open itunes i can play pause/ other stuff. so could i controll other things in my program with code like turning the caps lock on or off with the play button. thanks average joe what do you mean by interface software, I got the remote along with my wintv card (pci) and i e ...Show All
David Davis Registration Balloon Message
Hello people, I just installed VCS Express from an image-burned CD and I didn't saw the registration link at the end of the installation process, instead of that, a balloon tip message appeared at the first time use. I clicked on the message, got redirected to the registration page and I just got a "Thank you" page. When I started the program again the baloon thing appeared againg, and it appears everytime I run the program Does anybod ...Show All
David Kleinot Data Base Linking
I have Created a data base will a list of football player names and i have dysplayed it in grid view and it is able to be edited and updated... my question is how can i get it to dysplay the player names information from the database on a different windows form undernieth each player in the team layout section i have created. whenever i try to bind the source to a text box it dysplays the first name in the database always i cannot figure o ...Show All
ayat108 Possible to continue to use Framework 1.1?
For another 1/2 year or so, we need to continue to use .Net framework 1.1 so that our customers do not need to upgrade their framework until next year (this is the way the boss wants it). We would, however, like to make use of the many great new features that the VS2005 IDE offers... 'Edit and Continue' especially. Is there a way to use VS2005 IDE to edit VS2003 projects and continue to use framework 1.1 thanks.... ...Show All
cybercrypt13 Upgrading vb6 projects
I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Cristian, I have ...Show All
