Click here to Skip to main content
15,919,774 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionset WaitCursor without a form running Pin
JW73811-Jan-10 9:12
JW73811-Jan-10 9:12 
AnswerRe: set WaitCursor without a form running Pin
nlarson1111-Jan-10 10:10
nlarson1111-Jan-10 10:10 
GeneralRe: set WaitCursor without a form running Pin
JW73811-Jan-10 10:44
JW73811-Jan-10 10:44 
AnswerRe: set WaitCursor without a form running Pin
Luc Pattyn11-Jan-10 11:04
sitebuilderLuc Pattyn11-Jan-10 11:04 
GeneralRe: set WaitCursor without a form running Pin
JW73811-Jan-10 23:02
JW73811-Jan-10 23:02 
QuestionPrint each row of database on crystal report. !! Pin
jeshra27911-Jan-10 5:31
jeshra27911-Jan-10 5:31 
AnswerRe: Print each row of database on crystal report. !! Pin
Paramu197311-Jan-10 20:54
Paramu197311-Jan-10 20:54 
Questionconverting matlab codes to vb codes?? Pin
sheshe8811-Jan-10 5:16
sheshe8811-Jan-10 5:16 
H0=[3/(5*sqrt(2)),4/5;-1/20,-3/(10*sqrt(2))];
H1=[3/(5*sqrt(2)),0;9/20,1/sqrt(2)];
H2=[0,0;9/20,-3/(10*sqrt(2))];
H3=[0,0;-1/20,0];

G0=[-1/20,-3/(10*sqrt(2));1/(10*sqrt(2)),3/10];
G1=[9/20,-1/sqrt(2);-9/(10*sqrt(2)),0];
G2=[9/20,-3/(10*sqrt(2));9/(10*sqrt(2)),-3/10];
G3=[-1/20,0;-1/(10*sqrt(2)),0];

H=[H0,H1,H2,H3];
G=[G0,G1,G2,G3];

B=zeros(2*k1,2*k2);
for i=1:4:2*k1
if (i+7)>(2*k2)
B(i:i+1,i:i+3)=H(1:2,1:4);
B(i+2:i+3,i:i+3)=G(1:2,1:4);
B(i:i+1,1:4)=H(1:2,5:8);
B(i+2:i+3,1:4)=G(1:2,5:8);
else
B(i:i+1,i:i+7)=H;
B(i+2:i+3,i:i+7)=G;
end
end




and the code
[k1,k2]=size(A);
WW2=gen2(k1/2,k2/2);
FF=ipermutesub(A);
FT=FF';
EE=ipermute2(FT);
DPP=WW2'*EE;
DD=icspreproc1(DPP);
CPP=DD';
CC=ipermute2(CPP);
AAP=WW2'*CC;
B=icspreproc1(AAP);
AnswerRe: converting matlab codes to vb codes?? Pin
Dave Kreskowiak11-Jan-10 6:17
mveDave Kreskowiak11-Jan-10 6:17 
QuestionContext Menu Event setup Pin
JaeBeam11-Jan-10 3:23
JaeBeam11-Jan-10 3:23 
AnswerRe: Context Menu Event setup Pin
Dave Kreskowiak11-Jan-10 6:16
mveDave Kreskowiak11-Jan-10 6:16 
AnswerRe: Context Menu Event setup Pin
Eddy Vluggen12-Jan-10 8:27
professionalEddy Vluggen12-Jan-10 8:27 
QuestionMultiQuery,MultiTables in Single Dataset & SQL DataAdapter ? Pin
Paramu197311-Jan-10 3:10
Paramu197311-Jan-10 3:10 
AnswerRe: MultiQuery,MultiTables in Single Dataset & SQL DataAdapter ? Pin
Dave Kreskowiak11-Jan-10 6:03
mveDave Kreskowiak11-Jan-10 6:03 
Questioncasting gridviewrow to a type datatablerow Pin
Ebube11-Jan-10 1:46
Ebube11-Jan-10 1:46 
AnswerRe: casting gridviewrow to a type datatablerow Pin
Dave Kreskowiak11-Jan-10 5:51
mveDave Kreskowiak11-Jan-10 5:51 
Questionshow or show dialog all the forms in my project Pin
Milad.Biroonvand11-Jan-10 0:29
Milad.Biroonvand11-Jan-10 0:29 
AnswerRe: show or show dialog all the forms in my project Pin
Dave Kreskowiak11-Jan-10 1:17
mveDave Kreskowiak11-Jan-10 1:17 
QuestionFormat JDF (Job Definition Format) Pin
Maik Lange10-Jan-10 22:36
Maik Lange10-Jan-10 22:36 
AnswerRe: Format JDF (Job Definition Format) Pin
Dave Kreskowiak11-Jan-10 1:17
mveDave Kreskowiak11-Jan-10 1:17 
Questionsuggestion to copy data from Sql Server into Access database Pin
sal219-Jan-10 0:41
sal219-Jan-10 0:41 
AnswerRe: suggestion to copy data from Sql Server into Access database Pin
Eddy Vluggen9-Jan-10 1:59
professionalEddy Vluggen9-Jan-10 1:59 
GeneralRe: suggestion to copy data from Sql Server into Access database Pin
sal219-Jan-10 2:14
sal219-Jan-10 2:14 
AnswerRe: suggestion to copy data from Sql Server into Access database Pin
sal219-Jan-10 2:14
sal219-Jan-10 2:14 
GeneralRe: suggestion to copy data from Sql Server into Access database Pin
Eddy Vluggen9-Jan-10 2:24
professionalEddy Vluggen9-Jan-10 2:24 

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.