16,916 Topics

Member Avatar for
Member Avatar for dragonheart

in my project i need to load another software (it is just for viewing purpose) through a Vb form . i tried to use OLE containers, but when i run d program and double-click the icon in the OLE container, it doesn't do anything, not even sends an error msg …

Member Avatar for x2per14
0
98
Member Avatar for werks

Hello does anyone know how to lock the system within a specified time? Like a screensaver.. Actually i want my system to automatically lock if it is unused for about 15 minutes..tnx in advanced

Member Avatar for werks
0
96
Member Avatar for shadowfire36

i have done some coding back in '99 in visual basic, and i remember there a command to excutse a message box to input data . is there a similar function in C++ to excute a message box for input in a windows os ?

Member Avatar for John A
0
133
Member Avatar for Sayad2000

' For example in the following code I need to pick up an Attribute in an XML file, but for some nodes, the attribute is mispelt as "ANumberAnalysisCause" instead of "aNumberAnalysisCause". How can I pick up either of the two attribute node values? .. Set MoBN_AttributesNode = MoBN_Attributes.getNamedItem("aNumberAnalysisCause") MoAN_CAUSE(c_child) = …

Member Avatar for bushman_222
0
149
Member Avatar for kabir9873

can anyone please tell me how can i save my visual basic exe in such a way so that its exe run automatically when windows start if u know the answer please mail me at <email snipped>

Member Avatar for inuyashahasuma
0
80
Member Avatar for ukinaru

RUN-TIME ERROR '40006' WRONG PROTOCOL OR OR CONNCETION STATE FOR THE REQUEST TRANSACTION OR REQUEST. that is my problem,, here is my code that has an error. Private Sub Text2_Keypress(keyascii As Integer) If keyascii = 13 Then keyascii = 0 List1.AddItem (Text2.Text) Winsock1.SendData Text2.Text Combo1.SetFocus End If End Sub please …

Member Avatar for debasisdas
0
208
Member Avatar for rajeshkhanna_in

Hi all, Could anybody help me in getting a FULL systax of SQL Statements in vb 6.0. Or could anybody suggest me a site that could do it. Rajesh Khanna

Member Avatar for debasisdas
0
63
Member Avatar for minigweek

I am absolutely new to C# , reading the Book , Beginning Visual C# 2005 ,byKarli Watsonet al. , Wrox Press . Using Visual Studio 2005 . Okay , I was practicing some of the concepts from Functions chapter and i faced a wierd error. This the code which is …

Member Avatar for crava
0
107
Member Avatar for rightway

Over the years, India has become very important to the world. It has emerged as the key location, offering world-class talent. The software designers and developers (read: Rightway solution’s designers and developers) are at par with the best in the world. This core competence is built on back of merit. …

0
48
Member Avatar for dragonheart

i am trying to load data from the database to a dbcombo but i am not getting it properly i am using the following coding : [COLOR="Green"]Set db = New Connection db.Open "PROVIDER=Microsoft.Jet.OLEDB.3.51;" & "data source= " & App.Path & "\db1.mdb;" Set rs = New Recordset rs.Open " select model_no …

Member Avatar for dragonheart
0
274
Member Avatar for bushman_222

Hiya all, how do people send things over the winsock command. Say that you have a server that does two task (A and B), and the client tells the server to do each one. When I first started I tried sending an arrays and things like that, but could only …

Member Avatar for Diguelo
0
230
Member Avatar for mosses

Hi hope someone can help, command1.click if line1.bordercolor = vbBlack then line1.bodercolor = vbRed else line1.bodercolor = vbBlack End if end sub I need each time I hit the command button for a line (line1.bordercolor) to toggle between red and black. I'm switching on a wire in a circuit and …

Member Avatar for debasisdas
0
112
Member Avatar for hawisme000

any pls help mo on How to load a filename on a LISTBOX. also pls teach me that when i click on the filename loaded on the listbox it will run, i only need to load the names of my movieclips which is all (.avi) then when click will play …

Member Avatar for choudhuryshouvi
0
246
Member Avatar for priyala

Hi, I have doubt if I need to do a select statement with Where clause and the value to the varclause comes from the text box in the form. Then what is the syntax of the SQL select statement in VB. Thanks, Priya

Member Avatar for Mbt925
0
69
Member Avatar for Irmann

hai and hello everyone, 1) I have done the macro that can automatically pull data between 2 sheet in the same workbook. The example below, just compare 2 cell and then pull the 4 data to other sheet if true. If i have 100++ data to compare between 2 sheet …

0
52
Member Avatar for priyala

Hi, I have a query in VB. I have two forms. The first form loads after few seconds my second form has to load. How do I code for this. Someone help me out. Thanks, Priya

Member Avatar for Jx_Man
0
86
Member Avatar for mkarasu

who can help me to derive this C codes to VB 6.0 that can draw #include<stdio.h> #include<conio.h> main() { int i,j,k,l;m,n,r const char a[66]={'A','B','C','D','E','F','G','H','I','J','K','L', 'M','N','O','P','Q','R','S','T','U','V','W','X','Y ','Z','a','b,'c','d','e','f','g','h','i','j','k','l', 'm','n','o','p','q','r','s','t','u','v','w','x','y ','z','0','1','2','3','4','5','6','7','8','9','-','*', '_','@'}; FILE *dosya; dosya=fopen("murat.txt","w"); for(i=0;i<66;i++) for(j=0;j<66;j++) for(k=0;k<66;k++) for(l=0;l<66;l++) for(m=0;m<66;m++) for(n=0;n<66;n++) for(r=0;r<66;r++) fprintf(dosya,"%c%c%c%c\n",a[i],a[j],a[k],a[l],a[m],a[n],a[r]); fclose(dosya); } or can you send wordlist maker code as …

Member Avatar for debasisdas
0
81
Member Avatar for Universaltech20

Trojan horse BackDoor.Generic8.ZST Dear fellows I should be grateful if anyone has a cure to this. I have an external hard disk which shows an infection with (Trojan horse BackDoor.Generic8.ZST) when scanned with AVG 7.6.516.After healing is carried out and the scan made again, the trojan horse threat shows again. …

Member Avatar for gerbil
0
243
Member Avatar for Run.[it]

I have been given a project to do for college and have the option of doing it in either C++ or Java; both languages Im relatively new to. The scope of the project is fairly open ended, some are planning to do games but Im personally just going to do …

Member Avatar for John A
0
117
Member Avatar for lerkei

does anyone knows how to make randomizing frames appear only once... because i'm using randomized questions, with the use of frames for my games., but my questions appear more than once...can you help me about this?...

Member Avatar for jonc
0
93
Member Avatar for jaasaria

this is the error i have... key column information is insufficient or incorrect. to many rows were affected by update. thx for viewing...

Member Avatar for jaasaria
0
93
Member Avatar for priyala

Hi, Can anyone tell me how to make VB forms an application as an installable something like an application. Thanks, Priya

Member Avatar for choudhuryshouvi
0
98
Member Avatar for technogeek_42

what code should i do to autorun a program to my computer using my USB? or just a program that will execute a start up and save it to the computer?VB6

Member Avatar for technogeek_42
0
323
Member Avatar for complete

While trying to run someone elses example code, Visual Studio 2005 never produced an executable even though the build process was successful. Do you have any idea why this might be?

Member Avatar for JerryShaw
0
58
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

0
60
Member Avatar for JGinside

Okay, this is the situation. We are trying to set up a database where we input individuals for their personnel evaluations. We created a button in the form window and linked it to a macro that updates the "Date Due" block based on the date in the "Date Completed" block …

Member Avatar for jbennet
0
103
Member Avatar for Monetto

Hi All, I have a project, (VB6) and inside this project we have a dll working with ADO, responsible for access Database. I did a modification at this DLL and recomplie it. when I try to add this new DLL using references, nothing happens and I continue with the old …

Member Avatar for jonc
0
113
Member Avatar for ram11

Ram here hi ,i want to make a exe on vb6,which can handle gpedit.msc setting, which i keep default. one single click it should change to setting which i keep default. Option which i would keep is .. local network connection restricted for user MMC disable display properties disable Regedit …

Member Avatar for jonc
0
84
Member Avatar for jince

I Am Currently Working On A Project For A Pathology Lab. I Am Trying To Display Only The Fields That I Need And It Is Not Quite Working. For Eg:- I Have 3 Fields ----name,add And Tel And I Only Fill The Name And Add, The Report Looks Like This …

Member Avatar for choudhuryshouvi
0
65
Member Avatar for pbosek

My VB code has macros which imports a tab seperated text file selected by user into a standard excel template(work sheet). The import to excel is done by query tables. When the text file is chosen thru dialog box and resp commnad button is pressed, the handler opens the excel …

0
66
Member Avatar for BeastOverlordH6

[I]Helloooooo...[/I] I've been working a simple calculator for a kind of RPG I'n developing, and it requires use of a grid. I have a set number of checkboxes in a grid formation, where the user checks off two of these boxes. From here, I'm trying to get the measurement between …

Member Avatar for ericstenson
0
104
Member Avatar for shadowfire36

ok i just got my ass chewed by my professor cause he gave us a a program to build and i used visual studio to build it . he told me he wants his programs built in a compiler , i told him i was using visual studio , he …

Member Avatar for WaltP
0
959
Member Avatar for aaronight

am having this problem .........visual studio 2008\projects\project school billing systems\project school billing systems\project school billing systems.cpp(5) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory and below is my code, can some 1 help me get it right,......... [COLOR="Red"]school billing system from lower primary(1-3)/ upper …

Member Avatar for JRM
0
2K
Member Avatar for hawisme000

hi, pls help me how to make a datareport in landscape design view, bcuz every time i increase the withe larger than 6, i got a error that is saying it is larger than the width of the paper, i know how to input the data and connection, my problem …

Member Avatar for hawisme000
0
103
Member Avatar for bushman_222

I'm creating a client-server style program. The two connect fine and I can send data from the client to the server, The server gets the information correctly However when I try and send data from the server to the client, the client receives empty packets. Upon closer inspection I've noticed …

Member Avatar for jonc
0
319
Member Avatar for chow2rich

I'm new to ASP.NET and using Visual Studio 2008 and also have installed IIS. But when I create a website in Visual Studio 2008 I tried to view in browser. When I do this in class I had no problems. But when I'm at home this message came up: Server …

Member Avatar for SheSaidImaPregy
0
190
Member Avatar for jaasaria

help me run time error.. -2147467259 plsssssss kindly help me... cant detect well the problem..

Member Avatar for jaasaria
0
101
Member Avatar for jaasaria

i would like to make a search textbox that will automatically searchh the data and droping down the txtbox... like in the member search of this site... pleaseeeeeeee.. kindly give me some code.. to make that... sorry for the previous thread. jaasaria

Member Avatar for jonc
0
188
Member Avatar for jaasaria

it posible to change the skin of the form?? including the command button and other tools?? i would like to design a system that much attractive that the ordinary visual design.. could anyone help me. pleaseeeeee....... jaasaria

Member Avatar for Jx_Man
0
112
Member Avatar for bsmathew

How to insert the Oracle 9i FIELD NAME into VB6.0 COMBO BOX eg : desc customer; This table have 3 fields : CustomerId, CustomerName & CustomerAddress CombCust --> The above field names should be displayed while drop down of combo box Thank you in advance

Member Avatar for bsmathew
0
122
Member Avatar for Annex

hi how can i select the text in Word between 2 bold numbers. At first i must define the bold number and then select the text after him until next bold number.

Member Avatar for venkatramasamy
0
103
Member Avatar for pikkas

is there a way to generate sql reports with sql reporting services through the visual basic 2005 or 2008 express edition?. is there an add-on or something for express edition?.

Member Avatar for Ramy Mahrous
0
53
Member Avatar for Shefali

hii all yet another question from me.. i have written a code in vb6 to call a labview7.1 vi and run it. the labview code acquires data and plots the data continuously as long as the program is running. now i want this graph to be plotted on vb6 form. …

Member Avatar for jeylux
0
391
Member Avatar for Ratte

I am very new to Visual Studio/C# (although I have a good deal of C and C++ knowledge) and it seems that I am missing something since I cannot figure out how to do this and I am getting frustrated (this is supposed to be a simple project). I am …

Member Avatar for Jugortha
0
134
Member Avatar for tgifgemini

[B][/B] Ladies and gentlemen, I have an issue inserting records into my new table Output table is: [B]"TblProgrammersHours".[/B] In this table, RequestID and ProgrammerInitials are combined to form my Primary key - so each has unique value. input tables are: [B]"TblRequests" and "TblPersonnel"[/B] Note: I was not able to attached …

Member Avatar for tgifgemini
0
128
Member Avatar for Derice

I would like to know it is possible to embed flash with .fla extension file into the VB6? I had tried to place it in the picture box but the VB6 dont let me to do so. If it is possible, can anyone guide me to play a flash within …

Member Avatar for Jx_Man
0
162
Member Avatar for raheleh

I have problem with vista windows. When I publish my sites, there is access deny error in crystal reports pages. I use visual studio 2005, .net2 and sqlserver 2005. I found a line in webconfig (identity impersonate="true")when I set impersonate to false the reports will load but connection to sql …

0
67
Member Avatar for jaasaria

dude. know to search databse will automatically scrooldown the txtbox? hi.. can any one give me example for this code. that will automatically dropdown the txtbox for the other data in databse.. ^_^ sorry for the explanation... can't explain so well..^_^ jaasaria

Member Avatar for jonc
0
262
Member Avatar for jaasaria

i have a problem about my database when i press sa save comand button it goes something like that... run time error -2147467259 operation must use an updateable quary.. i cant detect the true error... help help the code in my save are corect check this... Sub saverecord() rsemployee.AddNew rsemployee.Fields("EmployeeID") …

Member Avatar for choudhuryshouvi
0
114
Member Avatar for thaCie

hi everyone, i need a 'lil help here. i'm just starting to use vbdatabse. can u help me? i need an example, a simple one. i'm really interested .... thanks a bunches.... P.S. someone pls help and reply hehehehe cAth

Member Avatar for kaydet_girl2000
0
71

The End.