click two input buttons in form. both buttons have the same value
Hello guys, I have a form (see below), where I need to select a value from the select list, then I click "Go", page loads, then I select another value from the second list, then I click in the second...
View ArticleHow to convert a TXT file into a VB script?
I have a TXT file that was a ebm macro that was converted. I need to know how to convert that TXT file into vb so I can import it into a IBM PCOMM macro. Can someone tell me how to convert the TXT file...
View ArticleGet source code in Server in my office
Hi I need to see (only) the source code in server in office , I get to Service Desk, but very slow to provide Are there some other way to get it ? tia
View Article[RESOLVED] How to include a file of classic ASP code?
I'm wanting to create a file for classic ASP/VBScript code. I'm assuming the extension would be .vb Can I include it into my webpage like this? Code: <html> <head> <script...
View ArticleCreating a datatable using data from database
Hi, how can I create a datatable from a table in my database. I want to be able to use the datatable to perform calculations such as averaging a number of grades of different students. Im currently...
View Articlenew string what?
strNoWOCalDate = string(2-len(month(cdate(strCalDate))), "0") & month(cdate(strCalDate)) & string(2-len(day(cdate(strCalDate))), "0") & day(cdate(strCalDate)) &...
View Articleis it possible to write a chat room with several users talking in one window ?
+ option for each user to transmit its webcam ? 2. i have only the free edition of visual studio. is it possible with it ? if yes, can you please give me a direction or maybe some sample code ? i'm a...
View ArticlePie chart in asp?
How do i import system.drawing into a page. here's what i'm looking to do. i created a page called pie chart.aspx but instead of just using image of a pie chart i want to use the system.drawings to...
View Article[RESOLVED] hey will vb script programs run on all windows like 7 & 8
ive only used it a few times and was wondering can it do all that c language can ? thanks
View ArticleIm trying to write a script for HTA to make folder increments...
to open a word document and also create a folder and sub folder in ascending order as well as group them into 100 folder blocks. I know Im not being super clear so I will try to explain: For example I...
View Articleclassic asp to .NET
So I am involved in doing a MASSIVE conversion from classic asp with embedded SQL to ASP.NET, C# and SPROCS. the code is massive and badly written as that is how things were done "back then" and other...
View ArticleVBS To check if registry key exists if so delete if not then move on
Hi all, Ive been tearing my hair out trying to work this one out. I had it working (if the key exists) its when the key doesnt exist its a problem. Im trying to delete the proxy server registry key as...
View ArticleCreating XML Files in VBS
Hi, So I am using vbs to output some stuff to XML, I got most of it figured out except one part. Here is something what my code looks like Code: Dim...
View Article[RESOLVED] VBS To check if registry key exists if so delete if not then move on
Hi all, Ive been tearing my hair out trying to work this one out. I had it working (if the key exists) its when the key doesnt exist its a problem. Im trying to delete the proxy server registry key as...
View Article[RESOLVED] Creating XML Files in VBS
Hi, So I am using vbs to output some stuff to XML, I got most of it figured out except one part. Here is something what my code looks like Code: Dim...
View ArticleCan I build this in ASP or has it already been built?
Hey guys I want to start learning more about ASP and I thought a good way would be to build a posting Forum/board like this one or simple machines. I'm not sure about the mechaincs of how to do it 100%...
View ArticleVisual InterDev Release Working Copy behaviour
I'm seeing some very strange behavior when using Visual InterDev's "Release Working Copy" feature. I have an asp page with some variables defined as follows: Code: <%TESTTD="<TD...
View ArticleEmpty Reg MultiString
So, I want to check a REG_MULTI_SZ in a key and if it is empty then do something. However, my script keeps reporting that it contains data when it does not. Whats wrong? Const HKEY_LOCAL_MACHINE =...
View ArticleDetect Table Overlap
Hey there, I'm writing an app that automatically creates a PivotTable. I've got everything working, except that I want the PivotTables to all appear on the same sheet. Often, users will be performing...
View Articlevisual basic script
Hi, can somone help me? I have script and i dont know what is wrong: Function LastRow() Dim c As Object With Sheets(1).Range("A:A") Set c = .Find(What:="*", LookIn:=xlValues, Lookat:=xlPart,...
View Article