Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: serch Pin
Dave Kreskowiak14-Mar-06 2:29
mveDave Kreskowiak14-Mar-06 2:29 
GeneralRe: serch Pin
Vasudevan Deepak Kumar14-Mar-06 2:40
Vasudevan Deepak Kumar14-Mar-06 2:40 
Questiondatabase search Pin
babyfam13-Mar-06 19:30
babyfam13-Mar-06 19:30 
AnswerRe: database search Pin
albCode13-Mar-06 21:18
albCode13-Mar-06 21:18 
AnswerRe: database search Pin
Vasudevan Deepak Kumar14-Mar-06 2:41
Vasudevan Deepak Kumar14-Mar-06 2:41 
Questionsimplex triangle Pin
satyasarthak13-Mar-06 19:13
satyasarthak13-Mar-06 19:13 
AnswerRe: simplex triangle Pin
Steve Pullan14-Mar-06 11:45
Steve Pullan14-Mar-06 11:45 
QuestionI Lost My MARBLES..Please help me find them!! \(=_=)/ Pin
fgutv6t765bv13-Mar-06 18:49
fgutv6t765bv13-Mar-06 18:49 
VB - 6 Beginner

I have only been coding for 6 months and now "i'm addictded"

Prob:VB warning my procedure is too large. I have scanned numerous forums after forums..
ie.planetsourcecode.com ect....
I am designing a dictionary program and I coded the whole dictionary text and forgot about the 64kb rule and now I am stuck with a nice custum shaped form + picBtns and now not working.
I tried Huffman compression,public,function,modules,user,controls,OCX's and now confused.
Confused | :confused: Confused | :confused:
Is there any easy fix to this?

EX: Private Sub PictureButton1_Click()

RichTextBox1.SelIndent = 33.3
RichTextBox1.SelHangingIndent = -16.6
RichTextBox1.SelRightIndent = 6.6

Dim name As String
name = Text1.Text
name = LCase(name)
Select Case name

Case "cat"
RichTextBox1 = "furry house pet."
Case "abandonment"
RichTextBox1 = "a program,that does't work!" ..........3000+ lines way too big!
Case "dog"
RichTextBox1 = "trys to eat furry house pet!"

End Select

On Error GoTo 0
Exit Sub

PictureButton1_Click_Error:

MsgBox "Error " & Err.Number & " (" & Err.Description & ") in procedure PictureButton1_Click of Form frm_Main"
End Sub

IM stressed and don't want to stop working! Thanks in advance.;)

AnswerRe: I Lost My MARBLES..Please help me find them!! \(=_=)/ Pin
Guffa13-Mar-06 20:41
Guffa13-Mar-06 20:41 
GeneralRe: I Lost My MARBLES..Please help me find them!! \(=_=)/ Pin
fgutv6t765bv14-Mar-06 5:41
fgutv6t765bv14-Mar-06 5:41 
AnswerRe: I Lost My MARBLES..Please help me find them!! \(=_=)/ Pin
Steve Pullan14-Mar-06 11:50
Steve Pullan14-Mar-06 11:50 
Questionexport excel sheet from list view Pin
bony_baba13-Mar-06 18:45
bony_baba13-Mar-06 18:45 
AnswerRe: export excel sheet from list view Pin
CooperWu13-Mar-06 20:35
CooperWu13-Mar-06 20:35 
Questionsecurity issues while creating dating site Pin
uglyeyes13-Mar-06 17:57
uglyeyes13-Mar-06 17:57 
AnswerRe: security issues while creating dating site Pin
Vasudevan Deepak Kumar13-Mar-06 18:17
Vasudevan Deepak Kumar13-Mar-06 18:17 
QuestionCreating one exe file Pin
calmeat13-Mar-06 16:22
calmeat13-Mar-06 16:22 
AnswerRe: Creating one exe file Pin
Dave Kreskowiak13-Mar-06 16:51
mveDave Kreskowiak13-Mar-06 16:51 
GeneralRe: Creating one exe file Pin
calmeat14-Mar-06 2:35
calmeat14-Mar-06 2:35 
GeneralRe: Creating one exe file Pin
Dave Kreskowiak14-Mar-06 13:42
mveDave Kreskowiak14-Mar-06 13:42 
GeneralRe: Creating one exe file Pin
calmeat14-Mar-06 18:10
calmeat14-Mar-06 18:10 
AnswerRe: Creating one exe file Pin
Steve Pullan13-Mar-06 17:38
Steve Pullan13-Mar-06 17:38 
Questioninserting info into text box? Pin
pandapatin13-Mar-06 16:15
pandapatin13-Mar-06 16:15 
AnswerRe: inserting info into text box? Pin
CooperWu13-Mar-06 20:38
CooperWu13-Mar-06 20:38 
QuestionCode to close all instances of a VB Application with one button Pin
ensuvari13-Mar-06 13:43
ensuvari13-Mar-06 13:43 
AnswerRe: Code to close all instances of a VB Application with one button Pin
Chatura Dilan13-Mar-06 15:20
Chatura Dilan13-Mar-06 15:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.