VS 2005 Use CSS Or Javascript In Projects?
Jan 17, 2010Can we use CSS or Javascript in our VB.net projects? Or if not what do I need to do to create a more robust looking form?
View 2 RepliesCan we use CSS or Javascript in our VB.net projects? Or if not what do I need to do to create a more robust looking form?
View 2 RepliesI've ran into an issue with my VS 2005 where that suddenly it hangs whenever I try to open a web site project or create a new website. As soon as I select and existing site or choose to create a new one the IDE stops responding gives only a message that it is busy if I try to click on anything. I have even let it set for up to several minutes but no change. I am forced to kill the process any time I try to do anything with new or existing web site now on this computer.Nothing is wrong with the web site projects, they open fine on my other computers and were working fine on this one until they weren't.
View 18 RepliesI have a solution which consists among other things 2 windows applications.I would like to be able to run the first windows application then click on the second windows application and run that as well.
View 3 RepliesMy VS 2005 currently allows to create only Projects in C#. Is there any seperate Add In available for download using whcih I can Create VB.Net Projects.
View 1 RepliesI have a sulution consisting of aout 30 projects, where 8 of tehm are deployment projects. Currently, when I want to debug the winforms app, I press "start debugging", and wait for about 15 minutes for the solution to be built, and also the deployment projects to be built and packed. The solution itself is built in about 2 minutes, the rest of the time is for the deployment projects.So, my question, is there a way to make the setup in visual studio so that only the code projects are built and the deployment projects to be built manually when needed?
View 2 RepliesIn Visual Studio 2005, I can't seem to get the Intellisense menu to pop up at all when I click CTRL+Space. This seems to be limited to VB.NET files. I have tried creating new Visual C# and C# web projects, and it works fine there. There also doesn't seem to be a problem in things like CSS files in VB.NET projects. But when I create a new VB.NET web site, CTRL+Space does nothing. I have tried resetting all the Import and Export setting. That didn't work either.
View 1 RepliesI am trying to migrate from XP & Net 2005 to Windows 7 & Net 2010 My intention was to replicate net 2005 first & get projects working before installing net 2010, as I envisaged all sorts of learning tasks which I could resolve at a snaill pace whilst still being able to operate with net 2005
Stage 1 was to load 2005 on Windows 7, no problems yet.
Stage 2 open the Virtual Cryptainer drive
Stage 3 load a project ( was never a problem with XP)
Stage 4 project errors reported as not being able to access linked modules in another folder
Windows 7 seems to have more folder security/permissions than XP, so I altered as many folders being associated with the project but to no avail.By changing the virtual drive folder permissions are they amended on the drive folders (if so how would this affect going back to XP)
are the folder permissions somehow stored in the registry, which means if I restore an old virtual drive from backup, does W7 now know the permissions & apply them to the back up drive, even though those folders were never accessed in W7?By the way, anybody reading this that does not know about Cryptainer, should look at it very seriously, I now have no data files on drive C, & all my data files in the cryptainer vault are compact & virtually impossible to be opened without a password up to 100 char long!
Removing projects from VB2008 start page recent projects list. The above list is getting clogged. How do I remove items from this list?
View 3 RepliesI read on the forum that it is possible to disable javascript in the webbrowser1 control (vb6). But the code doesn't work in vb.net. Is there a code to disable javascript in vb.net?
View 1 RepliesI want to create a json object in vb.net to send the response back javascript function to do something?
View 2 Replies[RESOLVED] [2005] "Rebuild" and "Clean" Projects
View 3 RepliesI have written a web usercontrol (ascx). Inside, there is a Panel that I want to show/hide on click of a hyperlink inside the usercontrol. Normally, this is easy just by doing something like this (the onclick attribute is added to the hyperlink on prerender):
[Code]...
i want to ask that wat is sln? and how to see sln projects...
View 2 RepliesI notice you need a wizard to at least start to convert projects from VB6 to .Net
I also see it comes with VS Professional
Is it able to be downloaded and run with VS2008 Express ?
How can I create a namespace and classes in it, then save it, and reuse the namespace in other projects? Do I have to click on Create Class Library in Visual Studio?
View 2 RepliesIm gonna develop an application s/w using VB.Net & Oralce for a small company with 4 employees and a MD.
Each has their own PC connected through a Hub.The task of MD is to check in the employees daily work progress & to calculate their incentives in daily basics...
And each emp should be able to check their daily incentives from their PC using the passwords provided by the s/w Now my doubt is. how should I show the daily incentives updates to all emps PC from MD pc?(i.e) if i install the s/w in all PCs, will they'll get the updates automatically? DOES VB.NET can be used here or should we use ASP.NET?
I have a .Net solution with 5 projects in c# and one in visual basic. I want to know whether there would be a gain of performance to convert my visual basic project to C# in the day to day while I compile my solution.
View 3 RepliesI want to start learning how to add menus to my vb.net projects. how to code and design them.
View 4 RepliesHow do you add new ocx files so they can be used in your projects? I download some free ocx files and cant use them right now cause I can't get them in the side bar thing.
View 2 RepliesI have a project named "slnAllForKids" in Visual Studio 2005. I have another project named "AFKLogin." There is a page called index.aspx in slnAllForKids. I want to redirect from index.aspx to home.aspx in AFKLogin when I click submit button in index.aspx.
View 1 RepliesI am currently doing a project which is to be linked with another project. I.e., when I click on some button in my current project's page I should get a page from the other project..
View 2 RepliesI'm going to build a large project and want to create several libraries (DLL) for it. I don't want to merge them all in one EXE, but want to use seperate DLL files.I don't want those DLL's to be used by others, so these DLL's should be protected so that they can only be used in my own project.I was thinking of using some sort of password in the New() proc, but that doesn't work for shared classes.
Other solution I was thinking of: is it possible to check if the calling assembly has the same strong name as the DLL?These solutions are just one of my ideas. I don't know if those will work and am not saying that one of them is the way to go.What is the best approach to accomplish this?
BTW: I also use a obfuscator to protect my code.
Every time I open a project, it closes the project I had open. I would like to have two or more projects open at a time. I like to do this so that I can reference old code, etc. The projects are not related in any way, so I don't want them linked in any way.
View 10 RepliesI have two .NET projects in the same domain. The first project I create long time ago in VB.NET. Now I create another project that I built in C#. How can I set up my new project in the same domain so I can access the new forms that I built in C#. Do I need to submit the whole folder from the project? Do I need to change anything in the web.config? Right now I am getting this error. [PhoneControl] is the new project in C#. [URL]
View 2 Repliescan anyone of u tell me how should i integrate three different modules of my project into one.specifically which all files i need to alter
View 1 RepliesI have made a class library for visual basic, now I have a dll. How can I now load the dll into other projects?
View 5 RepliesI know its odd to post 2 different projects in a day but hence the lecturer asked us to do 2 in 1 week what else can I do so here is the problem he wants us to make a tic tac toe game that will ask for player 1 and 2 name then generate a random number for who will play 1st ok.. I though of a solution for that but it seems that player 2 always plays 1st also amm when I click on new game that recalls the code that you will see bellow the lblplayer1.text and lblplayer2.text don't reset to the new values untill I re-use the new game command what seems to be the problem? sorry for the bad explanation my English aint the best
count_turn = 0
score1 = 0
score2 = 0
lblscorep1.Text = 0
[Code]...
Well on VS it has the most recent projects which is only like four. WHen I want to access an older one I click open then click on the folder. I don't know what to click after that but whatever I click never brings the form up but it has it's name in the solution explorer in the top right.
View 1 RepliesI'm currently writting an class for importing data into application database from various formats. Basically, I want to pass a file path and the class would give back an class objects and from those objects I'll insert data into database. The problem is that I already have classes for containing data and classes that insert data from data-classes into database ready in the main application. But at the moment I cant Access the source of main application (Im at home and remote connection is down is what im trying to sayJ ). I only have setup.exe of application and the application is already instaled on my home pc (I have .exe in program files).
Is there any way I can add a reference of this application into my current Project so that i can use the classes that are defined in main application?
I have a Windows Forms UI, a Class Library, and a WebService. I need to be able to pass an Enumerated type through each of these layers (SystemType). For instance, the UI passes the type to the class library, which then passes the type to the Web Service.My question is, where do I define this enumeration type so they all know about it.
Options so far:
- Each project contains the exact same enumeration.
- Put the enumeration in its own project and reference this assembly from each of the other projects.