Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > Networking [2 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
DevX.com Forums mscomm problem to send at commad  
15:23 11-Oct-08   [Replies: 0, Views: 31]    By: stanner_austin
hello need help sending atcommands in vb.. i made small code but its seems buggy can't get buffer or connection.. Quote: Private Sub Command1_Click() Dim comman...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums VB6 - Runtime error 13: Type Mismatch  
21:36 10-Oct-08   [Replies: 3, Views: 97]    By: GiftX
Gentlemen, I have one annoying error and I have looked and looked and can't find the mismatch. The code below gave the above error: Code: Set rsin = Dbs.OpenRecordset("SELECT t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Array or Temp Recordset comparison within nested loop  
17:09 10-Oct-08   [Replies: 0, Views: 55]    By: jpigott
The code which follows works well I just need to add one component to make it complete. I need the inner loop to write origin's (country codes) to an array or temporary recordset depending on ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Folder File Count  
16:03 10-Oct-08   [Replies: 3, Views: 50]    By: johnmtb
Dear All, I need to know how many files there are in a particular folder. The following code works, but considering that, f.DateCreated, f.Size and f.Type, all provide the information I need. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Excel VBA - Setting And Using Function Keys  
14:57 10-Oct-08   [Replies: 2, Views: 81]    By: Hack
I would like to set a Function key to execute a specific Sub routine. I Googled around and found an example, but I can't get it work. Here is what I have. On the Workbook itself Code: Op...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums How To Remove Part of String  
15:39 9-Oct-08   [Replies: 7, Views: 181]    By: DotNotGoodness
Hi, I have a string that would contain the following: Subject - Description However, I need to find a way to remove the hyphen if there is no description after the hyphen (this is due to...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Output To Excel  
05:19 8-Oct-08   [Replies: 3, Views: 100]    By: jignesh_ec40
I had made project for data accessing using VB 6.0. and generated diffrent reports in VB. but my requirement is to generate output in EXCEL sheet. I had developed some code for it. but i got jut o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Problem with VB Calculating Average =(  
03:24 8-Oct-08   [Replies: 11, Views: 242]    By: Nickface
hey thanks for the help anyone... i seem 1 step away from getting this prject done. What i have to do is create a text file with 9 test grades and then load it into an array and display in picture...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Read Com serial port into Excel  
17:04 7-Oct-08   [Replies: 0, Views: 84]    By: aak2008
I want to receive data via Com1 (serial port-RS232) and use it in Excel.The data which is sent by an external device is in ASCII-format. I am using the attached codes. (ComPort.doc) I am u...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Excel Macro Protection  
16:32 7-Oct-08   [Replies: 1, Views: 91]    By: stats
How do you protect a Excel Macro from being change or edited by a user? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Excel 2000, Copy function  
14:56 7-Oct-08   [Replies: 6, Views: 184]    By: Steveng1017
Is there any way to copy only the populated cells in a worksheet via VB code? I am creating a dasa base that pulls data from worksheets that will be constantly updated with new info. I would lik...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Excel VBA - Verify A Named Range Exists  
17:16 6-Oct-08   [Replies: 3, Views: 146]    By: Hack
I found this piece of code on the web to verify whether or not a named range exists. Code: Function NameExists(TheName As String) As Boolean On Error Resume Next NameExists = Len(ThisWorkboo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Error 1706  
06:02 5-Oct-08   [Replies: 2, Views: 177]    By: johnmtb
Dear All, Recently, after dropping my computer, I had to install a new hard drive, and of course, re-install XP Home plus all my application programmes; one of which was Visual Basic 6.0. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Setup Dilemna  
16:13 3-Oct-08   [Replies: 6, Views: 283]    By: jamesbandido
i've got a VB6 app that prints and views reports using Crystal Report 8. i've been tasked to add another option to export some reports to PDF on the fly thus i've used CR XI for this job. so now...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Keypresses..  
19:52 2-Oct-08   [Replies: 1, Views: 196]    By: The-Old-Thing
Okay, Basically i have created a program which works in just the same way as a macro. The application listens for a key to be pressed before it sends the text which is inside one of the text ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Print a Textbox and MSHflexgrid on same page  
19:46 2-Oct-08   [Replies: 2, Views: 222]    By: pasnead
I am using this code to print a textbox: Printer.Print " " & Text1.Text Printer.EndDoc and this code to print a MSHFlexgrid: Printer.PaintPicture MSHFlexGrid1.Picture,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Saving Email Attachment with VBScript  
15:22 2-Oct-08   [Replies: 3, Views: 225]    By: yankees394
Hello, I am stuck on a program that is supposed to seach in an Outlook sub-folder and save the attachments to a specified location, then proceed to do other stuff. I had written it in VBA (wor...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums MSFlexgrid in VB - Urgent  
11:01 2-Oct-08   [Replies: 3, Views: 179]    By: arlu1221
I have a msflexgrid on my screen that needs to be populated using a sql query linked to an access database. Can you please provide me the code to populate the grid? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums hot to make a hot area on a button?  
07:25 2-Oct-08   [Replies: 1, Views: 167]    By: liangchu
Hi, how to make a button by vb? While I move the mouse into the area on it the shape of mouse'pointer would be changed.Thanks a lot. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums ERROR: 3704 Operation is not allowed when the object is closed.  
06:33 2-Oct-08   [Replies: 3, Views: 306]    By: debofzion
I am writting vba code to extract data from an oracle db and report out in excel. However, I get the following message, when I try to launch the program Error 3704 Operation is not allowed w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums How to catch end of external application  
21:51 30-Sep-08   [Replies: 1, Views: 186]    By: dpe2004
Hello there, I have a problem with my project. In my app i could start powerpoint presentation by pressing label, then i will have to know when the presentation end. Any ideas? Thank you very much...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Copy text to 1 of 2 worksheets depending on value in another cell  
14:22 29-Sep-08   [Replies: 16, Views: 534]    By: jcurless
I am new to the VBA of excel and am trying to do something that may not be possible. What I have: Work book with 5 work sheets. (Old in, redeployment, disposal, device info, and location) the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums VBA Code for Logistic Regression  
11:30 28-Sep-08   [Replies: 3, Views: 264]    By: LPH
I'm searching for VBA code that can read data from Excel worksheet, calculate the logistic regression equation using an IRLS algorithm, and output the equation (intercept and coefficient(s)) to th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Word to Outlook Problem  
13:43 27-Sep-08   [Replies: 4, Views: 257]    By: johnmtb
To all you Gurus out there, can you explain this? I originally wrote a programme in Word VBA, and have converted to VB6. The programme reads from MS Word documents, copies one of the documents...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Search, copy, and paste beginning on last row  
00:50 27-Sep-08   [Replies: 3, Views: 242]    By: Sosoa
Hello all, I put together a macro to search through an inventory, find product matches, then copy and paste the corresponding row of data into another sheet. I'd like to be able to run consecutive...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006