14,025 Topics

Member Avatar for
Member Avatar for shuswapbcgirl

Haven't used this stuff in years since working at IBM and Compaq in the early 90s. Different career path. Need to fix a guy's access 2000 software by tomorrow -long story -totally corrupted - needs something from scratch and his pictures of screens. Don't have the time to program and …

0
85
Member Avatar for swathys

Hi, I am changing the sql database to database access (.mdb). The problem is when i run my application using sql connection its work well and all the tables are updated but when i use mdb connection it update some of the tables and few other table it does not …

Member Avatar for swathys
0
122
Member Avatar for bsquinn1451

Hello all, I am have a text file with a list of windows services. Is there a way to check if the computer I'm working on has a specific service installed(Currently Win7 but needs to work for Vista and XP too? I want to do something like this: [CODE]bool found …

Member Avatar for Ancient Dragon
0
111
Member Avatar for sklingb1

I have a terminal that throughout the day I will get the normal window shut down tones for no apparent reason. The computer never actually shuts down. To accompany this the terminal is extermely slow at times. I have swapped out memory and power supply with an identical terminal to …

Member Avatar for gerbil
0
684
Member Avatar for cmgarnett

Hi All I am having a problem that's driving me crazy. I've just moved a .Net 2 website to run on .Net 4. The conversion went without any problems and everyting runs well on my development machine in both its raw and built forms. But... when I move the site …

0
46
Member Avatar for honey61399

[B]1.[/B]I want my program to get the drive letter (like c:\,d:\) on form load and save that to a variable.What should i do to get the drive letter? [B]2.[/B]I want my application to fire this command (shutdown -s -p) on button click. But if i use this path (process.start("F:\Windows\System32\shutdown.exe -s …

Member Avatar for Luc001
0
143
Member Avatar for kronos2

I have just encountered a problem with Microsoft Internet Explorer 8 on Microsoft Windows 7 platform, the problem started off with using CBT Nuggets in that it prevented all pop ups from this application. I turned off the pop up blocker and then it allowed the application to run for …

0
40
Member Avatar for NotThereAnymore

I am running Excel 2007 on Windows 7 Ultimate Edition 64-bit. I was sent a spreadsheet which uses the earlier Excel format (97 to 2003). I can open and edit it fine, but when I save I get a message saying that I am using features which are not compatible …

Member Avatar for jaydeee
0
237
Member Avatar for spoon licker

And sorry for double-posting...It's years of frustration and waiting that's compelling me to desperately get an answer here. Thanks for all who are even willing to try and help because I've asked for some tips about this on countless other sites like this and no one has actually helped. I …

Member Avatar for Saith
0
225
Member Avatar for flacka

We are replacing our old (dos) accounting system with the MS Nav 2009 and interfacing via webservices, or will be once I can get the NuSoap.php client to recognise that the service has operations. So far I have got the service to recognise the login (via ntlm auth), send the …

Member Avatar for tinymark
0
218
Member Avatar for katties

Is someone there running iWork and have him/her checked its compatibility with Word? By compatibility here I understand that a document produced in iWork will open and be absolutely readable by Windows users, also basic features like tables, images, bullet points will remain in the document. I have my doubts …

Member Avatar for royng
0
182
Member Avatar for isumasama

Hi all, I have a table where it stores Process. The Process has each processNumber which is unique, & the processNumber indicates the step of a procedure. My problem is, user request to add a Process in between existing processes. In other word the new Process overwrite the existing process …

Member Avatar for isumasama
0
114
Member Avatar for m_wylie85

Hi all i am havin a problem with my Jet oleDB connection i am getting an error and i am not sure if my code is completly wrong or it is a small problem any help would be great. This is the erorr i get: An unhandled exception of type …

Member Avatar for m_wylie85
0
198
Member Avatar for Richard Pullman

Hello Again I have the Safe Mode virus on my PC and have had no luck in removing it. I have followed other advice and booted the PC with F8 then clicked the Command mode. I then typed in the following: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System/v DisableTaskMgr/t REG_DWORD/d O /f - to …

Member Avatar for jholland1964
0
260
Member Avatar for rjbrjb777

helo friends. i need to deal with more than 10 excel sheets.. so i want to make an desktop application in Visual Studio(c#), which performs as followings..: 1) first user can choose on which file he wants to work on. 2) then retrieving column wise data, and performing many mathematical …

Member Avatar for rjbrjb777
0
194
Member Avatar for RaptorMarketing

Hello I am looking to dump data from a MySQL database to an excel spreadsheet. I know I can dump it to a CSV file and import that way, no problem. But I want to dump the data to a specific spreadsheet in an excel and specific cells. I have …

Member Avatar for RaptorMarketing
0
155
Member Avatar for epicrevolt

So I am wondering if it is possible to use 1 Solid State Drive for just the Windows Operating System and another 7200 RPM hard drive for programs like Microsoft Office, Steam, or even Firefox. Basically any application and document. Like make the 7200RPM hard drive the "Program Files" while …

Member Avatar for caperjack
0
238
Member Avatar for deepakmenonk

I am getting several BSOD's, and it is very random. I dont know what i have to do. Please help me. I have got system_services_exception, page fault in non-paged area, klif.sys, win32k.sys, ntfs,sys BSOD's. Please help me and tell me what i should be doing. Thanks in advance :) Crash …

Member Avatar for benmar
0
201
Member Avatar for illusionx

Hi! An email was opened. At that time, I guess a Trojan was downloaded. My Avast antivirus went nuts; I couldn't open the task manager or other system programs; I couldn't system restore; i couldn't even shut the computer down. I had to do a manual shutdown (held the power …

Member Avatar for crunchie
0
686
Member Avatar for oab2003

The code below was written using C++.NET framework. How will the code be completed to retrieve all the records from microsoft access 2003 table PROFILE and display them in a form? [CODE] private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { ADODB::Recordset ^ rst=gcnew ADODB::Recordset; ADODB::Connection ^ conADO; Object ^ obj; String …

Member Avatar for Ancient Dragon
0
180
Member Avatar for ZeroCul

I am trying to pull down tasks from Sharepoint into MS Project, but my company does not have Project Server. There are no plans to get Project Server. I read that one could use "Intelligantt" or "Project Publisher" to accomplish what I am asking for. Again, there are no plans …

-1
117
Member Avatar for Sudo Bash

I am adding a secondary hard drive to my dell tower. I am wanting to duel boot Windows XP and Slackware Linux. I currently have only Windows XP on my computer, but I am not sure what formating it has on it. My question is: what format should I use …

Member Avatar for zelkea
0
290
Member Avatar for isumasama

hi pls help me on this.. i'm using this code to get data from record: [CODE] MyNum1 = DLookup("[Outcome]", "Remark", _ "[IDRemark] = Form![SelectTxt]") OutTxt.Value = MyNum1 [/CODE] my prob is when the data in [Outcome] is null , access having error to still get the null value from the …

Member Avatar for isumasama
0
599
Member Avatar for keithbadeau

Does anybody know if the new release of IE 9 is compatible with the [URL="http://www.microsoftelearning.com"]E-Learning site[/URL]? I used the beta release of IE and I could not access any of my courses on E-Learning. I'm currently using Firefox because I had to revert to Internet Explorer 8 just to get …

0
128
Member Avatar for ninjaimp

hi I thought this was simple so i guess i am doing something wrong. I want to read the value of an item in the registry. the value im after is the centralprofile key which im trying to get by passing the SID and looking up the subkey but it …

Member Avatar for ninjaimp
0
209
Member Avatar for vn412

Hi, I am generating table with Microsoft.Office.Interop.Word In my table cell values i get is: 7, 11, 13, 14, 15, 18, 28, 29, *25,26,28 Now my prob is i want to replace ,* with new line in word. i have written this code [CODE] tbl.Cell(i, 4).Range.Text = tbl.Cell(i, 4).Range.Text.Replace(", *", …

0
72
Member Avatar for erum

i m facing problem while conencting with sql server mangemnet studio A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. …

Member Avatar for hchf
0
230
Member Avatar for kishorerp

am working on creating a python script to find Installed programs in Uninstall folder in registry, the script works perfectly fine on 32 bit machines but errors out with a wmi error on 64 bit machines. Am not able to get hold of a wmi module for python on 64 …

0
160
Member Avatar for MiDude

Hello, My computer has been restarting without a user prompt for some reason. A Comodo notification comes up saying that there is some registry error with a pending file rename operation. Below is the Hijackthis logfile. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 4:03:57 PM, on 3/14/2011 Platform: …

Member Avatar for jholland1964
0
419
Member Avatar for Tgon

Hey guys, My AV has located a rootkit MBR:\\.\PHYSICALDRIVE0 I have already tried a solution that I found in this forum but it has not worked. basically I have run bootkit_remover.rar and run it. It returned the following: -- [COLOR="Red"]Bootkit Remover (c) 2009 eSage Lab [url]www.esagelab.com[/url] Program version: 1.2.0.0 OS …

Member Avatar for jholland1964
0
1K
Member Avatar for umamahesh2020
Member Avatar for axman1000

I will get an Excel 2003 file everyday via email. This file has 5 columns. The first for columns have static headers and text in them. The 5th column is the date of the report and below that is a list of values in the same column, followed by an …

Member Avatar for axman1000
0
216
Member Avatar for nadskap2

Hello there DaniWeb. I REALLY hope you can help me in this case :( else i cant get to use my PC. Well, some days ago, i went into my PC and cleared up some partitions etc so i could have more space on some of my others. So i …

Member Avatar for makman99
0
277
Member Avatar for Yousha

I have a data base using access which has one column as jobno and which is empty. I want that when my form load (vb.net 2005) it generate a number which then appears in a textbox. Below are my codes please i cant complete it help me. Private Sub Form1_Load(ByVal …

Member Avatar for Yousha
0
181
Member Avatar for VasquezPL

Hi guys..I try to automate outlook..it works great ..the problem is that I use office14 at home, and my company (where I need my program to work) uses office12... I was told that to make it possible to run on office12 and later, I need to get msoutl.olb from office12. …

Member Avatar for VasquezPL
0
316
Member Avatar for VasquezPL

Hi guys..I try to automate outlook..it works great ..the problem is that I use office14 at home, and my company (where I need my program to work) uses office12... I was told that to make it possible to run on office12 and later, I need to get msoutl.olb from office12. …

0
110
Member Avatar for chamnab

Do anybody know where can i find example of database management system all topic especially fast food restaurant(if possible).

0
118
Member Avatar for Joshua Kidd

Hello all, I have been working on n Application for a game called Microsoft Flight Simulator X. And I have seen many Forum Posts of people using Win Api calls to reply to the multi-player chat room, because you cannot access it through an SDK. Here is an example of …

0
153
Member Avatar for sarge66

I have not worked with the debugger at all and I have a assignment to debug a program. I don't want just the answer I need help using the debugger. Correct the Logical errors in the code so that the output of the program appears as such: * ** *** …

Member Avatar for template<>
0
208
Member Avatar for Tony-Tone

Hi.. I Have A Question On VB Basic, Been Trying To Figure This Out For over A Month Now.. I Want to Put Videos With Url In DataGridView So That When User Clicks Cell, Its Plays The Video, i Have 2 Columns.. Any Input Would Be Appreciated.. Thanx..

Member Avatar for Huntondoom
0
100
Member Avatar for guitar414

Hello, I was wondering if you could please help me. I get the above error frequently when I run IE. Below is my Hijack this log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 3:32:15 PM, on 5/3/2008 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 …

Member Avatar for geokarjo
0
219
Member Avatar for farlight

I have two related problems that I really need help with: Problem 1 Somehow my registry in Windows XP Pro SP2 got corrupted - it's giving me the following message: "Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM" So I've gone and done the …

Member Avatar for bobbyraw
0
487
Member Avatar for onat12`

Hi, I am creating an login page connected to a database. I am using access ODB. the problem is, if the user makes an wrong input, and the invalid data message box appeared, when typing the data again, and press ok, the following exeption occured: Not allowed to change the …

Member Avatar for onat12`
0
3K
Member Avatar for manish250

I have a jsp page which is showing data in that page from DB.there is also a facility to show data in excel file.So there is a link to import the data in excel file. I have noted down that url by pointing the cursor to that link that is …

Member Avatar for ~s.o.s~
0
229
Member Avatar for Robins Antony

Hi frnds, I`ve learned from a site that Microsoft kills LINQ to SQL. URL follows: [url]http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx[/url] Actually, I was planning to use LINQ to SQL in my next project. Now I`m confused!. Is it true? Regards Robins

Member Avatar for Mike Gale
0
77
Member Avatar for leverin4

I have an odd issue. The company I work for has old databases that were built in Access '97. They've since upgraded to Access 2003, 2007 of course, and are in the process of upgrading to 2010, but a couple of databases still only work in '97. I'm tasked with …

Member Avatar for leverin4
0
113
Member Avatar for Labdabeta

I am making a screensaver and it won't build! The error I get is "undefined reference to '_SDL_main'. Here is my code: [CODE]#include <windows.h> #include <scrnsave.h> BOOL WINAPI ScreenSaverConfigureDialog(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) { system("TMXDB.exe"); return true; } BOOL WINAPI RegisterDialogClasses(HANDLE hmodule) { return true; } int …

Member Avatar for Labdabeta
0
263
Member Avatar for Piya27

Hi All, I am developing an Excel Add-in using Visual Studio Tools for Office using C#. However, the problem is that i want to use the SOLVER add-in that is available in Excel in my code. I cannot find any way or documentation anywhere for doing the same. However i …

0
266
Member Avatar for ebanbury

Hi I'm having real problems getting one dropdown to populate a second dropdown based on different options being selected in the first. For it to work in a form. And for the dropdowns to take their data from mysql table. In the code enclosed I've hard-coded the categories, but obviously …

Member Avatar for ebanbury
0
107
Member Avatar for cyberdaemon

Good day.. I'm having problem on how to store or create a table on my database using vb.net i'm having hard time to create a table on my existing dbase here my code; coould you tell me what's wrong!!! Dim ntable As OleDb.OleDbDataAdapter Dim mtable As New DataTable con.ConnectionString = …

Member Avatar for cyberdaemon
0
4K

The End.