Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
window7
- Page 1
Re: How to open an Excel Document in VB.NET
Programming
Software Development
6 Days Ago
by Pelorus_1
A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel COM object in your project.
Re: Upgrade to Fiber internet
Hardware and Software
Networking
2 Weeks Ago
by Dani
Soooo ... looks like we're getting AT&T Fiber installed this Saturday. To make a long story short, very shortly after I posted this topic, we began repeatedly having issues with Xfinity service going in and out. Every time we went to report an outage, Xfinity either completely denied that there was an outage and wouldn't let us report it (…
Re: Buggy career talk :-P
Programming
2 Weeks Ago
by Salem
This https://en.wikipedia.org/wiki/Peterson%27s_algorithm Plus two different kinds of processors. Plus an error rate of less than once a week. After many months, the cause was eventually captured on a bus analyser. After which, the solution was obvious after a bit of RTFM. Turned out that one of the processors had the then awesome new …
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Week Ago
by themadrastiffin
The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program.
how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Syed Zubair Ali
Dear Dani, I had **visual basic 6** project, built earlier and was being used a platform, however, my hard disk has been damaged, and entire project has been collapsed. I have exe back up file to run this project and working well, however, i need some more changes and updating on this program, but due to hard disk damage i don have run time …
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Reverend Jim
I like movies that don't insult my intelligence. Aside from the frequent spoilers I find that the [Pitch Meeting](https://www.youtube.com/results?search_query=pitch+meeting) videos do a great job of pointing out the ways in which modern action movies prioritize action and spectacle over anything resembling good writing. [10 Ways Star Trek Just …
Re: Has anyone else had this Windows 11 Problem
Hardware and Software
Microsoft Windows
1 Month Ago
by Pokemons
I have recently faced windows 11 issue. Important data lost.
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by rproffitt
I had to keep an old Windows 7 laptop around for a very old project from the 1990's. At some point the cost to keep going on VB6 wasn't viable so we ported the entire project to C# and at the time VS2008. Today it loads right up on VS2022. As to your old system, the usual is to get the PC repaired, install your compiler of choice then restore …
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Salem
> my hard disk has been damaged, and entire project has been collapsed. Did the disk just "stop working" one day, or has it been rotting slowly over time? Or does "damaged" mean "I deleted the source folder". If that happened yesterday, you might have a chance. If that was months ago, most of it is probably …
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Syed Zubair Ali
Due to installation of windows 11 harddisk were formatted and entire project was saved in C drive. Exe. back up was stored in USB and desktop and working well, however, to update more i have need my project in design mode of vb where I can add tools and writing more code. I have run vb-decompliler.org where I had recieved my 90% database of design…
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Shajjad_1
To get back to coding a Visual Basic 6 project, locate your project files (e.g., .vbp, .frm, .bas). Ensure you have Visual Basic 6.0 installed on your system, as modern IDEs don't support VB6. Open the project file in VB6 IDE, and you can resume editing and coding.
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Month Ago
by Anonymous_2133
I have always been a fan of the Office 2000 shortcut bar. It has been on my windows desktop since I got it, up until Windows 10 19H2 (RIP). If you are still looking for a replacement, try searching for "Quick Pick" by "Automation in Motion". Use the double quotes or you will have to wade through many pages of irrelevant results.
window
Hardware and Software
Microsoft Windows
14 Years Ago
by Anshikas
window vista
window 7
Hardware and Software
Microsoft Windows
15 Years Ago
by rakesh dubey
window 7
window 7 flash a black screen
Hardware and Software
Microsoft Windows
10 Years Ago
by Gilbert_2
window 7 work very good at start the only problem i encounter when i have some page saved on th tool bars then click again to appear a black screen appear for 5 seconds before i can log on the page.worst with skype about 20 seconds.
window 10 is good or not?
Hardware and Software
Microsoft Windows
9 Years Ago
by SAMMY12345
window 10 is good OR NOT
Window always on the top
Programming
Software Development
13 Years Ago
by roshan_iiita
I am using OpenCV for my program and i want the window always on the top. For that purpose i included "gtk/gtk.h" in my source code and using function: gtk_window_set_keep_above(GTK_WINDOW(cvGetWindowHandle("bfr_del")), TRUE); but it is not working. ( also not showing any error ) Please help me... i need it urgently. I…
Re: window 7
Hardware and Software
Microsoft Windows
15 Years Ago
by khakilang
Come after Window 6 (Vista).
Re: Window class problem(iam a new bee)
Programming
Software Development
20 Years Ago
by nanosani
A Window object is a top-level window with no borders and no menubar. The default layout for a window is BorderLayout. A window must have either a frame, dialog, or another window defined as its owner when it's constructed. In a multi-screen environment, you can create a Window on a different screen device by constructing the Window with [url=&…
window.opener problems - IE7
Programming
Web Development
16 Years Ago
by ajberrow
Some JavaScript code which used to work for IE6 no longer works for IE7. Any ideas what I could try to correct the problem? The scripts change a user's password by opening a child window, grabbing the old password, new password and user name from the opener, then execute a ASP which performs the database update and then runs JavaScript on the …
Re: Window.open
Programming
Web Development
15 Years Ago
by essential
You could try this: [code]<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml-stylesheet type="text/css" href="#css21" media="screen"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-…
Window styles
Programming
Software Development
15 Years Ago
by VilePlecenta
I wanted to use a window style that was border-less or had a 1 pixel wide border, but was re-sizable. It was not actually possible so I tried changing the window style with SetWindowLong() then using SetWindowPos() with SWP_FRAMECHANGED and AdjustWindowRect() It allowed me to resize the window but it made a strange border inside of my window : […
Window class problem(iam a new bee)
Programming
Software Development
20 Years Ago
by mmahesh_23
its not possible for me to create a object in window for example Window obj=new Window(Window owner); or Window obj= new Window(); can u please tell me it is possible to create a windowobject or not directly without using frames
window.confirm problem
Programming
Web Development
16 Years Ago
by frezz
Here is my code what is my problem. I need a window to open up that says ok or cancel. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang = "en"…
window live msn open problem
Hardware and Software
Information Security
15 Years Ago
by pachicoo
hi guy,รง i have some problem with window xp and msn. i dont know how but the window appering latters are changed like latter N not appera it apper in some diffrente languege like arabic or some thing eles. and the other problem is that my msn not opens every time it give code error 8001012e. i thougt that the problem is in window i formated my …
Re: Window styles
Programming
Software Development
15 Years Ago
by VilePlecenta
No one has any idea why it would do this? I went through my code disabling piece by piece to find the bad boy, It was caused by sending every message that my window received to another window.
Window API Closing Event
Programming
Software Development
14 Years Ago
by u8sand
Hello, Recently I've been doing some Windows API programming and I came across a problem. I want to make a console program that accepts commands, when the command 'win' shows up it will create a window with some automated features. Lets say I had a command sendfile [file-path] [where]. I'd like the GUI to allow me to browse the file, and select …
Re: Window form C# visual studio button control
Programming
Software Development
13 Years Ago
by polczym
[QUOTE=leo88;1557047]Hi, i am here to ask some button control problem in Visual studio: [CODE] private void button1_Click(object sender, EventArgs e) { Report newMDIChild = new Report(); // Set the parent form of the child window. newMDIChild.MdiParent = this; // Display …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC