16,916 Topics
![]() | |
Hi friends, I am using MSHFFlexible grid for display recrodset but my problem is that when text's length is greater than column width then it is not adjusted automatically. Please tell me how can i remove this problem. I set [B]word wrap[/B] property of [B]Flexible Grid[/B] it is not work. | |
Hi, I have a complex project (100 source files) and I have a make file from the format SRCS= a.cpp b.cpp ..... %.o : %.c gcc -c -MD -o $@ $< @cp $*.d $*.P; \ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ -e '/^$$/ d' -e 's/$$/ … | |
Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks … | |
I get the following error message: Compile error: Can't assign to read-only property when trying to assign Multiselect to my FileListBox(File1). I used the following code: File1.ReadOnly = False File1.MultiSelect = 2 Do anybody know what is wrong! best regards Kristian | |
Hi! The program I am using is excel. What I am looking to do is alphabetize a string [I]within[/I] a cell. Note, I do not wish to alphabetize a column of words. Here is an example. Let's say cell A1 contains a string like so: "The Law Firm of Cohen … | |
Hi, I am having a problem with Visual Basic 6 in that in various screens (Options, Project Options and "New Project" (to name a few)) it is using FixedSys font instead of what it would normally use (Tahoma or MS Sans Serif if I remember right?). How would I go … | |
Well, I'm making this notepad in Visual Basic and I'm using the "SAPI.SpVoice" add-in, so the computer could read the text typed in the notepad. I've been searching for google for days and I can't find anything that will help me. Could anyone help me with the following things: Is … | |
i have a data from Microsoft Access.. now i would like to show it out by Data Report and Data environment... can anyone, teach me how to use data repost and data environment??? thanks.... from vbgirl | |
Wasn't sure which thread to post this on, but haven't gotten any help from "Servers"... I'm writing login scripts for the different departments in our company as they all use different Printers, Network Drives, etc. I've managed to get the code together to do everything I need except set the … | |
hi all! In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked. When i click the <ADD> button I'st time, the text box content is displaying correctly. When i click the <ADD> button II'nd time, the text box … | |
Dear Friends, I am using Data Report for my project. But when i click on report command button it gives [B][I]Failed getting Rowset(s) from current datasource[/I][/B]. Thanking you. Pardeep | |
Dear Friends, I got two problem related to Data Report. 1. I got more than 20 temporary file with extention .tmp in my project folder. 2. My report unable to show effect after deletion of any record. It only takes effect when i close the program and then restart program. … | |
Dear Friends, I got problem when i insert Time label in report then it give me only time not meridian status [B][I][U](e.g. 11:41 rather than 11:41 A.M. or P.M.) [/U][/I][/B]. I checked time format in control panel it is [B][I][U[(hh:mm:ss tt)[/U][/I][/B] | |
Hi Guys and Lassies, Currently creating a program and need one bit of info to complete. Using really simple code (Not SQL) I want to select a name from a dropdown combo, and once selected, displays the name in a label, AS WELL as displaying relevant info from a database … | |
Hi, I am a kinda new to VB. I was wondering if I could get an email report of the windows services status (may be a few services) that is running on a remote machine. I wrote the following code with the help of many websites, still getting an error … | |
hi all, I am facing small problem in access database . I am using MS-Access database in our application and i secure it by setting password to my database. But now i want to acces that database through coding in my vb application but it is generating error. So can … | |
Hi everyone, I wonder if somebody can help me with the following please. I have a number of textBoxes on a page that I want to check with a for next statement. e.g, the boxes are called (imaginatively), txtBox1, txtBox2, txtBox3... I would like to build a statement where I … | |
Is it possible to open a hyperlink and display the data in a label or text box? I have a table in Access where the data type of a record is a hyperlink. I would like to open that hyperlink and display the data in a label or text box. … | |
Hi friends, I know process of connectivity to oracle but i have a problem whenever i restart my computer it shows ORACLE NOT AVAILABLE . How can i avoid this disconnection error. Please help me. | |
Hey guys, I am a graphic designer and web developer at work and sometimes I have to bring my work home with me or sometimes I like to start my own personal web projects. I would like to have a Mac pro as my home computer, but I would also … | |
Hi! Please help me because i don't now how i can sellect more items to make something in layout... How is in this tutorial: [url]http://www.asp.net/learn/videos/video-13.aspx[/url] (minute 37) | |
Hi I was just wondering if there was any way to open up an ASPX file in IE? I have tried navigatin to the folder in my file system and selected 'open with' but I get the following: [COLOR="Red"]A name was started with an invalid character. Error processing resource 'file:///C:/Users/[I]username[/I]/Documents/Visual … | |
i made a project. i want to release it. but i want to release a trail version of it for 15 days. any proses. please help | |
Hi! There are more than one display devices monitor/TV connected to PC. I want my application display on particular device monitor/tv. Is it possible to address my application in VB6 to display on targeted device? If yes, than how? and code please. | |
hi, i'm working on a project and i was wondering how to open a hyperlink from access. the data type of one of the fields is a hyperlink, because the data of it is in a text file. i can DISPLAY the hyperlink in a label on vb, but i'm … | |
I wanted to add a loading screen to my program. My code is [code] Private Sub Timer1_Timer() Dim x As Integer x = 1 If Me.ProgressBar1 >= 10 Or x >= 10 Then Unload Me MDIForm1.Show Timer1.Enabled = False Else x = x + 1 x = Me.ProgressBar1 End If … | |
![]() | Hey guys, Do you know of any codes that automatically creates a file? Whenever I use open/get etc, I need to manually create the file, or otherwise I get a bad file name error. Thanks in advance |
Hey guys i am new to programing but serious and have great ideas but just need to learn alittle more but what i really want to noe is... is visual basic anygood for making topend programs i mean its a grate prgraming language and easy to use but how does … | |
Hello there, I'm trying to compile a project in Visual Studio 2005 and the compiler finds errors in the file fstream.h. Some of them are: c:\program files\microsoft visual studio\vc98\include\fstream.h(88) : error C2872: 'streambuf' : ambiguous symbol c:\program files\microsoft visual studio\vc98\include\fstream.h(89) : error C2872: 'streampos' : ambiguous symbol c:\program files\microsoft visual … | |
hi , i have prepared parameterized report in visual basic 6 using msaccess as the backend. The sql query is running fine.But the reports when run are blank. i don't get what went wrong.I have dragged and dropped the correct command object of the correct connection,DataEnvironment. This is urgent, plz … | |
Dear Friends, I have a report which columns given below. Sno Project Name Project No Bill Raise Amount 1 abc 0213 YES 123.33 2 xyz 0232 NO 23.33 3 asd 0365 YES 125.65 4 rty 0325 254.52 5 hjkg 0254 NO 236.22 and i am using dataenvironment->command1 My requirement is … | |
this is just a simple question about the codings of the VB 6.0 what is the right syntacs: Private Sub Form_Load() i just forget it... i really need to know it. thnks! | |
Hello, I would like to develop a transparent activeX control that can float on top of web pages. In other words, you would be able to see through the activeX control to the page content behind it. I managed to get this to work for a desktop version of the … | |
[Moderators, apologies if this is not the category my question falls under, please move it to the approp. category, Thanks] Hi, I have developed a VSTO SE Outlook 2007 add-in with Visual Studio 2005. I used the default setup project to create the setup files. Upon installation, the Add-in works … | |
Hi guys, Thanks for the effort you've made in answering my last post and I hope you'll help me out again. I did develop a program in vb6 and vb.net and lost the source code. However I did compile the two programs one in vb6 and the other vb.net and … | |
The program has a button named [B]INCREMENT [/B] . The label that starts with 0 will increment every time the button is being pressed and save it in a database then so on. . .those being saved in the database will appear in MSFlexGrid. Important part: in MSFlexGrid 1 2 … | |
![]() | as subject, i'd like to transfering data files (text file) via modem on PSTN line. can't find spesific info for it in everywhere, can anyone guide me with info's. thanks. |
Hi, I am using VS2008 i want to add the data entered in a datagrid column to a variable when pressing a button at run time. How can I do that? Need help fast... | |
I have a listbox that contains data from a table in a database. I am using Visual Basic 6 and Microsoft Access. I have the listbox set up when you select a row the appropriate values populate text boxes at the bottom of the form for editing purposes. I am … | |
Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems … | |
Hello to all, can anyone help me on how to use the "sort" and "refresh" command using MSFlexGrid? Here is the code: |----------------------------------------------------------------------------------------------- [code]Dim WithEvents Con As ADODB.Connection Dim WithEvents rst As ADODB.Recordset Dim cmd As ADODB.Command [B]Private Sub cmdAdd_Click()[/B] chec: Set rst = New ADODB.Recordset 'specifying attributes to this … | |
:) Hi Masters, My name is Tejas and i m a member of daniweb. i m just a bigginer in IT Field. Can You Solve my Deficultest ERRORS of my software If you think so then it is as follows :X I creatre a Software which has 6 Crystal Reports … | |
OK, first of all, thank you for coming trying to help. anyways, i need help on making a program that counts how many words you have typed. REstriction: Must use Strings... Please help me, thx in advance.;) | |
Whenenver I try to Save the Excel Workbook after editing the content by using this Code "xlwbook.Save", It always ask whether to replace the existing File or not. Is there any way to avoid this message? What shall I do to close the workbook silently (not seeing the Message). I … | |
I need to open the Worksheet exactly as in my shortcut target otherwise my other software I'm using can't find it. My Software will only update my cells if my shortcut is open. My Shortcut Target is: "C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" "c:\Batch Records\ShiftRecords" My Shortcut Start in is: "C:\Program Files\Microsoft Office\Office10" | |
hi friends, How to send the data through serial port and receive it in the same form . I type welcome in text1.text , it will send through serial port and received in a another text2.text .. thanking you , | |
Hi, I'm new in Visual Basic. Here's a few questions: 1. What is the difference between VB and VB.net 2. Any good ebook you guys recommend for VB and VB.net?? (I've learned Perl, C++ and Java) 3. If I want to learn VB.net do i need to learn ASP.net first? … | |
Hi, this is Sudarshan from India, I really need a help in my voice recorder programming with multimediacontrol 6.0 . If any one can help me then I will be very greate full to him/her. | |
Hi I'm using MS Visual Basic 2005 Express Edition and need to open an Excel File. I'm using the following code [code] Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim xlTemp As Excel.Application xlTemp = New Excel.Application xlTemp.Workbooks.Open("C:\Documents and Settings\TAP\Desktop\Post\Test.xls") End Sub … | |
Hi, I'm developing a content management website for a company using C#. The program runs when I preview it in browser directly from Development Environment (visual studio to be specific). But when I tried to access it on window 2003 server (local host) I got the error "there is no … |
The End.