Source control -
Hello kids.
I'm studying about source control. I'm looking for controling tecniques to trace the changes you do into a code source.
I need a program that saves many versions of code and registers dates of change and reason, etc. Or somethig similar.
It's very usefull to remember why did you do that change a few months ago or why someone did any change in the source code.
If you can send any help, I'll be bery pleased.
Source control menu disabled -
Every option on my Source control menu (File / Source Control) in VS.Net is disabled. Does anyone know what causes this? Have I not integrated source control properly or something. (I have VSS 6 installed with latest service pack, and have used it extensively for previous VB6 projects.
Source control on sql server help!!! -
I am working in dev studio.net and Im writing stored procedures for a sql server. I have my project files except the SPs all under source control.
But how do I do to make source control work for my stored procedures as well? Like rightclick and "add to source control" I h
Interdev & SourceSafe -
Hopefully someone can offer me a hand. I am trying to set up source control (real source control, not the basic control Interdev sets up) for a project I am working on. I have 2 servers currently running, one with IIS on it (the server that I am developing my application one) and one
Source Control issue. -
Hi I am a newbie in VB.NET . When trying to open some sample code, I get a message "Source control, The solution appears to be under source control" and that some information cannot be found ............... it will be treated as not under source control.
Can I be told what
Source Code Control Systems -
What source code control systems does everyone use?
I just keep source organized in a directory on my computer, but our department is growing past the limitations of that.
I heard Visual Source Safe is buggy. Anyone have any advice or experiences to share?
access control source property -
I'm developing an ActiveX control (my first) intended to be used primarily on MS Access forms. The biggest component of the control is a RichTextBox. I'd like the ActiveX control, when placed on an Access form, to display a Control Source property in which to identify the field contai
[2005] How do you use Source Control -
How do YOU use Source Control?
I am using SVN with the Ankh plugin.
Imagine I have a project that is under source control.
All the files for that project will be in one directory in the source tree.
Now imagine that I have a second project.
All the files for that project will be
how to get HTML source from web control -
I have a web control in my application. I use it to login gmail. The web control shows the emails I have. How can I get the HTML source of the page the web control is showing?
thanks
Help - Internet Problem -
Hi,
I want to do the following.
1.Fetch a web page source with the inet control.
2.Check the source and modify it
3.View the modified file in the Webbrowser control
I don't want to save the modified source locally, otherwise any images will not be shown.
Anyone have any ide
Source control -
Hello kids.
I'm studying about source control. I'm looking for controling tecniques to trace the changes you do into a code source.
I need a program that saves many versions of code and registers dates of change and reason, etc. Or somethig similar.
It's very usefull to rememb
Data control & DataGrid ocx problem -
Hi,
I’m using a VB6 Pro SP4 (the latest). Here’s the problem:
1. I add Data control and DataGrid control (MSDATGRD.OCX) to the form
2. I connect Data control to Biblio.MDB and set RecordSource to one of the tables (Authors)
3. When I try to set DataSource of DataGrid I get the
Getting webpage source code -
Hello.. this is my problem: I am wanting to get the source code from the status.htm on my router. I am using that vb .ocx... I think it is the inet control or something. It is able to get the source of the webpages... but on my router, you must log into it first. How do I get the c
get source from the webbrowser control -
how would i get the source from a webbrowser control? i remeber it was real easy like webbrowser1.getsource or something... maybe im wrong, i havent worked with webbrowser for the longest time. i would like to view the source then store it into a textbox
Excel 2003 html source issues -
Hi all... this is my first post so forgive me if I don't know the etiquette at this time.
Anyway,
I have webbrowser control that loads the URL of a website into it at run-time. I can right-click and copy the source from the notepad that pops up and paste into a text box to parse
How to connect Microsoft Data Grid Control to Data Control -
Hi all
I am using VB6 and I want to connect Microsoft DataGrid control 6.0(OLEDB) to a data control on the form. I placed the datacontrol on the form and set the data source property to the desired database file, then placed the DataGrid control. Then if click on the data source pro
Saving an embedded object -
I am embedding a software on an OLE control to get its graphical functionality available to me.
How do i save the changes i made on the OLE control to the source file used in the CreateEmbed method ?
For example, think you put Visio on a OLE control. Make a visio diagram. How do you
Masked Edit...Control Source -
Hi Friends,
I am using a masked edit control on a form in VBA (Excel). Is there any 'control source' option for a masked edit control?.
I would like the value I enter in the masked edit control to be placed in a cell in excel which I have named "data".
If you use a
simple, but I don't know... who is clever -
So, next is a part of my program to drag data from one msflexgrid to another, but I have some problems to find out what cpde to put in some places.
Is someone knows what to put instead of "..................."
Thanks.
Private Sub Form_DragOver(Source As Control, X As Sin
User Control problem when > 1 on same form -
Hi,
I have created a user control which contains another user control (in same source). The inner control is a numeric text box. The outer control is a container for 3 numeric controls - X,Y and Z by default.
Here is my problem. When the control first loads, if you change the val
Source Code Control for VB -
Hello Everybody
Can some one please suggest me If there are any softwares (freeware/ $ware )available for source revision control for my VB application ?
Thanks
Sathya
Source Code Control - What do you use -
I'm currently using VSS for source code control here at work, which works fine as I'm the only developer. My company is trying to pool all of it's resources throughout the organization in North America and wants us to all share code. We are researching Source Code Control tools and t
[2.0] How To: View a web site's source code Source URL = web browser control -
I'm having trouble with this. I've read through quite a few articles (including the one on MSDN) but it's just not sinking in. None of the articles explain how to do this without involving 5 billion lines of code/references or the articles just don't plain work (errors, with no explana
Saving the source.dragicon -
I would like to change the icon when the mouse is draged over a control, and go back to the original when the mouse moves off the conrol.
Here is my code:
Private Sub txtItemBarcode_DragOver(Source As Control, X As Single, Y As Single, State As Integer)
Static Sourceimage
If S
Simple source code control app -
I'm looking for a simple source-code control app, not VSS, preferably free. I mostly need it for revision control, etc. It doesn't need to have fancy stuff like security or multiple-developer support. Any ideas?
OLE Drags & Drops -
i'm trying to do a drag & drop between a treeview control (used as source) and a listview control (used as destination). i can pull the item out of the source, and i set the Data parameter to some text value meaningful for the destination. dragging works fine - i have been able to
Getting Source-HTML of WebBrowser control -
Hi!
I'm working on an Internet application with a WebBrowser control. I am able to make it navigate to any url, and to modify it's contents, sub-fields and properties by the use of the IHTMLDocument1, IHTMLDocument2 and IHTMLDocument3 interfaces provided by the .Document pointer.
sitemap question: database as source -
is it possible for a sitemappath control to have sqlserver database tables as its data source? instead of using xml or sitemapdatasource i would like to connect to my tables as source for my sitemappath control.
is this possible?
Looking for a Suggestion for a VB .NET Source Control tool -
Howdy,
Looking for a suggestion for a good source control tool for VB .NET. Looking for something:
1. Integrated with VB .NET
2. Would aid sharing common classes and modules across solutions.
3. Does basic versioning stuff, so a developer can extract a previous release's sou
Creating Data Source Through Vb -
Dear Friends,
When we connect to any database using ADO control , we
provide a data source name ( which we create in Control Panel's
ODBC ...........). e.g:
ADO.Connecting String ="DSN=xxxxx;UID=xxxxxx;PWD=xxxxx;"
But this raises a problem whenever user delete th
Apex True DBGrid 6.0 Pro Data Source Problem -
I am trying to set the data source of a True DBGrid as an ADO control in the properties window of the DBGrid, but when I click on tbe Data Source cell an error message comes up saying there is no compatible data source for this control. I thought it might be because ADO is so new, but
Populating a DataGrid through a Class -
I am trying to populate a datagrid without using an additional control such as ADODC. I have spent hours trying to create a data source class that I could use to substitute for the control, but have had no luck. I want to be able to change the datagrids contents during run time by chan
WebBrowser Control: Get HTML Source Code -
I have a hidden WebBrowser control that I have navigated to a particular page.
Now I would like to grab the html source of that page in question.
But I can't figure out how to actually access the relevant properties of the control...
Any thoughts ?
Source code preservation with the Webbrowser control -
want to make both a WYSIWYG editor and a text based
html editor.
1.How do i do Source Code Preservation for the Webbrowser control. I set the
webbrowser1.document.write editbox.text
How do i put the webbrowser1 document source code to the
editbox with source code preservation
A bug in my game -
Hi, I'm making a Checkers game, with labels, as the board, and images as the pieces. I decided to make a small 4x4 board to begin with. Here is a picture of the board:
http://visualprogrammer.50megs.com/BOARD.gif
The checker pieces are array images.
When the small game starts, t
[2005] Return HTML Source without using WebBrowser Control. Possible -
I have an application that I wrote that uses a WebBrowser Control to go to a page and send post data, and then reads the html source to get results. It works perfectly, however, I was wondering if it is possible to accomplish the same thing without using a webBrowser control. I looke
Setting ODBC Data Source through VB -
Hi,
I have several applications written in FoxPro and would like to access the databases from VB. On my development PC, I use the Data Sources Control Panel to create a new Data Source Name and assign it a driver and location of the FoxPro database.
If I want to distribute the V
Source Control for VB6 -
Hello,
Not a specific VB6 question, but what do you guys recommend or use for source control with VB6. Source Safe seemed like the answer but it seems to be lacking specifically in the fact that two developers cant take out the same form, and then merge it (although that is not that b
Launch IE and Get source to DB -
As a decent programmer, this seems to be a simple task, but is turning out to be difficult.
I would like to launch Internet Explorer, view the source of a page, and then parse some info (from the source) to a database.
I can launch internet explorer, but getting the source seems
Webbrowser Control : Loading a webpage from Variable -
If I have the source in a variable, how do I show it in a webbrowser control.
When we use the navigate method, we need to specify it a filename or URL.
I want it to directly draw it in the control without the need to first create an intermediate file in between and then load it. In
webbrowser control again. -
Hiyas, I was just wondering something, about getting the source from the page the webbrowser control is at.
I know how to get the source from the webbrowser control normally,
exampe:
Code:
PageSource = WebBrowser1.Document.documentElement.innerHTML
but I was just wonderi