473,662 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error With The MS Visual Studio Development Environment

Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only
because I posted the same quesion earlier and got spammed by this so-called
Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my actual
question:

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS
developer for years!


Nov 18 '05 #1
8 1773
Jacob,

I also like perfectly indented HTML. This is one of the reasons why I am
using HTML view 99% of time. The Visual Studio messes up the formatting only
if you make changes in Design view and your HTML view has to change
accordingly. Even if you have to switch to design view and to change
something, you still have a chance to restore the formatting when you switch
back to HTML. Locate the changed HTML, select and copy the change to the
clipboard. Then press Ctrl-Z. It should fix the formatting and will undo the
change. Then paste the change from the clipboard back.

Eliyahu

"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only because I posted the same quesion earlier and got spammed by this so-called Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my actual question:

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS developer for years!

Nov 18 '05 #2
There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfully, VS.NET 2005 will finally fix this thoroughly hated "feature."

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only because I posted the same quesion earlier and got spammed by this so-called Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my actual question:

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS developer for years!

Nov 18 '05 #3
I figured that this was a wonderful Microsoft 'Feature'. Thanks for the
honest answer Steve. Well if anyone from the .net dev team reads this post,
PLEASE roll away this feature before the 2005 release, a patch would be so
much appreciated!
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OR******** ******@tk2msftn gp13.phx.gbl...
There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfully, VS.NET 2005 will finally fix this thoroughly hated "feature."

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only
because I posted the same quesion earlier and got spammed by this

so-called
Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my

actual
question:

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net

stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an

MS
developer for years!



Nov 18 '05 #4
Jacob,

I also like perfectly indented HTML. This is one of the reasons why I am
using HTML view 99% of time. The Visual Studio messes up the formatting only
if you make changes in Design view and your HTML view has to change
accordingly. Even if you have to switch to design view and to change
something, you still have a chance to restore the formatting when you switch
back to HTML. Locate the changed HTML, select and copy the change to the
clipboard. Then press Ctrl-Z. It should fix the formatting and will undo the
change. Then paste the change from the clipboard back.

Eliyahu

"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only because I posted the same quesion earlier and got spammed by this so-called Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my actual question:

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS developer for years!

Nov 18 '05 #5
I figured that this was a wonderful Microsoft 'Feature'. Thanks for the
honest answer Steve. Well if anyone from the .net dev team reads this post,
PLEASE roll away this feature before the 2005 release, a patch would be so
much appreciated!
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OR******** ******@tk2msftn gp13.phx.gbl...
There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfully, VS.NET 2005 will finally fix this thoroughly hated "feature."

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this only
because I posted the same quesion earlier and got spammed by this

so-called
Microsoft MVP that gave me a very vague answer, followed by a series of
incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my

actual
question:

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net

stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an

MS
developer for years!



Nov 18 '05 #6
To be honest I don't think a patch is possible. From what I understand the
cause is rooted deep in Frontpage libraries that are being used way
underneath it all. The only way to fix it is to create a whole new HTML
formatting system, which I *think* is what they've done in Whidbey (VS.NET
2005).

A workaround is to always use HTML view and never use the designer, but
personally I prefer slightly funky HTML formatting over that idea.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:Hy******** ******@fe25.use netserver.com.. .
I figured that this was a wonderful Microsoft 'Feature'. Thanks for the
honest answer Steve. Well if anyone from the .net dev team reads this post, PLEASE roll away this feature before the 2005 release, a patch would be so
much appreciated!
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OR******** ******@tk2msftn gp13.phx.gbl...
There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfully, VS.NET 2005 will finally fix this thoroughly hated "feature."

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
Preface: Not to sound mean or arrogant, but please don't answer this
question unless you have a specific and tested answer. I'm saying this

only
because I posted the same quesion earlier and got spammed by this

so-called
Microsoft MVP that gave me a very vague answer, followed by a series of incorrect answers that I had already mentioned were tried, tested and
failed. Sorry I had to start my post like that : - ) but here goes my

actual
question:

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting when I switch from
design to code view.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess " runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088

*****
I've run through the tools/options and placed the envirionment to do the least amount of microsoftesque-preemptive formatting.
***

Please HELP!!! If there is no solution I think I'm gonna code .net

stuff
in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been

an MS
developer for years!



Nov 18 '05 #7
I actually only switch to the designer for a reason other than design. When
one switches to the design view, object creation statements are written in
the code behind. Anyway, I'm hoping whidbey is more like an adult
development environment and less like MS word. : - )
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
To be honest I don't think a patch is possible. From what I understand the cause is rooted deep in Frontpage libraries that are being used way
underneath it all. The only way to fix it is to create a whole new HTML
formatting system, which I *think* is what they've done in Whidbey (VS.NET
2005).

A workaround is to always use HTML view and never use the designer, but
personally I prefer slightly funky HTML formatting over that idea.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:Hy******** ******@fe25.use netserver.com.. .
I figured that this was a wonderful Microsoft 'Feature'. Thanks for the
honest answer Steve. Well if anyone from the .net dev team reads this post,
PLEASE roll away this feature before the 2005 release, a patch would be so
much appreciated!
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OR******** ******@tk2msftn gp13.phx.gbl...
There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfully, VS.NET 2005 will finally fix this thoroughly hated "feature."
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR******** ******@fe25.use netserver.com.. .
> Preface: Not to sound mean or arrogant, but please don't answer this
> question unless you have a specific and tested answer. I'm saying this only
> because I posted the same quesion earlier and got spammed by this
so-called
> Microsoft MVP that gave me a very vague answer, followed by a series of > incorrect answers that I had already mentioned were tried, tested and > failed. Sorry I had to start my post like that : - ) but here goes my actual
> question:
>
>
>
> I'm into writing perfectly indented html, but the .net dev environment is
> being overzealous and messing up my html formatting when I switch
from > design to code view.
>
> for example, I originally write:
>
> <table>
> <tr>
> <td>
> <asp:label id="lblSuccess " runat="server">
> </asp:/label>
> </td>
> </tr>
> </table>
>
> then the dev environment switches it to something like:
>
> <table>
> <tr>
> <td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
> </td></tr></table>
>
>
> I'm running the latest version of .net --version 7.1.3088
>
> *****
> I've run through the tools/options and placed the envirionment to do

the > least amount of microsoftesque-preemptive formatting.
> ***
>
> Please HELP!!! If there is no solution I think I'm gonna code .net

stuff
in
> notepad until I can get a linux, bsd or UNIX job...lol jk. I've
been an MS
> developer for years!
>
>
>
>




Nov 18 '05 #8
Indeed. I try to write all of my runat=server elements onto the page,
switch to design to render the control creating statements, and then do
all of my HTML and whatnot back in html view, never switching to design
mode again. If I add another server element or two, I just write the
instantiating code myself. It isn't worth the hassle.

Someone on the VS.net team blogged about this, and how they just stole
the html rendering from IE rather than spend time writing their own. So
basically IE is rendering your html, and it has no clue about
whitespace, line breaks, or proper attributes (since when does
align=center mean align=middle). So when it "de-renders" back to HTML
view, it tries to make a close approximation of what you had, but it
isn't exact. I tried to find the blog entry but alas, I could not.

--------------------------------
| Scott C. Reynolds |
| Tales from the SharpSide |
| http://www.scottcreynolds.com |
--------------------------------

Jacob Crossley wrote:
I actually only switch to the designer for a reason other than design. When
one switches to the design view, object creation statements are written in
the code behind. Anyway, I'm hoping whidbey is more like an adult
development environment and less like MS word. : - )
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
To be honest I don't think a patch is possible. From what I understand


the
cause is rooted deep in Frontpage libraries that are being used way
underneath it all. The only way to fix it is to create a whole new HTML
formatting system, which I *think* is what they've done in Whidbey (VS.NET
2005).

A workaround is to always use HTML view and never use the designer, but
personally I prefer slightly funky HTML formatting over that idea.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:Hy****** ********@fe25.u senetserver.com ...
I figured that this was a wonderful Microsoft 'Feature'. Thanks for the
honest answer Steve. Well if anyone from the .net dev team reads this


post,
PLEASE roll away this feature before the 2005 release, a patch would be
so
much appreciated!
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OR***** *********@tk2ms ftngp13.phx.gbl ...

There is no solution at this time.
VS.NET 2002 and 2003 will reformat your HTML when they see fit.
Thankfull y, VS.NET 2005 will finally fix this thoroughly hated


"feature."
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Jacob Crossley" <ja***********@ hotmail.com> wrote in message
news:jR**** **********@fe25 .usenetserver.c om...

>Preface: Not to sound mean or arrogant, but please don't answer this
>question unless you have a specific and tested answer. I'm saying
this
only

>because I posted the same quesion earlier and got spammed by this

so-called

>Microsof t MVP that gave me a very vague answer, followed by a series


of
>incorrec t answers that I had already mentioned were tried, tested
and
failed. Sorry I had to start my post like that : - ) but here goes
my
actual

>question :
>
>
>
>I'm into writing perfectly indented html, but the .net dev
environment
is

>being overzealous and messing up my html formatting when I switch
from
design to code view.
>
>for example, I originally write:
>
><table>
> <tr>
> <td>
> <asp:label id="lblSuccess " runat="server">
> </asp:/label>
> </td>
> </tr>
></table>
>
>then the dev environment switches it to something like:
>
><table>
> <tr>
> <td><asp:labe l id="lblSuccess " runat="server"> </asp:/label>
> </td></tr></table>
>
>
>I'm running the latest version of .net --version 7.1.3088
>
>*****
>I've run through the tools/options and placed the envirionment to do


the
>least amount of microsoftesque-preemptive formatting.
>***
>
>Please HELP!!! If there is no solution I think I'm gonna code .net

stuff

in

>notepad until I can get a linux, bsd or UNIX job...lol jk. I've


been
an
MS

>develope r for years!
>
>
>
>


Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2209
by: Debbie | last post by:
Hi I have developed an application that access an SQL database and installed it on a different machine The installation is successful but when I try to run the application I get the following error Application has generated an exception that could not be handled Process id = 0x610 (1552), Thread id=0x1d0(464)
8
17472
by: Glenn A. Harlan | last post by:
Why am I receiving the below error when calling - Path.GetTempFileName() The directory name is invalid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.IOException: The directory name is invalid.
2
39359
by: Robert | last post by:
Ref. Windows 2000 proffessional 5.00.2195 Service pack 4 Internet explorer 6.0.2800.1106 Visual basic .NET Standard 2003 MSDN library for Visual Studio .NET 2003 Microsoft Data Access Component MDAC 2.8 ..NET Framework 1.0 ..NET Framework 2.0 Beta ..NET Framework 2.0 SDK Beta ASP.NET web matrix project Version 0.6
1
472
by: Invalidlastname | last post by:
Hi, Our developer team recently started getting the compilation error, see below, once a while running the asp.net web application from Visual Studio 2003 (in debug mode), and we have to rebuild the solution or deleted the VsWebcache to get rid of this error I suspect this error is related to that we strong named several assemblies for using queued components in NET EnterpriseServices. In development environment, we did not install those...
4
2409
by: mcwooq | last post by:
Hi, I just installed the VS.Studio 2005 Team Edition for Developper and encountered severe problems with debugging ASP.NET 2.0 projects. Even newly empty created ASP 2.0 projects can't debug (setting breakpoint in page_load()). I'm getting the following message: "Unable to start debugging on the web server. An error occurred that usually indicates a corrupt installation (code 0x80004002). If the problem persists,
0
3337
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the Microsoft Visual Studio 2005 Software Development Kit. By providing a full help authoring environment within the Visual Studio 2005 SDK, Innovasys is providing developers building components and products that integrate with Visual Studio 2005 a...
0
6604
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with every the of C++ project I try to build. Not just Class Libraries, but a plain Windows Form Application as well. I've tried creating new projects with nothing but shell built by the Wizard, but I still get the error.
13
3021
by: Mark Rae | last post by:
Hi, On Friday I attended the Microsoft EVO conference in London where they talked about Vista, Office 2007 and Exchange 2007 and how they all work together beautifully, how they were all "people-ready" etc... I asked a couple of questions about Visual Studio.NET on Vista, especially on 64-bit Vista, and they became *very* nervous... To cut a long story short, Microsoft will not support ANY version of Visual
0
3530
by: fischermx | last post by:
Environment: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1 (KB926601) Hotfix for Microsoft Visual Studio 2005 Professional Edition - ENU (KB933608) Windows XP, SP2.
7
1824
by: Chris Marsh | last post by:
All I've been asked run a VM on my development machine, with Windows Server 2003 installed. I've also been asked to then develop against this environment from the host machine, using Visual Studio 2003. Questions: 1. Is it even possible to use VS 2003 to develop when all files and IIS are on a remote machine or VM?
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8857
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8764
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8546
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5654
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1993
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.